From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 91B19158020 for ; Sun, 13 Nov 2022 01:48:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8EF1E08DD; Sun, 13 Nov 2022 01:48:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BED51E08DD for ; Sun, 13 Nov 2022 01:48:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE94E340E4F for ; Sun, 13 Nov 2022 01:48:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39D6773B for ; Sun, 13 Nov 2022 01:48:36 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1668304108.97f1602ba2999ed55d1ec5b8f1f4d60a2d918327.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xlogo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xlogo/Manifest x11-apps/xlogo/xlogo-1.0.6.ebuild X-VCS-Directories: x11-apps/xlogo/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 97f1602ba2999ed55d1ec5b8f1f4d60a2d918327 X-VCS-Branch: master Date: Sun, 13 Nov 2022 01:48:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b69e42d1-0e97-42a2-a089-43a47fc211bd X-Archives-Hash: 446046a7a84d71866bc0a5dac77f5eda commit: 97f1602ba2999ed55d1ec5b8f1f4d60a2d918327 Author: Matt Turner gentoo org> AuthorDate: Sun Nov 13 01:48:14 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Nov 13 01:48:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97f1602b x11-apps/xlogo: Version bump to 1.0.6 Signed-off-by: Matt Turner gentoo.org> x11-apps/xlogo/Manifest | 1 + x11-apps/xlogo/xlogo-1.0.6.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/x11-apps/xlogo/Manifest b/x11-apps/xlogo/Manifest index b739536dfb75..67d8f953b9b5 100644 --- a/x11-apps/xlogo/Manifest +++ b/x11-apps/xlogo/Manifest @@ -1 +1,2 @@ DIST xlogo-1.0.5.tar.bz2 135608 BLAKE2B eeaa9dfdca57bd5b60035dc31981f3b3e390862b5e8f695422505059f657cfe727d491c757e8ef4dba4a913179c92827741f04e3fc6765b0257d63f1382fc69f SHA512 0d78e269b0be3c5de71de7f362b896bfd9934ecd9d0361b3302399b1269e029c4a9f35418d792121a1edc34405d753f9d69c996cc3a69ac717f2b0d1f736406b +DIST xlogo-1.0.6.tar.xz 128772 BLAKE2B 422f2f3791e0b61625a5e1b4053cb3327345845ff101c5c2d690598c2c7545b9d7ccdd5c5aa9fa76423d85ef2e03d41c75999619d333cd7e4f769e67f087a177 SHA512 f0c921e0e34d2c0959d95ca0fcb7488395043280b8b35bcad4e8a528224f2b38581fbf60e82239d06760ecd637692cb29c3b1c0c46ac7f269f692a139d954ea0 diff --git a/x11-apps/xlogo/xlogo-1.0.6.ebuild b/x11-apps/xlogo/xlogo-1.0.6.ebuild new file mode 100644 index 000000000000..4a0eeaa7511d --- /dev/null +++ b/x11-apps/xlogo/xlogo-1.0.6.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="X Window System logo" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +RDEPEND=" + x11-libs/libXrender + x11-libs/libXext + x11-libs/libXt + x11-libs/libXft + x11-libs/libXaw + x11-libs/libSM + x11-libs/libXmu + x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto" + +XORG_CONFIGURE_OPTIONS=( --with-render )