* [gentoo-commits] repo/gentoo:master commit in: x11-apps/transset/
@ 2018-03-10 6:03 Matt Turner
0 siblings, 0 replies; 9+ messages in thread
From: Matt Turner @ 2018-03-10 6:03 UTC (permalink / raw
To: gentoo-commits
commit: bcf7f545088c9f75ab84e479ce095a8564f884bb
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 10 06:02:12 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 06:02:45 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf7f545
x11-apps/transset: Version bump to 1.0.2
x11-apps/transset/Manifest | 1 +
x11-apps/transset/transset-1.0.2.ebuild | 16 ++++++++++++++++
2 files changed, 17 insertions(+)
diff --git a/x11-apps/transset/Manifest b/x11-apps/transset/Manifest
index cadd702e77e..99a53ad3d6b 100644
--- a/x11-apps/transset/Manifest
+++ b/x11-apps/transset/Manifest
@@ -1 +1,2 @@
DIST transset-1.0.1.tar.bz2 121199 BLAKE2B 1ef56061150993bf870075c5dadf0589dc795750ce9b898a5a39a062fd14693003a4b0ab258140e87a208fb1f560742dc6217bfebaeffce98cc73d677fe015e9 SHA512 709a693cedc877f981179376105ac071ea5cf553c4388ecc7b974547050104fbc2cc64292f86f047b70acf7d85e7dca1ed7cd004b73652f4854275c8a514fd1d
+DIST transset-1.0.2.tar.bz2 127774 BLAKE2B fba4e8dc6eb3b3ea1285af9fccacc2d46cddbf17a086084c3db395bb5d78e6f13a348e2733c8b42efd2993dc053c01a4e6761c479506ba5d84a8715a956303c0 SHA512 f7a658cae70e211a0455420efbfacee0f3032821d94e7a80ec6db32ced716c1ce013f38713915505998071c312cedd1bad08575dbadfbbeb94361b048623f874
diff --git a/x11-apps/transset/transset-1.0.2.ebuild b/x11-apps/transset/transset-1.0.2.ebuild
new file mode 100644
index 00000000000..061b3239cd7
--- /dev/null
+++ b/x11-apps/transset/transset-1.0.2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit xorg-2
+
+DESCRIPTION="An utility for setting opacity property"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/xapps https://cgit.freedesktop.org/xorg/app/transset/"
+
+LICENSE="SGI-B-2.0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+ >=x11-proto/xproto-7.0.17"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/transset/
@ 2019-03-29 21:19 Matt Turner
0 siblings, 0 replies; 9+ messages in thread
From: Matt Turner @ 2019-03-29 21:19 UTC (permalink / raw
To: gentoo-commits
commit: 5c56f5b1749ecd6bcf6079bdfc256fcece6630e4
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Fri Mar 29 03:01:38 2019 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 21:19:00 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c56f5b1
x11-apps/transset: Clean HOMEPAGE.
Bug: https://bugs.gentoo.org/681708
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/transset/transset-1.0.1.ebuild | 1 -
x11-apps/transset/transset-1.0.2.ebuild | 1 -
2 files changed, 2 deletions(-)
diff --git a/x11-apps/transset/transset-1.0.1.ebuild b/x11-apps/transset/transset-1.0.1.ebuild
index 52eefdd0f0b..e94154a3ff1 100644
--- a/x11-apps/transset/transset-1.0.1.ebuild
+++ b/x11-apps/transset/transset-1.0.1.ebuild
@@ -5,7 +5,6 @@ EAPI=5
inherit xorg-2
DESCRIPTION="An utility for setting opacity property"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/xapps https://gitlab.freedesktop.org/xorg/app/transset"
LICENSE="SGI-B-2.0"
KEYWORDS="amd64 x86"
diff --git a/x11-apps/transset/transset-1.0.2.ebuild b/x11-apps/transset/transset-1.0.2.ebuild
index 52eefdd0f0b..e94154a3ff1 100644
--- a/x11-apps/transset/transset-1.0.2.ebuild
+++ b/x11-apps/transset/transset-1.0.2.ebuild
@@ -5,7 +5,6 @@ EAPI=5
inherit xorg-2
DESCRIPTION="An utility for setting opacity property"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/xapps https://gitlab.freedesktop.org/xorg/app/transset"
LICENSE="SGI-B-2.0"
KEYWORDS="amd64 x86"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/transset/
@ 2020-06-24 20:13 Matt Turner
0 siblings, 0 replies; 9+ messages in thread
From: Matt Turner @ 2020-06-24 20:13 UTC (permalink / raw
To: gentoo-commits
commit: 3e677388739ec53df33764ed099a6e937edc381c
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 24 20:02:48 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Jun 24 20:12:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e677388
x11-apps/transset: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/transset/Manifest | 1 -
x11-apps/transset/transset-1.0.1.ebuild | 15 ---------------
2 files changed, 16 deletions(-)
diff --git a/x11-apps/transset/Manifest b/x11-apps/transset/Manifest
index 99a53ad3d6b..a92be8f53f3 100644
--- a/x11-apps/transset/Manifest
+++ b/x11-apps/transset/Manifest
@@ -1,2 +1 @@
-DIST transset-1.0.1.tar.bz2 121199 BLAKE2B 1ef56061150993bf870075c5dadf0589dc795750ce9b898a5a39a062fd14693003a4b0ab258140e87a208fb1f560742dc6217bfebaeffce98cc73d677fe015e9 SHA512 709a693cedc877f981179376105ac071ea5cf553c4388ecc7b974547050104fbc2cc64292f86f047b70acf7d85e7dca1ed7cd004b73652f4854275c8a514fd1d
DIST transset-1.0.2.tar.bz2 127774 BLAKE2B fba4e8dc6eb3b3ea1285af9fccacc2d46cddbf17a086084c3db395bb5d78e6f13a348e2733c8b42efd2993dc053c01a4e6761c479506ba5d84a8715a956303c0 SHA512 f7a658cae70e211a0455420efbfacee0f3032821d94e7a80ec6db32ced716c1ce013f38713915505998071c312cedd1bad08575dbadfbbeb94361b048623f874
diff --git a/x11-apps/transset/transset-1.0.1.ebuild b/x11-apps/transset/transset-1.0.1.ebuild
deleted file mode 100644
index e94154a3ff1..00000000000
--- a/x11-apps/transset/transset-1.0.1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xorg-2
-
-DESCRIPTION="An utility for setting opacity property"
-
-LICENSE="SGI-B-2.0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/transset/
@ 2022-10-19 0:22 Georgy Yakovlev
0 siblings, 0 replies; 9+ messages in thread
From: Georgy Yakovlev @ 2022-10-19 0:22 UTC (permalink / raw
To: gentoo-commits
commit: 4b0ddc3c7113eaccac52942d81a19ace8b634676
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 18 23:50:27 2022 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Oct 19 00:22:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b0ddc3c
x11-apps/transset: keyword 1.0.2 for ~ppc64
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
x11-apps/transset/transset-1.0.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-apps/transset/transset-1.0.2.ebuild b/x11-apps/transset/transset-1.0.2.ebuild
index 18372fbb4b41..c2ce0b4d500b 100644
--- a/x11-apps/transset/transset-1.0.2.ebuild
+++ b/x11-apps/transset/transset-1.0.2.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
@@ -8,7 +8,7 @@ inherit xorg-3
DESCRIPTION="An utility for setting opacity property"
LICENSE="SGI-B-2.0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
RDEPEND="x11-libs/libX11"
DEPEND="
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/transset/
@ 2022-12-03 23:49 Matt Turner
0 siblings, 0 replies; 9+ messages in thread
From: Matt Turner @ 2022-12-03 23:49 UTC (permalink / raw
To: gentoo-commits
commit: 287b29e426c64051d95afc73eff1fa5f8e15148d
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 3 23:43:06 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Dec 3 23:49:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=287b29e4
x11-apps/transset: Version bump to 1.0.3
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/transset/Manifest | 1 +
x11-apps/transset/transset-1.0.3.ebuild | 16 ++++++++++++++++
2 files changed, 17 insertions(+)
diff --git a/x11-apps/transset/Manifest b/x11-apps/transset/Manifest
index a92be8f53f3f..c46979e5064b 100644
--- a/x11-apps/transset/Manifest
+++ b/x11-apps/transset/Manifest
@@ -1 +1,2 @@
DIST transset-1.0.2.tar.bz2 127774 BLAKE2B fba4e8dc6eb3b3ea1285af9fccacc2d46cddbf17a086084c3db395bb5d78e6f13a348e2733c8b42efd2993dc053c01a4e6761c479506ba5d84a8715a956303c0 SHA512 f7a658cae70e211a0455420efbfacee0f3032821d94e7a80ec6db32ced716c1ce013f38713915505998071c312cedd1bad08575dbadfbbeb94361b048623f874
+DIST transset-1.0.3.tar.xz 121592 BLAKE2B 0bcace3235c7d96c0a3005f39692df01f7a78361664a23ca52f3adbda5f6994da3b7385257f43d8bf0ec8bd916e98fd867c9439eba13dbb1f86fc8fd3fe14817 SHA512 5e46713653f1c50676381aebe6bcb0adaa4c5d51217f54a3e73fec69a3f201871f0d3b65759e30bd871f439eb3ccf037203d5efc9b26a60a4f6fa02d0ffdca41
diff --git a/x11-apps/transset/transset-1.0.3.ebuild b/x11-apps/transset/transset-1.0.3.ebuild
new file mode 100644
index 000000000000..ac84c68d643d
--- /dev/null
+++ b/x11-apps/transset/transset-1.0.3.ebuild
@@ -0,0 +1,16 @@
+# 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="An utility for setting opacity property"
+
+LICENSE="SGI-B-2.0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/transset/
@ 2022-12-14 10:15 Georgy Yakovlev
0 siblings, 0 replies; 9+ messages in thread
From: Georgy Yakovlev @ 2022-12-14 10:15 UTC (permalink / raw
To: gentoo-commits
commit: 20d22591e14066dce76fcba6e12ff3482df6d249
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 14 10:14:08 2022 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 10:14:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d22591
x11-apps/transset: stabilize 1.0.2 for ppc64
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
x11-apps/transset/transset-1.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/transset/transset-1.0.2.ebuild b/x11-apps/transset/transset-1.0.2.ebuild
index c2ce0b4d500b..c3e920f88723 100644
--- a/x11-apps/transset/transset-1.0.2.ebuild
+++ b/x11-apps/transset/transset-1.0.2.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
DESCRIPTION="An utility for setting opacity property"
LICENSE="SGI-B-2.0"
-KEYWORDS="amd64 ~ppc64 x86"
+KEYWORDS="amd64 ppc64 x86"
RDEPEND="x11-libs/libX11"
DEPEND="
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/transset/
@ 2022-12-14 10:24 Georgy Yakovlev
0 siblings, 0 replies; 9+ messages in thread
From: Georgy Yakovlev @ 2022-12-14 10:24 UTC (permalink / raw
To: gentoo-commits
commit: 5484e23c2bacfb930db3136762e292af58fccb4e
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 14 10:22:31 2022 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 10:24:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5484e23c
x11-apps/transset: keyword on ~ppc
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
x11-apps/transset/transset-1.0.2.ebuild | 2 +-
x11-apps/transset/transset-1.0.3.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-apps/transset/transset-1.0.2.ebuild b/x11-apps/transset/transset-1.0.2.ebuild
index c3e920f88723..b38b2dbb3129 100644
--- a/x11-apps/transset/transset-1.0.2.ebuild
+++ b/x11-apps/transset/transset-1.0.2.ebuild
@@ -8,7 +8,7 @@ inherit xorg-3
DESCRIPTION="An utility for setting opacity property"
LICENSE="SGI-B-2.0"
-KEYWORDS="amd64 ppc64 x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
RDEPEND="x11-libs/libX11"
DEPEND="
diff --git a/x11-apps/transset/transset-1.0.3.ebuild b/x11-apps/transset/transset-1.0.3.ebuild
index ac84c68d643d..6420a1b5ed90 100644
--- a/x11-apps/transset/transset-1.0.3.ebuild
+++ b/x11-apps/transset/transset-1.0.3.ebuild
@@ -9,7 +9,7 @@ inherit xorg-3
DESCRIPTION="An utility for setting opacity property"
LICENSE="SGI-B-2.0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
RDEPEND="x11-libs/libX11"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/transset/
@ 2022-12-27 5:58 Georgy Yakovlev
0 siblings, 0 replies; 9+ messages in thread
From: Georgy Yakovlev @ 2022-12-27 5:58 UTC (permalink / raw
To: gentoo-commits
commit: 20a5c391b86cb35dc05cb8d5fd1049c22e1f87bc
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 05:52:51 2022 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 05:52:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a5c391
x11-apps/transset: keyword 1.0.3 for ~arm64
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
x11-apps/transset/transset-1.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/transset/transset-1.0.3.ebuild b/x11-apps/transset/transset-1.0.3.ebuild
index 6420a1b5ed90..ea7da7c1c4f3 100644
--- a/x11-apps/transset/transset-1.0.3.ebuild
+++ b/x11-apps/transset/transset-1.0.3.ebuild
@@ -9,7 +9,7 @@ inherit xorg-3
DESCRIPTION="An utility for setting opacity property"
LICENSE="SGI-B-2.0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
RDEPEND="x11-libs/libX11"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/transset/
@ 2024-12-04 23:00 Matt Turner
0 siblings, 0 replies; 9+ messages in thread
From: Matt Turner @ 2024-12-04 23:00 UTC (permalink / raw
To: gentoo-commits
commit: a376ed93a17f1a62e118813cfc67744d94d5232e
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 4 22:57:09 2024 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Dec 4 23:00:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a376ed93
x11-apps/transset: Version bump to 1.0.4
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/transset/Manifest | 1 +
x11-apps/transset/transset-1.0.4.ebuild | 16 ++++++++++++++++
2 files changed, 17 insertions(+)
diff --git a/x11-apps/transset/Manifest b/x11-apps/transset/Manifest
index 381e9687f3c5..02adcf7b8f01 100644
--- a/x11-apps/transset/Manifest
+++ b/x11-apps/transset/Manifest
@@ -1 +1,2 @@
DIST transset-1.0.3.tar.xz 121592 BLAKE2B 0bcace3235c7d96c0a3005f39692df01f7a78361664a23ca52f3adbda5f6994da3b7385257f43d8bf0ec8bd916e98fd867c9439eba13dbb1f86fc8fd3fe14817 SHA512 5e46713653f1c50676381aebe6bcb0adaa4c5d51217f54a3e73fec69a3f201871f0d3b65759e30bd871f439eb3ccf037203d5efc9b26a60a4f6fa02d0ffdca41
+DIST transset-1.0.4.tar.xz 127492 BLAKE2B 1b44221ea5a52d3215b653e63c6e10acccfce6dc80a3e2bb742b9bb6c2664f26e0d0ab25c8eded1fbd0733b03f88d5fe616eba1899e0863bd99d49836da54dbd SHA512 d077753ea3458bf553f2e1ec2c3cd5f75d5c70dfd2969456382ded03a937abde39286f3b647c4f098f883825b5d3b917d835dda9b4d3a4e998db53cbb73458ed
diff --git a/x11-apps/transset/transset-1.0.4.ebuild b/x11-apps/transset/transset-1.0.4.ebuild
new file mode 100644
index 000000000000..58bf8f3c942b
--- /dev/null
+++ b/x11-apps/transset/transset-1.0.4.ebuild
@@ -0,0 +1,16 @@
+# 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="An utility for setting opacity property"
+
+LICENSE="SGI-B-2.0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-12-04 23:00 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-03 23:49 [gentoo-commits] repo/gentoo:master commit in: x11-apps/transset/ Matt Turner
-- strict thread matches above, loose matches on Subject: below --
2024-12-04 23:00 Matt Turner
2022-12-27 5:58 Georgy Yakovlev
2022-12-14 10:24 Georgy Yakovlev
2022-12-14 10:15 Georgy Yakovlev
2022-10-19 0:22 Georgy Yakovlev
2020-06-24 20:13 Matt Turner
2019-03-29 21:19 Matt Turner
2018-03-10 6:03 Matt Turner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox