* [gentoo-commits] repo/gentoo:master commit in: x11-apps/appres/
@ 2018-03-05 4:42 Matt Turner
0 siblings, 0 replies; 17+ messages in thread
From: Matt Turner @ 2018-03-05 4:42 UTC (permalink / raw
To: gentoo-commits
commit: 3d6553ced57689b00fb7e084b9400cffb852855a
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 5 04:31:13 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Mar 5 04:39:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d6553ce
x11-apps/appres: Version bump to 1.0.5
x11-apps/appres/Manifest | 1 +
x11-apps/appres/appres-1.0.5.ebuild | 14 ++++++++++++++
2 files changed, 15 insertions(+)
diff --git a/x11-apps/appres/Manifest b/x11-apps/appres/Manifest
index 593584e546c..a536fa8209d 100644
--- a/x11-apps/appres/Manifest
+++ b/x11-apps/appres/Manifest
@@ -1 +1,2 @@
DIST appres-1.0.4.tar.bz2 117949 BLAKE2B a1938ffd3a3ecf279e35fd85c39f79550b9da0d2155d4ba08708fddff0b6cb9cb97a8174fcfb701ff13e929bd551405c3eaeae516d15e4d7ea31ef50aa6a5d29 SHA512 f07e672bd335308e58495685e5e7748684283aac28a96ea716edefe99ff281ec1f9b264e853ec0ce0f64cf54d9208d70dd3112a5a4219e0a38bfdc0fab8c9d98
+DIST appres-1.0.5.tar.bz2 124531 BLAKE2B 0d3e497afb3ab7d3565451c0da6594b4e608fa20e1a225162c4347d672db6a94823b5961c112b414e55c86a6b53a684709ddd109991f0545b6897bf276824da8 SHA512 70825563cd80f0f433c48ab2fdae888072939c1b22fb22340b70b9444c97916275ed92c9e5bf9a06bb76c32a5371b89ff7c0211a9a47a227c88311078c2c4137
diff --git a/x11-apps/appres/appres-1.0.5.ebuild b/x11-apps/appres/appres-1.0.5.ebuild
new file mode 100644
index 00000000000..0500fab4837
--- /dev/null
+++ b/x11-apps/appres/appres-1.0.5.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="list X application resource database"
+
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE=""
+RDEPEND="x11-libs/libX11
+ x11-libs/libXt"
+DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/appres/
@ 2021-03-13 4:15 Matt Turner
0 siblings, 0 replies; 17+ messages in thread
From: Matt Turner @ 2021-03-13 4:15 UTC (permalink / raw
To: gentoo-commits
commit: 3e89b4b56f2b35cc627b09e22c607dfd86477b1f
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Thu Mar 11 09:53:58 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 04:14:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e89b4b5
x11-apps/appres: EAPI 7
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/appres/appres-1.0.5-r1.ebuild | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/x11-apps/appres/appres-1.0.5-r1.ebuild b/x11-apps/appres/appres-1.0.5-r1.ebuild
new file mode 100644
index 00000000000..cafaa058a22
--- /dev/null
+++ b/x11-apps/appres/appres-1.0.5-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="list X application resource database"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt"
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXt"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/appres/
@ 2022-04-04 2:34 Matt Turner
0 siblings, 0 replies; 17+ messages in thread
From: Matt Turner @ 2022-04-04 2:34 UTC (permalink / raw
To: gentoo-commits
commit: f92dce2a8ef3b4064bd916fbb2b6507a9e500138
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 4 02:19:44 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Apr 4 02:33:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f92dce2a
x11-apps/appres: Version bump to 1.0.6
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/appres/Manifest | 1 +
x11-apps/appres/appres-1.0.6.ebuild | 17 +++++++++++++++++
2 files changed, 18 insertions(+)
diff --git a/x11-apps/appres/Manifest b/x11-apps/appres/Manifest
index e90a3671c717..cc798c7bc507 100644
--- a/x11-apps/appres/Manifest
+++ b/x11-apps/appres/Manifest
@@ -1 +1,2 @@
DIST appres-1.0.5.tar.bz2 124531 BLAKE2B 0d3e497afb3ab7d3565451c0da6594b4e608fa20e1a225162c4347d672db6a94823b5961c112b414e55c86a6b53a684709ddd109991f0545b6897bf276824da8 SHA512 70825563cd80f0f433c48ab2fdae888072939c1b22fb22340b70b9444c97916275ed92c9e5bf9a06bb76c32a5371b89ff7c0211a9a47a227c88311078c2c4137
+DIST appres-1.0.6.tar.xz 118972 BLAKE2B 13e72b26ea51c937e988929626810421f705b7142b3379488b50989114748f5fb2a0d515978dc92c0d0634afdd2fbda1ee4e8f09a1637fc0e70320492d5a61fc SHA512 6d14f6a2ad5c83a4d42d4c51ec9a9f32652dfe7624881f1f41c0b1f4946904e7e5ca81a2fd9f4f4824488ce1bd2a4047f92320626bf33b0f1afc5e6b89d3e2b9
diff --git a/x11-apps/appres/appres-1.0.6.ebuild b/x11-apps/appres/appres-1.0.6.ebuild
new file mode 100644
index 000000000000..839262e5a512
--- /dev/null
+++ b/x11-apps/appres/appres-1.0.6.ebuild
@@ -0,0 +1,17 @@
+# 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="list X application resource database"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt"
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXt"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/appres/
@ 2022-05-07 17:55 Jakov Smolić
0 siblings, 0 replies; 17+ messages in thread
From: Jakov Smolić @ 2022-05-07 17:55 UTC (permalink / raw
To: gentoo-commits
commit: beed8971c91b5f0220b0484e9d6501c368cc1162
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat May 7 17:53:03 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat May 7 17:55:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beed8971
x11-apps/appres: Stabilize 1.0.6 x86, #843167
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
x11-apps/appres/appres-1.0.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/appres/appres-1.0.6.ebuild b/x11-apps/appres/appres-1.0.6.ebuild
index acd63e42c539..c6e863d6cfb9 100644
--- a/x11-apps/appres/appres-1.0.6.ebuild
+++ b/x11-apps/appres/appres-1.0.6.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
DESCRIPTION="list X application resource database"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt"
RDEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/appres/
@ 2022-05-08 23:01 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2022-05-08 23:01 UTC (permalink / raw
To: gentoo-commits
commit: 08c311608313550b491a50e8022ed792abc49f02
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 8 23:00:58 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 8 23:00:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c31160
x11-apps/appres: Stabilize 1.0.6 arm64, #843167
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-apps/appres/appres-1.0.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/appres/appres-1.0.6.ebuild b/x11-apps/appres/appres-1.0.6.ebuild
index c6e863d6cfb9..f691e9fb5d69 100644
--- a/x11-apps/appres/appres-1.0.6.ebuild
+++ b/x11-apps/appres/appres-1.0.6.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
DESCRIPTION="list X application resource database"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt"
RDEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/appres/
@ 2022-05-25 18:00 Jakov Smolić
0 siblings, 0 replies; 17+ messages in thread
From: Jakov Smolić @ 2022-05-25 18:00 UTC (permalink / raw
To: gentoo-commits
commit: 67027a4c87077fc15b67bd7ef327b6a269152630
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 18:00:03 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed May 25 18:00:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67027a4c
x11-apps/appres: Stabilize 1.0.6 sparc, #843167
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
x11-apps/appres/appres-1.0.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/appres/appres-1.0.6.ebuild b/x11-apps/appres/appres-1.0.6.ebuild
index 1dcc4848fbbf..c6c244be46e5 100644
--- a/x11-apps/appres/appres-1.0.6.ebuild
+++ b/x11-apps/appres/appres-1.0.6.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
DESCRIPTION="list X application resource database"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt"
RDEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/appres/
@ 2022-05-28 1:35 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2022-05-28 1:35 UTC (permalink / raw
To: gentoo-commits
commit: 497ce6ad0824ad37a6b73a3e63e8ab47120463e8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 01:34:38 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 28 01:34:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=497ce6ad
x11-apps/appres: Stabilize 1.0.6 ppc64, #843167
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-apps/appres/appres-1.0.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/appres/appres-1.0.6.ebuild b/x11-apps/appres/appres-1.0.6.ebuild
index c6c244be46e5..c6880bfd61ad 100644
--- a/x11-apps/appres/appres-1.0.6.ebuild
+++ b/x11-apps/appres/appres-1.0.6.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
DESCRIPTION="list X application resource database"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt"
RDEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/appres/
@ 2022-08-28 5:06 WANG Xuerui
0 siblings, 0 replies; 17+ messages in thread
From: WANG Xuerui @ 2022-08-28 5:06 UTC (permalink / raw
To: gentoo-commits
commit: 43c07753c4e9d1ddade381f02cd3b3bfc833d661
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 03:52:56 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 05:05:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43c07753
x11-apps/appres: keyword 1.0.6 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
x11-apps/appres/appres-1.0.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/appres/appres-1.0.6.ebuild b/x11-apps/appres/appres-1.0.6.ebuild
index c6880bfd61ad..90023a6b9b5c 100644
--- a/x11-apps/appres/appres-1.0.6.ebuild
+++ b/x11-apps/appres/appres-1.0.6.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
DESCRIPTION="list X application resource database"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt"
RDEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/appres/
@ 2024-06-19 17:46 Matt Turner
0 siblings, 0 replies; 17+ messages in thread
From: Matt Turner @ 2024-06-19 17:46 UTC (permalink / raw
To: gentoo-commits
commit: 985e76f8d5a3717b520ec8e76f2dd48220a2365f
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 19 17:44:11 2024 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 17:46:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=985e76f8
x11-apps/appres: Version bump to 1.0.7
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/appres/Manifest | 1 +
x11-apps/appres/appres-1.0.7.ebuild | 17 +++++++++++++++++
2 files changed, 18 insertions(+)
diff --git a/x11-apps/appres/Manifest b/x11-apps/appres/Manifest
index d8e7db77728f..50437ac51f93 100644
--- a/x11-apps/appres/Manifest
+++ b/x11-apps/appres/Manifest
@@ -1 +1,2 @@
DIST appres-1.0.6.tar.xz 118972 BLAKE2B 13e72b26ea51c937e988929626810421f705b7142b3379488b50989114748f5fb2a0d515978dc92c0d0634afdd2fbda1ee4e8f09a1637fc0e70320492d5a61fc SHA512 6d14f6a2ad5c83a4d42d4c51ec9a9f32652dfe7624881f1f41c0b1f4946904e7e5ca81a2fd9f4f4824488ce1bd2a4047f92320626bf33b0f1afc5e6b89d3e2b9
+DIST appres-1.0.7.tar.xz 120780 BLAKE2B f0a958f1c035c90f3db56127e6218be013b00ae5403bd531e7f393c63ff2a303e05a8b36e1819a7fa1d3e57e8978df16b316c354554e6a5eb9ac91a6c28a0e54 SHA512 5948f869124dd7160ffe109b0fc7ccdca45c3b3f551a382a0bcf2c2af9e3832b0d4451e2868ca93a38de8e8e2caf1946ac72936b3256e99a32437d0ddd937a60
diff --git a/x11-apps/appres/appres-1.0.7.ebuild b/x11-apps/appres/appres-1.0.7.ebuild
new file mode 100644
index 000000000000..9a3d8bd4d421
--- /dev/null
+++ b/x11-apps/appres/appres-1.0.7.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="list X application resource database"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXt"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/appres/
@ 2024-07-24 18:49 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-07-24 18:49 UTC (permalink / raw
To: gentoo-commits
commit: 846b1ba34c389c959b9a9770440336ae72a8e888
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 24 18:49:23 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 18:49:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=846b1ba3
x11-apps/appres: Stabilize 1.0.7 sparc, #936601
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-apps/appres/appres-1.0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/appres/appres-1.0.7.ebuild b/x11-apps/appres/appres-1.0.7.ebuild
index 9a3d8bd4d421..3ebe283460bc 100644
--- a/x11-apps/appres/appres-1.0.7.ebuild
+++ b/x11-apps/appres/appres-1.0.7.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
DESCRIPTION="list X application resource database"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
RDEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/appres/
@ 2024-07-24 18:55 Arthur Zamarin
0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-07-24 18:55 UTC (permalink / raw
To: gentoo-commits
commit: 981fffc50bc7e0cf2c1ffc5823823133868ab5e4
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 24 18:55:12 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 18:55:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=981fffc5
x11-apps/appres: Stabilize 1.0.7 arm, #936601
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-apps/appres/appres-1.0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/appres/appres-1.0.7.ebuild b/x11-apps/appres/appres-1.0.7.ebuild
index 3ebe283460bc..6e0145464f3f 100644
--- a/x11-apps/appres/appres-1.0.7.ebuild
+++ b/x11-apps/appres/appres-1.0.7.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
DESCRIPTION="list X application resource database"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
RDEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/appres/
@ 2024-07-24 18:55 Arthur Zamarin
0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-07-24 18:55 UTC (permalink / raw
To: gentoo-commits
commit: c29ff9049fd1c21736f573e97a0dd98eb05ba205
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 24 18:55:14 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 18:55:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c29ff904
x11-apps/appres: Stabilize 1.0.7 arm64, #936601
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-apps/appres/appres-1.0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/appres/appres-1.0.7.ebuild b/x11-apps/appres/appres-1.0.7.ebuild
index 6e0145464f3f..4d96232b56cf 100644
--- a/x11-apps/appres/appres-1.0.7.ebuild
+++ b/x11-apps/appres/appres-1.0.7.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
DESCRIPTION="list X application resource database"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
RDEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/appres/
@ 2024-07-24 18:55 Arthur Zamarin
0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-07-24 18:55 UTC (permalink / raw
To: gentoo-commits
commit: e26e4ab4f80520e9de620a1ae6d86814330c17ac
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 24 18:55:15 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 18:55:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e26e4ab4
x11-apps/appres: Stabilize 1.0.7 ppc, #936601
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-apps/appres/appres-1.0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/appres/appres-1.0.7.ebuild b/x11-apps/appres/appres-1.0.7.ebuild
index 4d96232b56cf..29d5379ae099 100644
--- a/x11-apps/appres/appres-1.0.7.ebuild
+++ b/x11-apps/appres/appres-1.0.7.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
DESCRIPTION="list X application resource database"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
RDEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/appres/
@ 2024-07-24 19:10 Arthur Zamarin
0 siblings, 0 replies; 17+ messages in thread
From: Arthur Zamarin @ 2024-07-24 19:10 UTC (permalink / raw
To: gentoo-commits
commit: 3303925cce39f34a2b2c0f8588abdb80f1f94cc9
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 24 19:10:16 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 19:10:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3303925c
x11-apps/appres: Stabilize 1.0.7 ppc64, #936601
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-apps/appres/appres-1.0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/appres/appres-1.0.7.ebuild b/x11-apps/appres/appres-1.0.7.ebuild
index 29d5379ae099..680eea320991 100644
--- a/x11-apps/appres/appres-1.0.7.ebuild
+++ b/x11-apps/appres/appres-1.0.7.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
DESCRIPTION="list X application resource database"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
RDEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/appres/
@ 2024-07-24 19:12 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-07-24 19:12 UTC (permalink / raw
To: gentoo-commits
commit: c6663a0dea57af7c1499e07666b83544cda87835
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 24 19:12:20 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 19:12:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6663a0d
x11-apps/appres: Stabilize 1.0.7 x86, #936601
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-apps/appres/appres-1.0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/appres/appres-1.0.7.ebuild b/x11-apps/appres/appres-1.0.7.ebuild
index a93746a84e50..e0e4086bb699 100644
--- a/x11-apps/appres/appres-1.0.7.ebuild
+++ b/x11-apps/appres/appres-1.0.7.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
DESCRIPTION="list X application resource database"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
RDEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/appres/
@ 2024-07-24 19:12 Sam James
0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-07-24 19:12 UTC (permalink / raw
To: gentoo-commits
commit: 499ba1aff1310f8bfa21df20cee8ed8d8748e371
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 24 19:12:19 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 19:12:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499ba1af
x11-apps/appres: Stabilize 1.0.7 amd64, #936601
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-apps/appres/appres-1.0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/appres/appres-1.0.7.ebuild b/x11-apps/appres/appres-1.0.7.ebuild
index 680eea320991..a93746a84e50 100644
--- a/x11-apps/appres/appres-1.0.7.ebuild
+++ b/x11-apps/appres/appres-1.0.7.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
DESCRIPTION="list X application resource database"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
RDEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/appres/
@ 2024-09-03 1:57 Matt Turner
0 siblings, 0 replies; 17+ messages in thread
From: Matt Turner @ 2024-09-03 1:57 UTC (permalink / raw
To: gentoo-commits
commit: 66b3fdd84c5b58af4ce7a6849cc37518d25bfd14
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 3 01:51:27 2024 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Sep 3 01:55:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b3fdd8
x11-apps/appres: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/appres/Manifest | 1 -
x11-apps/appres/appres-1.0.6.ebuild | 17 -----------------
2 files changed, 18 deletions(-)
diff --git a/x11-apps/appres/Manifest b/x11-apps/appres/Manifest
index 50437ac51f93..edfc2688f005 100644
--- a/x11-apps/appres/Manifest
+++ b/x11-apps/appres/Manifest
@@ -1,2 +1 @@
-DIST appres-1.0.6.tar.xz 118972 BLAKE2B 13e72b26ea51c937e988929626810421f705b7142b3379488b50989114748f5fb2a0d515978dc92c0d0634afdd2fbda1ee4e8f09a1637fc0e70320492d5a61fc SHA512 6d14f6a2ad5c83a4d42d4c51ec9a9f32652dfe7624881f1f41c0b1f4946904e7e5ca81a2fd9f4f4824488ce1bd2a4047f92320626bf33b0f1afc5e6b89d3e2b9
DIST appres-1.0.7.tar.xz 120780 BLAKE2B f0a958f1c035c90f3db56127e6218be013b00ae5403bd531e7f393c63ff2a303e05a8b36e1819a7fa1d3e57e8978df16b316c354554e6a5eb9ac91a6c28a0e54 SHA512 5948f869124dd7160ffe109b0fc7ccdca45c3b3f551a382a0bcf2c2af9e3832b0d4451e2868ca93a38de8e8e2caf1946ac72936b3256e99a32437d0ddd937a60
diff --git a/x11-apps/appres/appres-1.0.6.ebuild b/x11-apps/appres/appres-1.0.6.ebuild
deleted file mode 100644
index fa571fdd32b5..000000000000
--- a/x11-apps/appres/appres-1.0.6.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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="list X application resource database"
-
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
-
-RDEPEND="
- x11-libs/libX11
- x11-libs/libXt"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
^ permalink raw reply related [flat|nested] 17+ messages in thread
end of thread, other threads:[~2024-09-03 1:57 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-13 4:15 [gentoo-commits] repo/gentoo:master commit in: x11-apps/appres/ Matt Turner
-- strict thread matches above, loose matches on Subject: below --
2024-09-03 1:57 Matt Turner
2024-07-24 19:12 Sam James
2024-07-24 19:12 Sam James
2024-07-24 19:10 Arthur Zamarin
2024-07-24 18:55 Arthur Zamarin
2024-07-24 18:55 Arthur Zamarin
2024-07-24 18:55 Arthur Zamarin
2024-07-24 18:49 Sam James
2024-06-19 17:46 Matt Turner
2022-08-28 5:06 WANG Xuerui
2022-05-28 1:35 Sam James
2022-05-25 18:00 Jakov Smolić
2022-05-08 23:01 Sam James
2022-05-07 17:55 Jakov Smolić
2022-04-04 2:34 Matt Turner
2018-03-05 4:42 Matt Turner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox