public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xauth/
Date: Wed, 20 Apr 2022 02:11:34 +0000 (UTC)	[thread overview]
Message-ID: <1650420636.30c5f9d981024c2c5d10d8c76aa974c97b3f160b.mattst88@gentoo> (raw)

commit:     30c5f9d981024c2c5d10d8c76aa974c97b3f160b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 20 02:09:12 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Apr 20 02:10:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c5f9d9

x11-apps/xauth: Version bump to 1.1.2

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-apps/xauth/Manifest                                  |  1 +
 x11-apps/xauth/{xauth-9999.ebuild => xauth-1.1.2.ebuild} | 13 ++++++-------
 x11-apps/xauth/xauth-9999.ebuild                         | 13 ++++++-------
 3 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/x11-apps/xauth/Manifest b/x11-apps/xauth/Manifest
index c8c5efc19864..bf76bfdfbf58 100644
--- a/x11-apps/xauth/Manifest
+++ b/x11-apps/xauth/Manifest
@@ -1 +1,2 @@
 DIST xauth-1.1.1.tar.bz2 167315 BLAKE2B fbe36f867031c734e3a8ae9719145caa16828d4df156503c299812fb63f86462561ffea945f12fabc5e036cc63664ee1d8b5b37630dee8d4af6f2473aa5fcd1a SHA512 998c3158378fff50d368959c29335173b8d98e02591cb3d7b2f9534b5a44b19deb4cb7da9bf291ca5a37f69f833d72839b2c6611723306d10c1b4968ae4d4120
+DIST xauth-1.1.2.tar.xz 156960 BLAKE2B 2ba168229bdf0c1d0fdd4c352e434abfc6f527cbafce35abac8d403a0dea91f00fd858f91f177128d13a0e618d1d95061c71ef32a3e12ac91b72a257dcfcd12b SHA512 ac23fcd166b45abf7b030994ff3332c9906023dc1ddfa9b9d3000e6a914dc5e0213c4a2aa409cb3ddb93e1f9f4f6374376109241a95ef8c36af842de1f6f76e8

diff --git a/x11-apps/xauth/xauth-9999.ebuild b/x11-apps/xauth/xauth-1.1.2.ebuild
similarity index 66%
copy from x11-apps/xauth/xauth-9999.ebuild
copy to x11-apps/xauth/xauth-1.1.2.ebuild
index 50da5eb529dd..9ba0a5a1b7f6 100644
--- a/x11-apps/xauth/xauth-9999.ebuild
+++ b/x11-apps/xauth/xauth-1.1.2.ebuild
@@ -1,21 +1,20 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-
+XORG_TARBALL_SUFFIX=xz
 inherit xorg-3
 
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="X authority file utility"
-IUSE="ipv6"
-RESTRICT="test" # Depends on dead cmdtest package
 
-RDEPEND="x11-libs/libX11
+RDEPEND="
+	x11-libs/libX11
 	x11-libs/libXau
 	x11-libs/libXext
 	x11-libs/libXmu"
@@ -24,7 +23,7 @@ DEPEND="${RDEPEND}
 
 src_configure() {
 	local XORG_CONFIGURE_OPTIONS=(
-		$(use_enable ipv6)
+		--enable-ipv6
 	)
 	xorg-3_src_configure
 }

diff --git a/x11-apps/xauth/xauth-9999.ebuild b/x11-apps/xauth/xauth-9999.ebuild
index 50da5eb529dd..9ba0a5a1b7f6 100644
--- a/x11-apps/xauth/xauth-9999.ebuild
+++ b/x11-apps/xauth/xauth-9999.ebuild
@@ -1,21 +1,20 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-
+XORG_TARBALL_SUFFIX=xz
 inherit xorg-3
 
 if [[ ${PV} == 9999* ]]; then
 	SRC_URI=""
 else
-	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="X authority file utility"
-IUSE="ipv6"
-RESTRICT="test" # Depends on dead cmdtest package
 
-RDEPEND="x11-libs/libX11
+RDEPEND="
+	x11-libs/libX11
 	x11-libs/libXau
 	x11-libs/libXext
 	x11-libs/libXmu"
@@ -24,7 +23,7 @@ DEPEND="${RDEPEND}
 
 src_configure() {
 	local XORG_CONFIGURE_OPTIONS=(
-		$(use_enable ipv6)
+		--enable-ipv6
 	)
 	xorg-3_src_configure
 }


             reply	other threads:[~2022-04-20  2:11 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-20  2:11 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-14  3:45 [gentoo-commits] repo/gentoo:master commit in: x11-apps/xauth/ Matt Turner
2025-04-10  4:46 Arthur Zamarin
2025-04-10  0:12 Sam James
2025-04-09 22:40 Sam James
2025-04-09 22:38 Sam James
2025-04-09 22:38 Sam James
2025-04-09 22:38 Sam James
2025-04-09 22:38 Sam James
2025-03-10 16:18 Matt Turner
2024-04-21 21:09 Matt Turner
2024-04-03  9:14 Arthur Zamarin
2024-04-03  9:14 Arthur Zamarin
2024-04-03  5:13 Sam James
2024-04-03  5:13 Sam James
2024-04-03  5:13 Sam James
2024-04-03  5:13 Sam James
2024-04-03  5:02 Sam James
2024-03-04  0:57 Matt Turner
2024-03-04  0:57 Matt Turner
2022-05-25 18:00 Jakov Smolić
2022-05-25 17:57 Jakov Smolić
2022-05-10 16:19 Arthur Zamarin
2022-05-08 23:01 Sam James
2022-05-08  7:34 WANG Xuerui
2022-05-08  7:34 WANG Xuerui
2022-02-07 19:03 Matt Turner
2022-02-01 21:13 Arthur Zamarin
2022-02-01 20:59 Arthur Zamarin
2022-01-21 12:25 Sam James
2022-01-20 11:47 Sam James
2022-01-18 23:02 Jakov Smolić
2022-01-18 22:16 Jakov Smolić
2022-01-18 22:16 Jakov Smolić
2022-01-18 12:26 Sam James
2021-11-29 22:14 Matt Turner
2021-09-23 20:13 Sam James
2020-08-03 17:08 Matt Turner
2019-12-05 23:21 Matt Turner
2019-09-21 17:11 Matt Turner
2019-09-21 13:45 Sergei Trofimovich
2019-09-21  0:15 Mikle Kolyada
2019-09-20 21:32 Aaron Bauman
2019-09-20 12:17 Agostino Sarubbo
2019-09-20 12:14 Agostino Sarubbo
2019-09-20 12:10 Agostino Sarubbo
2019-09-20 12:08 Agostino Sarubbo
2019-09-20 12:06 Agostino Sarubbo
2019-07-12  6:01 Matt Turner
2019-07-12  6:01 Matt Turner
2019-06-12 17:08 Michael Haubenwallner
2019-01-09 15:12 Michael Haubenwallner
2018-11-27 20:00 Matt Turner
2018-06-28 14:28 Mikle Kolyada
2018-02-24  7:58 Michał Górny
2017-03-20 19:05 Mike Frysinger
2017-03-16  8:15 Jeroen Roovers
2017-01-29 21:26 Matt Turner
2017-01-29 21:26 Matt Turner
2017-01-29 21:26 Matt Turner
2015-12-19 21:18 Markus Meier
2015-11-08 10:16 Manuel Rüger
2015-10-15  9:21 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1650420636.30c5f9d981024c2c5d10d8c76aa974c97b3f160b.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox