* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/
@ 2016-03-04 7:10 Stephen Klimaszewski
0 siblings, 0 replies; 25+ messages in thread
From: Stephen Klimaszewski @ 2016-03-04 7:10 UTC (permalink / raw
To: gentoo-commits
commit: df0eaeb8ab2acd49ca4b2b5a8a0386cc2b1c54e9
Author: Steev Klimaszewski <steev <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 4 07:06:20 2016 +0000
Commit: Stephen Klimaszewski <steev <AT> gentoo <DOT> org>
CommitDate: Fri Mar 4 07:06:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df0eaeb8
x11-apps/xwd: Keyword 1.0.6 for ~arm64
Tested on Cortex-A53
Package-Manager: portage-2.2.27
x11-apps/xwd/xwd-1.0.6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-apps/xwd/xwd-1.0.6.ebuild b/x11-apps/xwd/xwd-1.0.6.ebuild
index ba19d7f..bb1da31 100644
--- a/x11-apps/xwd/xwd-1.0.6.ebuild
+++ b/x11-apps/xwd/xwd-1.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -8,7 +8,7 @@ inherit xorg-2
DESCRIPTION="dump an image of an X window"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
# libXt dependency is not in configure.ac, bug #408629, upstream #47462."
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/
@ 2018-03-10 6:03 Matt Turner
0 siblings, 0 replies; 25+ messages in thread
From: Matt Turner @ 2018-03-10 6:03 UTC (permalink / raw
To: gentoo-commits
commit: 4ad01a7cd7fddd2f914da5dbff0454f289d19ae0
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 10 06:00:10 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 06:02:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad01a7c
x11-apps/xwd: Version bump to 1.0.7
x11-apps/xwd/Manifest | 1 +
x11-apps/xwd/xwd-1.0.7.ebuild | 18 ++++++++++++++++++
2 files changed, 19 insertions(+)
diff --git a/x11-apps/xwd/Manifest b/x11-apps/xwd/Manifest
index 87cd761c89d..3386c2993ae 100644
--- a/x11-apps/xwd/Manifest
+++ b/x11-apps/xwd/Manifest
@@ -1 +1,2 @@
DIST xwd-1.0.6.tar.bz2 144548 BLAKE2B 56560a36931d15f6f59d6c6548325e559534cee10cb13b07722bce5b47d7d2360244b29e88a66a58ffffd2209336f0ffb14cbabb0369c144ceeeabb4eb184b06 SHA512 8fb86cbe163631fdb3f49ad6bb648ea599d7c5f9b11aba7e88afb86daed34cab88dcba057e0c5ca3e4e5904598b279f5a68ad43a64dd1053d647aa78523a806f
+DIST xwd-1.0.7.tar.bz2 148026 BLAKE2B 9088105a07db38418352cccafaee4ecc084940e031416358291e6b5a6f47b2c8972928f0eb3479db4ff93b3a54a24ea4231f4d8196464f14ac4d7a1b5bb7ecce SHA512 6fdb0a115ae505169bbc7fcc45580daf26bced2e26e0bf9a877636016038931a8386e8edcbe015f4024be508d0461906adef4834cf22a445e3c282f0b8fad17e
diff --git a/x11-apps/xwd/xwd-1.0.7.ebuild b/x11-apps/xwd/xwd-1.0.7.ebuild
new file mode 100644
index 00000000000..d88f8dfd465
--- /dev/null
+++ b/x11-apps/xwd/xwd-1.0.7.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="dump an image of an X window"
+
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+# libXt dependency is not in configure.ac, bug #408629, upstream #47462."
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-libs/libXt
+ x11-libs/libxkbfile
+ x11-proto/xproto"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/
@ 2020-06-24 20:13 Matt Turner
0 siblings, 0 replies; 25+ messages in thread
From: Matt Turner @ 2020-06-24 20:13 UTC (permalink / raw
To: gentoo-commits
commit: 6d927c72914d5d44994685e57a4793991410fb27
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 24 20:07:51 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Jun 24 20:13:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d927c72
x11-apps/xwd: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/xwd/Manifest | 1 -
x11-apps/xwd/xwd-1.0.6.ebuild | 18 ------------------
2 files changed, 19 deletions(-)
diff --git a/x11-apps/xwd/Manifest b/x11-apps/xwd/Manifest
index 3386c2993ae..3b9495433f8 100644
--- a/x11-apps/xwd/Manifest
+++ b/x11-apps/xwd/Manifest
@@ -1,2 +1 @@
-DIST xwd-1.0.6.tar.bz2 144548 BLAKE2B 56560a36931d15f6f59d6c6548325e559534cee10cb13b07722bce5b47d7d2360244b29e88a66a58ffffd2209336f0ffb14cbabb0369c144ceeeabb4eb184b06 SHA512 8fb86cbe163631fdb3f49ad6bb648ea599d7c5f9b11aba7e88afb86daed34cab88dcba057e0c5ca3e4e5904598b279f5a68ad43a64dd1053d647aa78523a806f
DIST xwd-1.0.7.tar.bz2 148026 BLAKE2B 9088105a07db38418352cccafaee4ecc084940e031416358291e6b5a6f47b2c8972928f0eb3479db4ff93b3a54a24ea4231f4d8196464f14ac4d7a1b5bb7ecce SHA512 6fdb0a115ae505169bbc7fcc45580daf26bced2e26e0bf9a877636016038931a8386e8edcbe015f4024be508d0461906adef4834cf22a445e3c282f0b8fad17e
diff --git a/x11-apps/xwd/xwd-1.0.6.ebuild b/x11-apps/xwd/xwd-1.0.6.ebuild
deleted file mode 100644
index 8cadf6a8f42..00000000000
--- a/x11-apps/xwd/xwd-1.0.6.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="dump an image of an X window"
-
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-IUSE=""
-
-# libXt dependency is not in configure.ac, bug #408629, upstream #47462."
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto
- x11-libs/libXt
- x11-libs/libxkbfile"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/
@ 2021-03-13 4:15 Matt Turner
0 siblings, 0 replies; 25+ messages in thread
From: Matt Turner @ 2021-03-13 4:15 UTC (permalink / raw
To: gentoo-commits
commit: 5aada28bd9be21a61b42f9aeb8389dadddd90706
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Mar 10 21:14:33 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 04:14:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aada28b
x11-apps/xwd: EAPI 7
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/xwd/xwd-1.0.7-r1.ebuild | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/x11-apps/xwd/xwd-1.0.7-r1.ebuild b/x11-apps/xwd/xwd-1.0.7-r1.ebuild
new file mode 100644
index 00000000000..116dcac06fb
--- /dev/null
+++ b/x11-apps/xwd/xwd-1.0.7-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="dump an image of an X window"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto
+ x11-libs/libXt
+ x11-libs/libxkbfile"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/
@ 2021-03-27 17:54 Matt Turner
0 siblings, 0 replies; 25+ messages in thread
From: Matt Turner @ 2021-03-27 17:54 UTC (permalink / raw
To: gentoo-commits
commit: 58b577ea727294d1bd02eb486ca967b9e4530bcc
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 17:52:46 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Mar 27 17:52:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b577ea
x11-apps/xwd: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/xwd/xwd-1.0.7.ebuild | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/x11-apps/xwd/xwd-1.0.7.ebuild b/x11-apps/xwd/xwd-1.0.7.ebuild
deleted file mode 100644
index 77199c73b1c..00000000000
--- a/x11-apps/xwd/xwd-1.0.7.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="dump an image of an X window"
-
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-IUSE=""
-
-# libXt dependency is not in configure.ac, bug #408629, upstream #47462."
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto
- x11-libs/libXt
- x11-libs/libxkbfile"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/
@ 2021-03-27 17:54 Matt Turner
0 siblings, 0 replies; 25+ messages in thread
From: Matt Turner @ 2021-03-27 17:54 UTC (permalink / raw
To: gentoo-commits
commit: 02971fdba448ccaeb4cfbd6fb434fede25948245
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 17:52:43 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Mar 27 17:52:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02971fdb
x11-apps/xwd: Propagate stable keywords
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/xwd/xwd-1.0.7-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/xwd/xwd-1.0.7-r1.ebuild b/x11-apps/xwd/xwd-1.0.7-r1.ebuild
index 116dcac06fb..ce9cc3b3fd2 100644
--- a/x11-apps/xwd/xwd-1.0.7-r1.ebuild
+++ b/x11-apps/xwd/xwd-1.0.7-r1.ebuild
@@ -7,7 +7,7 @@ inherit xorg-3
DESCRIPTION="dump an image of an X window"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
RDEPEND="x11-libs/libX11"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/
@ 2021-08-02 4:10 Matt Turner
0 siblings, 0 replies; 25+ messages in thread
From: Matt Turner @ 2021-08-02 4:10 UTC (permalink / raw
To: gentoo-commits
commit: 42735b98066859590a1380ead8abb0c5138f543f
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 2 03:50:38 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Aug 2 04:10:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42735b98
x11-apps/xwd: Version bump to 1.0.8
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/xwd/Manifest | 1 +
x11-apps/xwd/xwd-1.0.8.ebuild | 16 ++++++++++++++++
2 files changed, 17 insertions(+)
diff --git a/x11-apps/xwd/Manifest b/x11-apps/xwd/Manifest
index 3b9495433f8..1c123fffd0e 100644
--- a/x11-apps/xwd/Manifest
+++ b/x11-apps/xwd/Manifest
@@ -1 +1,2 @@
DIST xwd-1.0.7.tar.bz2 148026 BLAKE2B 9088105a07db38418352cccafaee4ecc084940e031416358291e6b5a6f47b2c8972928f0eb3479db4ff93b3a54a24ea4231f4d8196464f14ac4d7a1b5bb7ecce SHA512 6fdb0a115ae505169bbc7fcc45580daf26bced2e26e0bf9a877636016038931a8386e8edcbe015f4024be508d0461906adef4834cf22a445e3c282f0b8fad17e
+DIST xwd-1.0.8.tar.bz2 151153 BLAKE2B 9db972c3f484abde7f6925da6b9e567548e9ceab8f3484ca8f5649e1505ef72652d03f738b2e2edd3179a9561b9dca76bf13d26b025523d22f9f2d98ebf1b8c7 SHA512 d2aaf42c60d20c4b09f4947d3702058dbfad4633b2c5c8ea62e8897fc9ced1ab3417ce99255a223286d21a731f543019470737e3074f1bc68033b4eb47bc773e
diff --git a/x11-apps/xwd/xwd-1.0.8.ebuild b/x11-apps/xwd/xwd-1.0.8.ebuild
new file mode 100644
index 00000000000..116dcac06fb
--- /dev/null
+++ b/x11-apps/xwd/xwd-1.0.8.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="dump an image of an X window"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto
+ x11-libs/libXt
+ x11-libs/libxkbfile"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/
@ 2021-11-07 22:10 Jakov Smolić
0 siblings, 0 replies; 25+ messages in thread
From: Jakov Smolić @ 2021-11-07 22:10 UTC (permalink / raw
To: gentoo-commits
commit: 09dba676461668d251d29e846c6a598b222e5294
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 7 22:10:19 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Nov 7 22:10:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09dba676
x11-apps/xwd: Stabilize 1.0.8 amd64, #822339
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
x11-apps/xwd/xwd-1.0.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/xwd/xwd-1.0.8.ebuild b/x11-apps/xwd/xwd-1.0.8.ebuild
index b80ff48beec..b20d5db1af2 100644
--- a/x11-apps/xwd/xwd-1.0.8.ebuild
+++ b/x11-apps/xwd/xwd-1.0.8.ebuild
@@ -7,7 +7,7 @@ inherit xorg-3
DESCRIPTION="dump an image of an X window"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
RDEPEND="x11-libs/libX11"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/
@ 2021-11-12 20:51 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-11-12 20:51 UTC (permalink / raw
To: gentoo-commits
commit: a47e8161b2f1f8bf91621be2dcce8b83efd60997
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Nov 10 21:18:45 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 20:51:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47e8161
x11-apps/xwd: stable 1.0.8 for sparc, bug #822339
Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-apps/xwd/xwd-1.0.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/xwd/xwd-1.0.8.ebuild b/x11-apps/xwd/xwd-1.0.8.ebuild
index b20d5db1af2..ffde41a8894 100644
--- a/x11-apps/xwd/xwd-1.0.8.ebuild
+++ b/x11-apps/xwd/xwd-1.0.8.ebuild
@@ -7,7 +7,7 @@ inherit xorg-3
DESCRIPTION="dump an image of an X window"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
RDEPEND="x11-libs/libX11"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/
@ 2021-11-15 1:12 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-11-15 1:12 UTC (permalink / raw
To: gentoo-commits
commit: a4acab7eaa500da33f684814121307555f61ca5a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 15 01:12:02 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 15 01:12:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4acab7e
x11-apps/xwd: Stabilize 1.0.8 arm, #822339
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-apps/xwd/xwd-1.0.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/xwd/xwd-1.0.8.ebuild b/x11-apps/xwd/xwd-1.0.8.ebuild
index ffde41a88947..7c39491a9fb7 100644
--- a/x11-apps/xwd/xwd-1.0.8.ebuild
+++ b/x11-apps/xwd/xwd-1.0.8.ebuild
@@ -7,7 +7,7 @@ inherit xorg-3
DESCRIPTION="dump an image of an X window"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
RDEPEND="x11-libs/libX11"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/
@ 2021-11-15 8:38 Jakov Smolić
0 siblings, 0 replies; 25+ messages in thread
From: Jakov Smolić @ 2021-11-15 8:38 UTC (permalink / raw
To: gentoo-commits
commit: 4bf3aba91ecd9051331cbea87d9b158a8a6549b9
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 15 08:37:57 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Nov 15 08:37:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf3aba9
x11-apps/xwd: Stabilize 1.0.8 x86, #822339
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
x11-apps/xwd/xwd-1.0.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/xwd/xwd-1.0.8.ebuild b/x11-apps/xwd/xwd-1.0.8.ebuild
index 7c39491a9fb7..b1c0099a8d1d 100644
--- a/x11-apps/xwd/xwd-1.0.8.ebuild
+++ b/x11-apps/xwd/xwd-1.0.8.ebuild
@@ -7,7 +7,7 @@ inherit xorg-3
DESCRIPTION="dump an image of an X window"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
RDEPEND="x11-libs/libX11"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/
@ 2021-11-17 7:49 Sam James
0 siblings, 0 replies; 25+ messages in thread
From: Sam James @ 2021-11-17 7:49 UTC (permalink / raw
To: gentoo-commits
commit: 8e81ec21673190221d857799e42d270aaa17d6d8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 17 07:47:49 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 17 07:48:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e81ec21
x11-apps/xwd: Stabilize 1.0.8 arm64, #822339
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-apps/xwd/xwd-1.0.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/xwd/xwd-1.0.8.ebuild b/x11-apps/xwd/xwd-1.0.8.ebuild
index b1c0099a8d1d..4d4a8e4a5f3a 100644
--- a/x11-apps/xwd/xwd-1.0.8.ebuild
+++ b/x11-apps/xwd/xwd-1.0.8.ebuild
@@ -7,7 +7,7 @@ inherit xorg-3
DESCRIPTION="dump an image of an X window"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
RDEPEND="x11-libs/libX11"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/
@ 2021-11-17 16:51 Arthur Zamarin
0 siblings, 0 replies; 25+ messages in thread
From: Arthur Zamarin @ 2021-11-17 16:51 UTC (permalink / raw
To: gentoo-commits
commit: bbe217981e8ddbee7403c30c11bca797bdb33545
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 17 16:51:06 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 17 16:51:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe21798
x11-apps/xwd: Stabilize 1.0.8 ppc, #822339
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-apps/xwd/xwd-1.0.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/xwd/xwd-1.0.8.ebuild b/x11-apps/xwd/xwd-1.0.8.ebuild
index 4d4a8e4a5f3a..7a4bc2091048 100644
--- a/x11-apps/xwd/xwd-1.0.8.ebuild
+++ b/x11-apps/xwd/xwd-1.0.8.ebuild
@@ -7,7 +7,7 @@ inherit xorg-3
DESCRIPTION="dump an image of an X window"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
RDEPEND="x11-libs/libX11"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/
@ 2021-11-17 22:55 Georgy Yakovlev
0 siblings, 0 replies; 25+ messages in thread
From: Georgy Yakovlev @ 2021-11-17 22:55 UTC (permalink / raw
To: gentoo-commits
commit: 3b0ad1b7c30fab8822861882ad28b20c51440473
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 17 21:24:42 2021 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Nov 17 22:54:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b0ad1b7
x11-apps/xwd: Stabilize 1.0.8 ppc64, #822339
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
x11-apps/xwd/xwd-1.0.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/xwd/xwd-1.0.8.ebuild b/x11-apps/xwd/xwd-1.0.8.ebuild
index 7a4bc2091048..6f97eaf105d8 100644
--- a/x11-apps/xwd/xwd-1.0.8.ebuild
+++ b/x11-apps/xwd/xwd-1.0.8.ebuild
@@ -7,7 +7,7 @@ inherit xorg-3
DESCRIPTION="dump an image of an X window"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
RDEPEND="x11-libs/libX11"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/
@ 2021-11-18 7:48 Matt Turner
0 siblings, 0 replies; 25+ messages in thread
From: Matt Turner @ 2021-11-18 7:48 UTC (permalink / raw
To: gentoo-commits
commit: 6283d1a8830fb41b866a49c25319beb1d3b563f5
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 18 07:45:35 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Nov 18 07:46:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6283d1a8
x11-apps/xwd: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/xwd/Manifest | 1 -
x11-apps/xwd/xwd-1.0.7-r1.ebuild | 16 ----------------
2 files changed, 17 deletions(-)
diff --git a/x11-apps/xwd/Manifest b/x11-apps/xwd/Manifest
index 1c123fffd0ec..634f9e4ed059 100644
--- a/x11-apps/xwd/Manifest
+++ b/x11-apps/xwd/Manifest
@@ -1,2 +1 @@
-DIST xwd-1.0.7.tar.bz2 148026 BLAKE2B 9088105a07db38418352cccafaee4ecc084940e031416358291e6b5a6f47b2c8972928f0eb3479db4ff93b3a54a24ea4231f4d8196464f14ac4d7a1b5bb7ecce SHA512 6fdb0a115ae505169bbc7fcc45580daf26bced2e26e0bf9a877636016038931a8386e8edcbe015f4024be508d0461906adef4834cf22a445e3c282f0b8fad17e
DIST xwd-1.0.8.tar.bz2 151153 BLAKE2B 9db972c3f484abde7f6925da6b9e567548e9ceab8f3484ca8f5649e1505ef72652d03f738b2e2edd3179a9561b9dca76bf13d26b025523d22f9f2d98ebf1b8c7 SHA512 d2aaf42c60d20c4b09f4947d3702058dbfad4633b2c5c8ea62e8897fc9ced1ab3417ce99255a223286d21a731f543019470737e3074f1bc68033b4eb47bc773e
diff --git a/x11-apps/xwd/xwd-1.0.7-r1.ebuild b/x11-apps/xwd/xwd-1.0.7-r1.ebuild
deleted file mode 100644
index 2635cd4950c7..000000000000
--- a/x11-apps/xwd/xwd-1.0.7-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xorg-3
-
-DESCRIPTION="dump an image of an X window"
-
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto
- x11-libs/libXt
- x11-libs/libxkbfile"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/
@ 2022-08-13 16:00 WANG Xuerui
0 siblings, 0 replies; 25+ messages in thread
From: WANG Xuerui @ 2022-08-13 16:00 UTC (permalink / raw
To: gentoo-commits
commit: d8b6c6df14cb3268f98db2f136380a1cb9482128
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 13 15:53:43 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sat Aug 13 15:59:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8b6c6df
x11-apps/xwd: keyword 1.0.8 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
x11-apps/xwd/xwd-1.0.8.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-apps/xwd/xwd-1.0.8.ebuild b/x11-apps/xwd/xwd-1.0.8.ebuild
index 6f97eaf105d8..5e1d18f12b5d 100644
--- a/x11-apps/xwd/xwd-1.0.8.ebuild
+++ b/x11-apps/xwd/xwd-1.0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,7 +7,7 @@ inherit xorg-3
DESCRIPTION="dump an image of an X window"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
RDEPEND="x11-libs/libX11"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/
@ 2023-06-04 3:31 Matt Turner
0 siblings, 0 replies; 25+ messages in thread
From: Matt Turner @ 2023-06-04 3:31 UTC (permalink / raw
To: gentoo-commits
commit: dc60182bea261f7eaa81789d86dc843a9c5de741
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 4 03:22:16 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jun 4 03:31:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc60182b
x11-apps/xwd: Version bump to 1.0.9
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/xwd/Manifest | 1 +
x11-apps/xwd/xwd-1.0.9.ebuild | 15 +++++++++++++++
2 files changed, 16 insertions(+)
diff --git a/x11-apps/xwd/Manifest b/x11-apps/xwd/Manifest
index 634f9e4ed059..d6a9298d6aa4 100644
--- a/x11-apps/xwd/Manifest
+++ b/x11-apps/xwd/Manifest
@@ -1 +1,2 @@
DIST xwd-1.0.8.tar.bz2 151153 BLAKE2B 9db972c3f484abde7f6925da6b9e567548e9ceab8f3484ca8f5649e1505ef72652d03f738b2e2edd3179a9561b9dca76bf13d26b025523d22f9f2d98ebf1b8c7 SHA512 d2aaf42c60d20c4b09f4947d3702058dbfad4633b2c5c8ea62e8897fc9ced1ab3417ce99255a223286d21a731f543019470737e3074f1bc68033b4eb47bc773e
+DIST xwd-1.0.9.tar.xz 141940 BLAKE2B 06505859e28095ba4c34f76001aa283b2b173d71f78c83e067faefe91671475daf9adcedecdc9c090826ecec8fb73763529fb9fae1ebd1e62e67d7ec70117c78 SHA512 ae59661b05160f5658920fd79031b6b8548cb7bbfc734194edb0acef5c95f76b210ca4443e9506fc1a0cb9df47ee7c22948502971afe578b44c75aa2a1138d56
diff --git a/x11-apps/xwd/xwd-1.0.9.ebuild b/x11-apps/xwd/xwd-1.0.9.ebuild
new file mode 100644
index 000000000000..ebe435a096ef
--- /dev/null
+++ b/x11-apps/xwd/xwd-1.0.9.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="dump an image of an X window"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libxkbfile"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/
@ 2023-07-02 11:52 Arthur Zamarin
0 siblings, 0 replies; 25+ messages in thread
From: Arthur Zamarin @ 2023-07-02 11:52 UTC (permalink / raw
To: gentoo-commits
commit: 3b7b31e7c8cbae189878e1b015f3772e101c5438
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 2 11:51:49 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 11:51:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7b31e7
x11-apps/xwd: Stabilize 1.0.9 arm64, #909456
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-apps/xwd/xwd-1.0.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/xwd/xwd-1.0.9.ebuild b/x11-apps/xwd/xwd-1.0.9.ebuild
index ebe435a096ef..ff287894d62b 100644
--- a/x11-apps/xwd/xwd-1.0.9.ebuild
+++ b/x11-apps/xwd/xwd-1.0.9.ebuild
@@ -7,7 +7,7 @@ XORG_TARBALL_SUFFIX="xz"
inherit xorg-3
DESCRIPTION="dump an image of an X window"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
RDEPEND="x11-libs/libX11
x11-libs/libxkbfile"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/
@ 2023-07-02 11:54 Arthur Zamarin
0 siblings, 0 replies; 25+ messages in thread
From: Arthur Zamarin @ 2023-07-02 11:54 UTC (permalink / raw
To: gentoo-commits
commit: 47d695b0bac292dd8fb312d6ac403fbdfaef9999
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 2 11:53:22 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 11:53:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47d695b0
x11-apps/xwd: Stabilize 1.0.9 sparc, #909456
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-apps/xwd/xwd-1.0.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/xwd/xwd-1.0.9.ebuild b/x11-apps/xwd/xwd-1.0.9.ebuild
index ff287894d62b..673b12d1eb96 100644
--- a/x11-apps/xwd/xwd-1.0.9.ebuild
+++ b/x11-apps/xwd/xwd-1.0.9.ebuild
@@ -7,7 +7,7 @@ XORG_TARBALL_SUFFIX="xz"
inherit xorg-3
DESCRIPTION="dump an image of an X window"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
RDEPEND="x11-libs/libX11
x11-libs/libxkbfile"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/
@ 2023-07-15 15:37 Arthur Zamarin
0 siblings, 0 replies; 25+ messages in thread
From: Arthur Zamarin @ 2023-07-15 15:37 UTC (permalink / raw
To: gentoo-commits
commit: cf1a8976ad4b3baef4a33b9d3a24ea700d826e68
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 15:36:12 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 15:36:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1a8976
x11-apps/xwd: Stabilize 1.0.9 amd64, #909456
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-apps/xwd/xwd-1.0.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/xwd/xwd-1.0.9.ebuild b/x11-apps/xwd/xwd-1.0.9.ebuild
index 673b12d1eb96..00d7902df43a 100644
--- a/x11-apps/xwd/xwd-1.0.9.ebuild
+++ b/x11-apps/xwd/xwd-1.0.9.ebuild
@@ -7,7 +7,7 @@ XORG_TARBALL_SUFFIX="xz"
inherit xorg-3
DESCRIPTION="dump an image of an X window"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
RDEPEND="x11-libs/libX11
x11-libs/libxkbfile"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/
@ 2023-07-15 15:37 Arthur Zamarin
0 siblings, 0 replies; 25+ messages in thread
From: Arthur Zamarin @ 2023-07-15 15:37 UTC (permalink / raw
To: gentoo-commits
commit: 0b0a86a5f8b19392b9d90123f8eae064bf9a46ed
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 15:36:19 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 15:36:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b0a86a5
x11-apps/xwd: Stabilize 1.0.9 x86, #909456
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-apps/xwd/xwd-1.0.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/xwd/xwd-1.0.9.ebuild b/x11-apps/xwd/xwd-1.0.9.ebuild
index 00d7902df43a..c766f1d40f1a 100644
--- a/x11-apps/xwd/xwd-1.0.9.ebuild
+++ b/x11-apps/xwd/xwd-1.0.9.ebuild
@@ -7,7 +7,7 @@ XORG_TARBALL_SUFFIX="xz"
inherit xorg-3
DESCRIPTION="dump an image of an X window"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
RDEPEND="x11-libs/libX11
x11-libs/libxkbfile"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/
@ 2023-08-09 4:27 Arthur Zamarin
0 siblings, 0 replies; 25+ messages in thread
From: Arthur Zamarin @ 2023-08-09 4:27 UTC (permalink / raw
To: gentoo-commits
commit: 2909f50d947e4d74fc7f57fd0170920502ba191d
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 9 04:26:32 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 9 04:26:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2909f50d
x11-apps/xwd: Stabilize 1.0.9 arm, #909456
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-apps/xwd/xwd-1.0.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/xwd/xwd-1.0.9.ebuild b/x11-apps/xwd/xwd-1.0.9.ebuild
index c766f1d40f1a..a3836eb5ad5b 100644
--- a/x11-apps/xwd/xwd-1.0.9.ebuild
+++ b/x11-apps/xwd/xwd-1.0.9.ebuild
@@ -7,7 +7,7 @@ XORG_TARBALL_SUFFIX="xz"
inherit xorg-3
DESCRIPTION="dump an image of an X window"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
RDEPEND="x11-libs/libX11
x11-libs/libxkbfile"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/
@ 2023-08-11 5:56 Arthur Zamarin
0 siblings, 0 replies; 25+ messages in thread
From: Arthur Zamarin @ 2023-08-11 5:56 UTC (permalink / raw
To: gentoo-commits
commit: cd1bb03bee163acc04d6cf6360eea35ed3fd91aa
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 11 05:56:05 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 05:56:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd1bb03b
x11-apps/xwd: Stabilize 1.0.9 ppc64, #909456
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-apps/xwd/xwd-1.0.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/xwd/xwd-1.0.9.ebuild b/x11-apps/xwd/xwd-1.0.9.ebuild
index a3836eb5ad5b..1da083aafb23 100644
--- a/x11-apps/xwd/xwd-1.0.9.ebuild
+++ b/x11-apps/xwd/xwd-1.0.9.ebuild
@@ -7,7 +7,7 @@ XORG_TARBALL_SUFFIX="xz"
inherit xorg-3
DESCRIPTION="dump an image of an X window"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
RDEPEND="x11-libs/libX11
x11-libs/libxkbfile"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/
@ 2023-08-11 19:12 Arthur Zamarin
0 siblings, 0 replies; 25+ messages in thread
From: Arthur Zamarin @ 2023-08-11 19:12 UTC (permalink / raw
To: gentoo-commits
commit: 0f31d3f3306c81e8cabd6211f5ae87fe3cab45c4
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 11 19:10:05 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 19:12:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f31d3f3
x11-apps/xwd: Stabilize 1.0.9 ppc, #909456
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-apps/xwd/xwd-1.0.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/xwd/xwd-1.0.9.ebuild b/x11-apps/xwd/xwd-1.0.9.ebuild
index 1da083aafb23..d371998cc117 100644
--- a/x11-apps/xwd/xwd-1.0.9.ebuild
+++ b/x11-apps/xwd/xwd-1.0.9.ebuild
@@ -7,7 +7,7 @@ XORG_TARBALL_SUFFIX="xz"
inherit xorg-3
DESCRIPTION="dump an image of an X window"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
RDEPEND="x11-libs/libX11
x11-libs/libxkbfile"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/
@ 2023-08-16 22:07 Matt Turner
0 siblings, 0 replies; 25+ messages in thread
From: Matt Turner @ 2023-08-16 22:07 UTC (permalink / raw
To: gentoo-commits
commit: f46f2ac7f65f2f39788bb31f47a94e1601b708ce
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 21:55:59 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 22:07:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f46f2ac7
x11-apps/xwd: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/xwd/Manifest | 1 -
x11-apps/xwd/xwd-1.0.8.ebuild | 16 ----------------
2 files changed, 17 deletions(-)
diff --git a/x11-apps/xwd/Manifest b/x11-apps/xwd/Manifest
index d6a9298d6aa4..55f4da6266c5 100644
--- a/x11-apps/xwd/Manifest
+++ b/x11-apps/xwd/Manifest
@@ -1,2 +1 @@
-DIST xwd-1.0.8.tar.bz2 151153 BLAKE2B 9db972c3f484abde7f6925da6b9e567548e9ceab8f3484ca8f5649e1505ef72652d03f738b2e2edd3179a9561b9dca76bf13d26b025523d22f9f2d98ebf1b8c7 SHA512 d2aaf42c60d20c4b09f4947d3702058dbfad4633b2c5c8ea62e8897fc9ced1ab3417ce99255a223286d21a731f543019470737e3074f1bc68033b4eb47bc773e
DIST xwd-1.0.9.tar.xz 141940 BLAKE2B 06505859e28095ba4c34f76001aa283b2b173d71f78c83e067faefe91671475daf9adcedecdc9c090826ecec8fb73763529fb9fae1ebd1e62e67d7ec70117c78 SHA512 ae59661b05160f5658920fd79031b6b8548cb7bbfc734194edb0acef5c95f76b210ca4443e9506fc1a0cb9df47ee7c22948502971afe578b44c75aa2a1138d56
diff --git a/x11-apps/xwd/xwd-1.0.8.ebuild b/x11-apps/xwd/xwd-1.0.8.ebuild
deleted file mode 100644
index 5e1d18f12b5d..000000000000
--- a/x11-apps/xwd/xwd-1.0.8.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xorg-3
-
-DESCRIPTION="dump an image of an X window"
-
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto
- x11-libs/libXt
- x11-libs/libxkbfile"
^ permalink raw reply related [flat|nested] 25+ messages in thread
end of thread, other threads:[~2023-08-16 22:07 UTC | newest]
Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-27 17:54 [gentoo-commits] repo/gentoo:master commit in: x11-apps/xwd/ Matt Turner
-- strict thread matches above, loose matches on Subject: below --
2023-08-16 22:07 Matt Turner
2023-08-11 19:12 Arthur Zamarin
2023-08-11 5:56 Arthur Zamarin
2023-08-09 4:27 Arthur Zamarin
2023-07-15 15:37 Arthur Zamarin
2023-07-15 15:37 Arthur Zamarin
2023-07-02 11:54 Arthur Zamarin
2023-07-02 11:52 Arthur Zamarin
2023-06-04 3:31 Matt Turner
2022-08-13 16:00 WANG Xuerui
2021-11-18 7:48 Matt Turner
2021-11-17 22:55 Georgy Yakovlev
2021-11-17 16:51 Arthur Zamarin
2021-11-17 7:49 Sam James
2021-11-15 8:38 Jakov Smolić
2021-11-15 1:12 Sam James
2021-11-12 20:51 Sam James
2021-11-07 22:10 Jakov Smolić
2021-08-02 4:10 Matt Turner
2021-03-27 17:54 Matt Turner
2021-03-13 4:15 Matt Turner
2020-06-24 20:13 Matt Turner
2018-03-10 6:03 Matt Turner
2016-03-04 7:10 Stephen Klimaszewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox