* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/astime/
@ 2017-03-28 6:52 Michael Weber
0 siblings, 0 replies; 9+ messages in thread
From: Michael Weber @ 2017-03-28 6:52 UTC (permalink / raw
To: gentoo-commits
commit: abe2095115218172a51f6f46e4f0a424a9a73a95
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 28 06:52:05 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 06:52:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abe20951
x11-plugins/astime: ppc ppc64 stable (bug 613906).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
x11-plugins/astime/astime-2.8-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/astime/astime-2.8-r2.ebuild b/x11-plugins/astime/astime-2.8-r2.ebuild
index c0e05e54f49..3bc1e022b43 100644
--- a/x11-plugins/astime/astime-2.8-r2.ebuild
+++ b/x11-plugins/astime/astime-2.8-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}afterstep/download/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ppc64 ~x86"
IUSE="jpeg"
RDEPEND="x11-libs/libXpm
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/astime/
@ 2017-03-28 9:56 Agostino Sarubbo
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2017-03-28 9:56 UTC (permalink / raw
To: gentoo-commits
commit: 8555c1ab3c8e6136eeefefef7ea6175ed25e47be
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 28 09:56:22 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 09:56:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8555c1ab
x11-plugins/astime: amd64 stable wrt bug #613906
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-plugins/astime/astime-2.8-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/astime/astime-2.8-r2.ebuild b/x11-plugins/astime/astime-2.8-r2.ebuild
index 3bc1e022b43..a1fc98650a4 100644
--- a/x11-plugins/astime/astime-2.8-r2.ebuild
+++ b/x11-plugins/astime/astime-2.8-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}afterstep/download/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 ~x86"
IUSE="jpeg"
RDEPEND="x11-libs/libXpm
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/astime/
@ 2017-04-02 2:34 Michael Orlitzky
0 siblings, 0 replies; 9+ messages in thread
From: Michael Orlitzky @ 2017-04-02 2:34 UTC (permalink / raw
To: gentoo-commits
commit: 382bd326e5d6555698ee2ad1d124745216623932
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 2 02:33:49 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Apr 2 02:33:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382bd326
x11-plugins/astime: remove unused version 2.8-r1.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
x11-plugins/astime/astime-2.8-r1.ebuild | 38 ---------------------------------
1 file changed, 38 deletions(-)
diff --git a/x11-plugins/astime/astime-2.8-r1.ebuild b/x11-plugins/astime/astime-2.8-r1.ebuild
deleted file mode 100644
index fdb91211e27..00000000000
--- a/x11-plugins/astime/astime-2.8-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Analogue clock utility for X Windows"
-HOMEPAGE="http://www.tigr.net/"
-SRC_URI="http://www.tigr.net/afterstep/download/astime/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="jpeg"
-
-RDEPEND="x11-libs/libXpm
- x11-libs/libSM
- jpeg? ( virtual/jpeg )"
-
-DEPEND="${RDEPEND}
- x11-proto/xproto"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-gentoo.patch
-}
-
-src_compile() {
- econf $(use_enable jpeg) || die "econf failed"
- emake CC="$(tc-getCC)" || die "emake failed"
-}
-
-src_install () {
- dodir /usr/bin
- dodir /usr/share/man/man1
-
- emake DESTDIR="${D}" install || die
- dodoc CHANGES README
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/astime/
@ 2020-01-13 10:07 David Seifert
0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2020-01-13 10:07 UTC (permalink / raw
To: gentoo-commits
commit: e7e65e8240cd3b571dae2c2d48611666cb6f42f8
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 10:07:14 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 10:07:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e65e82
x11-plugins/astime: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap <AT> gentoo.org>
x11-plugins/astime/astime-2.8-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/astime/astime-2.8-r2.ebuild b/x11-plugins/astime/astime-2.8-r2.ebuild
index c50c9190ab7..0d96556cffb 100644
--- a/x11-plugins/astime/astime-2.8-r2.ebuild
+++ b/x11-plugins/astime/astime-2.8-r2.ebuild
@@ -7,7 +7,7 @@ inherit toolchain-funcs
DESCRIPTION="Analogue clock utility for X Windows"
HOMEPAGE="http://www.tigr.net/"
-SRC_URI="${HOMEPAGE}afterstep/download/${PN}/${P}.tar.gz"
+SRC_URI="http://www.tigr.net/afterstep/download/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/astime/
@ 2023-11-29 17:19 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-11-29 17:19 UTC (permalink / raw
To: gentoo-commits
commit: d09c938ff7c402b8a06897021bf7051f7139ac93
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 17:19:36 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 17:19:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d09c938f
x11-plugins/astime: Stabilize 2.8-r3 x86, #918662
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-plugins/astime/astime-2.8-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/astime/astime-2.8-r3.ebuild b/x11-plugins/astime/astime-2.8-r3.ebuild
index b3e9b8ce371e..fb323e8b9a7a 100644
--- a/x11-plugins/astime/astime-2.8-r3.ebuild
+++ b/x11-plugins/astime/astime-2.8-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.tigr.net/afterstep/download/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE="jpeg"
RDEPEND="
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/astime/
@ 2023-11-29 17:19 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-11-29 17:19 UTC (permalink / raw
To: gentoo-commits
commit: 6d78df101a4d579547a2660d6b78a958e7ac8a49
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 17:19:35 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 17:19:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d78df10
x11-plugins/astime: Stabilize 2.8-r3 amd64, #918662
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-plugins/astime/astime-2.8-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/astime/astime-2.8-r3.ebuild b/x11-plugins/astime/astime-2.8-r3.ebuild
index 418ad38751ca..b3e9b8ce371e 100644
--- a/x11-plugins/astime/astime-2.8-r3.ebuild
+++ b/x11-plugins/astime/astime-2.8-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.tigr.net/afterstep/download/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
IUSE="jpeg"
RDEPEND="
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/astime/
@ 2023-11-29 17:59 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2023-11-29 17:59 UTC (permalink / raw
To: gentoo-commits
commit: aeff7e7e81cedebacacb74f14ed79b739ec92c25
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 17:59:25 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 17:59:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeff7e7e
x11-plugins/astime: Stabilize 2.8-r3 ppc, #918662
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
x11-plugins/astime/astime-2.8-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/astime/astime-2.8-r3.ebuild b/x11-plugins/astime/astime-2.8-r3.ebuild
index fb323e8b9a7a..24aabc6fc773 100644
--- a/x11-plugins/astime/astime-2.8-r3.ebuild
+++ b/x11-plugins/astime/astime-2.8-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.tigr.net/afterstep/download/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
IUSE="jpeg"
RDEPEND="
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/astime/
@ 2023-11-29 18:38 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2023-11-29 18:38 UTC (permalink / raw
To: gentoo-commits
commit: 2350952a738d44f7e8e7a84c3fb9fe42c608ad4f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 18:38:38 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 18:38:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2350952a
x11-plugins/astime: Stabilize 2.8-r3 ppc64, #918662
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-plugins/astime/astime-2.8-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/astime/astime-2.8-r3.ebuild b/x11-plugins/astime/astime-2.8-r3.ebuild
index 24aabc6fc773..abdde0084527 100644
--- a/x11-plugins/astime/astime-2.8-r3.ebuild
+++ b/x11-plugins/astime/astime-2.8-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.tigr.net/afterstep/download/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
IUSE="jpeg"
RDEPEND="
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/astime/
@ 2023-12-01 11:51 Ulrich Müller
0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Müller @ 2023-12-01 11:51 UTC (permalink / raw
To: gentoo-commits
commit: a2936dd7b04870697902964973f4a9facc420c43
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 1 11:50:25 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 1 11:50:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2936dd7
x11-plugins/astime: drop 2.8-r2
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
x11-plugins/astime/astime-2.8-r2.ebuild | 38 ---------------------------------
1 file changed, 38 deletions(-)
diff --git a/x11-plugins/astime/astime-2.8-r2.ebuild b/x11-plugins/astime/astime-2.8-r2.ebuild
deleted file mode 100644
index 423b8d075323..000000000000
--- a/x11-plugins/astime/astime-2.8-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Analogue clock utility for X Windows"
-HOMEPAGE="http://www.tigr.net/"
-SRC_URI="http://www.tigr.net/afterstep/download/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="jpeg"
-
-RDEPEND="x11-libs/libXpm
- x11-libs/libSM
- jpeg? ( virtual/jpeg:0 )"
-
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-PATCHES=( "${FILESDIR}/${P}-respect-ldflags.patch" )
-
-src_configure() {
- econf $(use_enable jpeg)
-}
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- dobin "${PN}"
- newman "${PN}.man" "${PN}.1"
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2023-12-01 11:51 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-29 17:19 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/astime/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-12-01 11:51 Ulrich Müller
2023-11-29 18:38 Arthur Zamarin
2023-11-29 17:59 Michał Górny
2023-11-29 17:19 Sam James
2020-01-13 10:07 David Seifert
2017-04-02 2:34 Michael Orlitzky
2017-03-28 9:56 Agostino Sarubbo
2017-03-28 6:52 Michael Weber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox