* [gentoo-commits] repo/gentoo:master commit in: x11-apps/beforelight/
@ 2022-12-14 10:15 Georgy Yakovlev
0 siblings, 0 replies; 7+ messages in thread
From: Georgy Yakovlev @ 2022-12-14 10:15 UTC (permalink / raw
To: gentoo-commits
commit: 129bb0507484f54d53bd78284a4f65a04ee874a0
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 14 10:13:28 2022 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 10:14:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=129bb050
x11-apps/beforelight: stabilize 1.0.5 for ppc64
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
x11-apps/beforelight/beforelight-1.0.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-apps/beforelight/beforelight-1.0.5.ebuild b/x11-apps/beforelight/beforelight-1.0.5.ebuild
index 78a3c0648acd..c2af4a7a4596 100644
--- a/x11-apps/beforelight/beforelight-1.0.5.ebuild
+++ b/x11-apps/beforelight/beforelight-1.0.5.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="Sample implementation of screen saver"
-KEYWORDS="amd64 arm ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="amd64 arm ~mips ~ppc ppc64 ~s390 ~sparc x86"
RDEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/beforelight/
@ 2023-01-28 21:04 Matt Turner
0 siblings, 0 replies; 7+ messages in thread
From: Matt Turner @ 2023-01-28 21:04 UTC (permalink / raw
To: gentoo-commits
commit: b73daac65278bd9cf98293a04e6b4f5137d38b51
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 21:02:43 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 21:03:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b73daac6
x11-apps/beforelight: Version bump to 1.0.6
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/beforelight/Manifest | 1 +
x11-apps/beforelight/beforelight-1.0.6.ebuild | 18 ++++++++++++++++++
2 files changed, 19 insertions(+)
diff --git a/x11-apps/beforelight/Manifest b/x11-apps/beforelight/Manifest
index 7cc53a512792..145902724019 100644
--- a/x11-apps/beforelight/Manifest
+++ b/x11-apps/beforelight/Manifest
@@ -1 +1,2 @@
DIST beforelight-1.0.5.tar.bz2 119358 BLAKE2B ff4a0e0a28d3cc668611eaea8b181696986f92eb7236b336218d0392484738788db9c16e0eb6d16a106ba3b30d094be082c12da22c058a5a0afeeb76fcddb76e SHA512 f6cc794159cda89ac060a43d190fa72419dbcf503a97093b4c0f05315389085ff804c2891e00da2843709e97633973010165f9d68ceb0dcc76eed150f9c75968
+DIST beforelight-1.0.6.tar.xz 117904 BLAKE2B 8a18018f8de72bbd1364ed6eb30dd1dd2f373b8ca644f5b5965a6f296e61ac6d19c8a2d03fcaa8774719cb01d24ed68dc2866ea64dd2377c02d74f84372c417f SHA512 48a165d151676f6d213883bee98b34007403a77e025253c8649f9a0f5ea258b09381ab523a5e906030ac9fc8245fce2c6beaf9ad0f81116e302d51ad4a0fad5a
diff --git a/x11-apps/beforelight/beforelight-1.0.6.ebuild b/x11-apps/beforelight/beforelight-1.0.6.ebuild
new file mode 100644
index 000000000000..944fbf9d4e3b
--- /dev/null
+++ b/x11-apps/beforelight/beforelight-1.0.6.ebuild
@@ -0,0 +1,18 @@
+# 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="Sample implementation of screen saver"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXScrnSaver
+ x11-libs/libXt
+ x11-libs/libXaw"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/beforelight/
@ 2023-03-02 19:52 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2023-03-02 19:52 UTC (permalink / raw
To: gentoo-commits
commit: b23f54683face053518c4fe646095d98bcf0c947
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 2 19:52:07 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 2 19:52:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b23f5468
x11-apps/beforelight: Stabilize 1.0.6 arm, #898950
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-apps/beforelight/beforelight-1.0.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/beforelight/beforelight-1.0.6.ebuild b/x11-apps/beforelight/beforelight-1.0.6.ebuild
index 944fbf9d4e3b..aa386947a7ae 100644
--- a/x11-apps/beforelight/beforelight-1.0.6.ebuild
+++ b/x11-apps/beforelight/beforelight-1.0.6.ebuild
@@ -7,7 +7,7 @@ XORG_TARBALL_SUFFIX="xz"
inherit xorg-3
DESCRIPTION="Sample implementation of screen saver"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
RDEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/beforelight/
@ 2023-03-03 18:42 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2023-03-03 18:42 UTC (permalink / raw
To: gentoo-commits
commit: baa299168da94bf1f3d88ff105585a2e55685fa7
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 3 18:41:53 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 3 18:41:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa29916
x11-apps/beforelight: Stabilize 1.0.6 x86, #898950
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-apps/beforelight/beforelight-1.0.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/beforelight/beforelight-1.0.6.ebuild b/x11-apps/beforelight/beforelight-1.0.6.ebuild
index aa386947a7ae..e951d3670fda 100644
--- a/x11-apps/beforelight/beforelight-1.0.6.ebuild
+++ b/x11-apps/beforelight/beforelight-1.0.6.ebuild
@@ -7,7 +7,7 @@ XORG_TARBALL_SUFFIX="xz"
inherit xorg-3
DESCRIPTION="Sample implementation of screen saver"
-KEYWORDS="~amd64 arm ~arm64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
RDEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/beforelight/
@ 2023-03-03 18:47 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2023-03-03 18:47 UTC (permalink / raw
To: gentoo-commits
commit: a8215f4e314b15d4806161a9220327dede1af925
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 3 18:46:20 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 3 18:46:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8215f4e
x11-apps/beforelight: Stabilize 1.0.6 amd64, #898950
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-apps/beforelight/beforelight-1.0.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/beforelight/beforelight-1.0.6.ebuild b/x11-apps/beforelight/beforelight-1.0.6.ebuild
index e951d3670fda..aa47d6e393ae 100644
--- a/x11-apps/beforelight/beforelight-1.0.6.ebuild
+++ b/x11-apps/beforelight/beforelight-1.0.6.ebuild
@@ -7,7 +7,7 @@ XORG_TARBALL_SUFFIX="xz"
inherit xorg-3
DESCRIPTION="Sample implementation of screen saver"
-KEYWORDS="~amd64 arm ~arm64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
RDEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/beforelight/
@ 2023-03-04 13:51 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2023-03-04 13:51 UTC (permalink / raw
To: gentoo-commits
commit: 686f389a2571462f2b7222958c414674ed25daa8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 13:49:12 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 13:49:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=686f389a
x11-apps/beforelight: Stabilize 1.0.6 ppc64, #898950
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-apps/beforelight/beforelight-1.0.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-apps/beforelight/beforelight-1.0.6.ebuild b/x11-apps/beforelight/beforelight-1.0.6.ebuild
index aa47d6e393ae..5815ee4a9044 100644
--- a/x11-apps/beforelight/beforelight-1.0.6.ebuild
+++ b/x11-apps/beforelight/beforelight-1.0.6.ebuild
@@ -7,7 +7,7 @@ XORG_TARBALL_SUFFIX="xz"
inherit xorg-3
DESCRIPTION="Sample implementation of screen saver"
-KEYWORDS="amd64 arm ~arm64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~mips ~ppc ppc64 ~s390 ~sparc x86"
RDEPEND="
x11-libs/libX11
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/beforelight/
@ 2023-03-13 20:07 Matt Turner
0 siblings, 0 replies; 7+ messages in thread
From: Matt Turner @ 2023-03-13 20:07 UTC (permalink / raw
To: gentoo-commits
commit: b48b3973ef13ea51ad6e29b1c0c5ffbfe79d3e7a
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 13 19:46:21 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Mar 13 20:07:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48b3973
x11-apps/beforelight: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/beforelight/Manifest | 1 -
x11-apps/beforelight/beforelight-1.0.5.ebuild | 17 -----------------
2 files changed, 18 deletions(-)
diff --git a/x11-apps/beforelight/Manifest b/x11-apps/beforelight/Manifest
index 145902724019..b5d732dbb132 100644
--- a/x11-apps/beforelight/Manifest
+++ b/x11-apps/beforelight/Manifest
@@ -1,2 +1 @@
-DIST beforelight-1.0.5.tar.bz2 119358 BLAKE2B ff4a0e0a28d3cc668611eaea8b181696986f92eb7236b336218d0392484738788db9c16e0eb6d16a106ba3b30d094be082c12da22c058a5a0afeeb76fcddb76e SHA512 f6cc794159cda89ac060a43d190fa72419dbcf503a97093b4c0f05315389085ff804c2891e00da2843709e97633973010165f9d68ceb0dcc76eed150f9c75968
DIST beforelight-1.0.6.tar.xz 117904 BLAKE2B 8a18018f8de72bbd1364ed6eb30dd1dd2f373b8ca644f5b5965a6f296e61ac6d19c8a2d03fcaa8774719cb01d24ed68dc2866ea64dd2377c02d74f84372c417f SHA512 48a165d151676f6d213883bee98b34007403a77e025253c8649f9a0f5ea258b09381ab523a5e906030ac9fc8245fce2c6beaf9ad0f81116e302d51ad4a0fad5a
diff --git a/x11-apps/beforelight/beforelight-1.0.5.ebuild b/x11-apps/beforelight/beforelight-1.0.5.ebuild
deleted file mode 100644
index 22cc82ab44d1..000000000000
--- a/x11-apps/beforelight/beforelight-1.0.5.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xorg-3
-
-DESCRIPTION="Sample implementation of screen saver"
-
-KEYWORDS="amd64 arm ~arm64 ~mips ~ppc ppc64 ~s390 ~sparc x86"
-
-RDEPEND="
- x11-libs/libX11
- x11-libs/libXScrnSaver
- x11-libs/libXt
- x11-libs/libXaw"
-DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-03-13 20:07 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-28 21:04 [gentoo-commits] repo/gentoo:master commit in: x11-apps/beforelight/ Matt Turner
-- strict thread matches above, loose matches on Subject: below --
2023-03-13 20:07 Matt Turner
2023-03-04 13:51 Arthur Zamarin
2023-03-03 18:47 Arthur Zamarin
2023-03-03 18:42 Arthur Zamarin
2023-03-02 19:52 Arthur Zamarin
2022-12-14 10:15 Georgy Yakovlev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox