public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/asclock/
@ 2018-02-22 22:54 Andreas Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Hüttel @ 2018-02-22 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     515b2e39c12141f3ab943741a25e0f321ed56c27
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 22:53:58 2018 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 22:54:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515b2e39

x11-plugins/asclock: EAPI bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 ...{asclock-2.0.12-r1.ebuild => asclock-2.0.12-r2.ebuild} | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/x11-plugins/asclock/asclock-2.0.12-r1.ebuild b/x11-plugins/asclock/asclock-2.0.12-r2.ebuild
similarity index 86%
rename from x11-plugins/asclock/asclock-2.0.12-r1.ebuild
rename to x11-plugins/asclock/asclock-2.0.12-r2.ebuild
index eb6bcd3414b..e7b14ca2e97 100644
--- a/x11-plugins/asclock/asclock-2.0.12-r1.ebuild
+++ b/x11-plugins/asclock/asclock-2.0.12-r2.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=3
+EAPI=6
+
 inherit eutils toolchain-funcs
 
 IUSE=""
@@ -17,8 +18,10 @@ RDEPEND="${DEPEND}
 	x11-proto/xextproto
 	x11-proto/xproto"
 
+PATCHES=( "${FILESDIR}"/${PN}-gcc41.patch )
+
 src_prepare() {
-	epatch "${FILESDIR}"/${PN}-gcc41.patch
+	default
 	ln -s themes/classic default_theme
 }
 
@@ -58,7 +61,7 @@ src_install() {
 	insinto ${themesdir}
 	doins -r themes/*
 	dodoc README README.THEMES TODO
-	cd "${D}"/${themesdir}
-	rm -f Freeamp/Makefile{,.*}
-	ln -s classic default_theme
+	cd "${D}"/${themesdir} || die
+	rm -f Freeamp/Makefile{,.*} || die
+	ln -s classic default_theme || die
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/asclock/
@ 2018-04-28  0:52 Matt Turner
  0 siblings, 0 replies; 5+ messages in thread
From: Matt Turner @ 2018-04-28  0:52 UTC (permalink / raw
  To: gentoo-commits

commit:     185c91eff5ca3ad470e827acad4b05a8a6ab7aa7
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 28 00:49:53 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Apr 28 00:52:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185c91ef

x11-plugins/asclock: Drop unnecessary x11-proto dep

 .../asclock/{asclock-2.0.12-r2.ebuild => asclock-2.0.12-r3.ebuild}    | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/x11-plugins/asclock/asclock-2.0.12-r2.ebuild b/x11-plugins/asclock/asclock-2.0.12-r3.ebuild
similarity index 96%
rename from x11-plugins/asclock/asclock-2.0.12-r2.ebuild
rename to x11-plugins/asclock/asclock-2.0.12-r3.ebuild
index e7b14ca2e97..96b5e7d11f7 100644
--- a/x11-plugins/asclock/asclock-2.0.12-r2.ebuild
+++ b/x11-plugins/asclock/asclock-2.0.12-r3.ebuild
@@ -14,9 +14,7 @@ SLOT="0"
 KEYWORDS="amd64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 
 DEPEND="x11-libs/libXpm"
-RDEPEND="${DEPEND}
-	x11-proto/xextproto
-	x11-proto/xproto"
+RDEPEND="${DEPEND}"
 
 PATCHES=( "${FILESDIR}"/${PN}-gcc41.patch )
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/asclock/
@ 2022-12-18 12:00 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-12-18 12:00 UTC (permalink / raw
  To: gentoo-commits

commit:     4d6e64128b3d36e9becc8155b6839cc1fff7ef72
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 12:00:33 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 12:00:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d6e6412

x11-plugins/asclock: Stabilize 2.0.12-r4 x86, #886817

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-plugins/asclock/asclock-2.0.12-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/asclock/asclock-2.0.12-r4.ebuild b/x11-plugins/asclock/asclock-2.0.12-r4.ebuild
index 4d5b8555b83d..ce29a714b31f 100644
--- a/x11-plugins/asclock/asclock-2.0.12-r4.ebuild
+++ b/x11-plugins/asclock/asclock-2.0.12-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.tigr.net/afterstep/download/asclock/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~amd64 ~mips ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 
 DEPEND="x11-libs/libXpm"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/asclock/
@ 2022-12-18 12:45 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-12-18 12:45 UTC (permalink / raw
  To: gentoo-commits

commit:     1efc4a1442fc5b4d1c345a9d24fe6fa09d772d00
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 12:45:15 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 12:45:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1efc4a14

x11-plugins/asclock: Stabilize 2.0.12-r4 ppc, #886817

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-plugins/asclock/asclock-2.0.12-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/asclock/asclock-2.0.12-r4.ebuild b/x11-plugins/asclock/asclock-2.0.12-r4.ebuild
index ce29a714b31f..5380111fbe8f 100644
--- a/x11-plugins/asclock/asclock-2.0.12-r4.ebuild
+++ b/x11-plugins/asclock/asclock-2.0.12-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.tigr.net/afterstep/download/asclock/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~amd64 ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 
 DEPEND="x11-libs/libXpm"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/asclock/
@ 2022-12-18 12:46 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-12-18 12:46 UTC (permalink / raw
  To: gentoo-commits

commit:     08c59e5072ca8dffcf36f5f764f3ceb7193a15f6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 12:46:16 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 12:46:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c59e50

x11-plugins/asclock: Stabilize 2.0.12-r4 sparc, #886817

Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-plugins/asclock/asclock-2.0.12-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/asclock/asclock-2.0.12-r4.ebuild b/x11-plugins/asclock/asclock-2.0.12-r4.ebuild
index 5380111fbe8f..cf367dccf1ef 100644
--- a/x11-plugins/asclock/asclock-2.0.12-r4.ebuild
+++ b/x11-plugins/asclock/asclock-2.0.12-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.tigr.net/afterstep/download/asclock/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~amd64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 
 DEPEND="x11-libs/libXpm"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-12-18 12:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-22 22:54 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/asclock/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2018-04-28  0:52 Matt Turner
2022-12-18 12:00 Sam James
2022-12-18 12:45 Sam James
2022-12-18 12:46 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox