* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmoon/
@ 2017-07-26 11:34 Pacho Ramos
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2017-07-26 11:34 UTC (permalink / raw
To: gentoo-commits
commit: 38578441becce4dd26064ff7c07408c11a0423a4
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 10:53:49 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 11:34:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38578441
x11-plugins/gkrellmoon: Fix dependency on gkrellm[X]
Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --force
.../{gkrellmoon-0.6-r1.ebuild => gkrellmoon-0.6-r2.ebuild} | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/x11-plugins/gkrellmoon/gkrellmoon-0.6-r1.ebuild b/x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild
similarity index 87%
rename from x11-plugins/gkrellmoon/gkrellmoon-0.6-r1.ebuild
rename to x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild
index 945e5c98465..43e7a619c6c 100644
--- a/x11-plugins/gkrellmoon/gkrellmoon-0.6-r1.ebuild
+++ b/x11-plugins/gkrellmoon/gkrellmoon-0.6-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
@@ -10,11 +10,12 @@ SRC_URI="mirror://sourceforge/gkrellmoon/${P}.tar.gz"
HOMEPAGE="http://gkrellmoon.sourceforge.net/"
DEPEND="media-libs/imlib2"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ app-admin/gkrellm[X]
+"
SLOT="2"
LICENSE="GPL-2"
-
KEYWORDS="alpha amd64 ppc sparc x86"
PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmoon/
@ 2018-01-04 9:17 David Seifert
0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2018-01-04 9:17 UTC (permalink / raw
To: gentoo-commits
commit: 174151db0850d0d11999dd3c55ecdc36535cc985
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 3 22:34:34 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jan 4 09:16:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174151db
x11-plugins/gkrellmoon: Eclass update
Package-Manager: Portage-2.3.19, Repoman-2.3.6
x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild b/x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild
index 43e7a619c6c..1364430d690 100644
--- a/x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild
+++ b/x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild
@@ -1,28 +1,29 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
+
inherit gkrellm-plugin toolchain-funcs
-IUSE=""
DESCRIPTION="A GKrellM2 plugin of the famous wmMoonClock dockapp"
SRC_URI="mirror://sourceforge/gkrellmoon/${P}.tar.gz"
HOMEPAGE="http://gkrellmoon.sourceforge.net/"
-DEPEND="media-libs/imlib2"
-RDEPEND="${DEPEND}
- app-admin/gkrellm[X]
-"
-
-SLOT="2"
LICENSE="GPL-2"
+SLOT="2"
KEYWORDS="alpha amd64 ppc sparc x86"
+IUSE=""
+
+RDEPEND="
+ app-admin/gkrellm:2[X]
+ media-libs/imlib2"
+DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
src_prepare() {
default
- sed -i -e '/^#include <stdio.h>/a#include <string.h>' CalcEphem.h
+ sed -i -e '/^#include <stdio.h>/a#include <string.h>' CalcEphem.h || die
}
src_compile() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmoon/
@ 2022-08-28 20:45 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2022-08-28 20:45 UTC (permalink / raw
To: gentoo-commits
commit: 97c92e322e41cffc2ab7ee4f1db1955546aa56e5
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 20:45:28 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 20:45:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c92e32
x11-plugins/gkrellmoon: Stabilize 0.6-r3 sparc, #867175
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-plugins/gkrellmoon/gkrellmoon-0.6-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/gkrellmoon/gkrellmoon-0.6-r3.ebuild b/x11-plugins/gkrellmoon/gkrellmoon-0.6-r3.ebuild
index 35005ac0c50a..8533fbf46741 100644
--- a/x11-plugins/gkrellmoon/gkrellmoon-0.6-r3.ebuild
+++ b/x11-plugins/gkrellmoon/gkrellmoon-0.6-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/gkrellmoon/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="2"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc sparc ~x86"
RDEPEND="
app-admin/gkrellm:2[X]
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmoon/
@ 2022-08-29 7:18 Agostino Sarubbo
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2022-08-29 7:18 UTC (permalink / raw
To: gentoo-commits
commit: 97b4c7e8b01c78ccfca4bb97565b441914fe5244
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:17:52 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 07:17:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b4c7e8
x11-plugins/gkrellmoon: amd64 stable wrt bug #867175
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-plugins/gkrellmoon/gkrellmoon-0.6-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/gkrellmoon/gkrellmoon-0.6-r3.ebuild b/x11-plugins/gkrellmoon/gkrellmoon-0.6-r3.ebuild
index 8533fbf46741..3ba2b10978c8 100644
--- a/x11-plugins/gkrellmoon/gkrellmoon-0.6-r3.ebuild
+++ b/x11-plugins/gkrellmoon/gkrellmoon-0.6-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/gkrellmoon/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="2"
-KEYWORDS="~alpha ~amd64 ~ppc sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc sparc ~x86"
RDEPEND="
app-admin/gkrellm:2[X]
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmoon/
@ 2022-08-29 7:21 Agostino Sarubbo
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2022-08-29 7:21 UTC (permalink / raw
To: gentoo-commits
commit: ee08b8a562222713698c07545c77582c72d63b3e
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:20:53 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 07:20:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee08b8a5
x11-plugins/gkrellmoon: x86 stable wrt bug #867175
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-plugins/gkrellmoon/gkrellmoon-0.6-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/gkrellmoon/gkrellmoon-0.6-r3.ebuild b/x11-plugins/gkrellmoon/gkrellmoon-0.6-r3.ebuild
index 3ba2b10978c8..fc0bc2407693 100644
--- a/x11-plugins/gkrellmoon/gkrellmoon-0.6-r3.ebuild
+++ b/x11-plugins/gkrellmoon/gkrellmoon-0.6-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/gkrellmoon/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="2"
-KEYWORDS="~alpha amd64 ~ppc sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc sparc x86"
RDEPEND="
app-admin/gkrellm:2[X]
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmoon/
@ 2022-08-29 8:38 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2022-08-29 8:38 UTC (permalink / raw
To: gentoo-commits
commit: 6f7f99d93d8ffc3fc0cf9ec85652d255bbcc0245
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:33:46 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 08:36:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f7f99d9
x11-plugins/gkrellmoon: drop 0.6-r2
Closes: https://bugs.gentoo.org/867175
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild | 31 -------------------------
1 file changed, 31 deletions(-)
diff --git a/x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild b/x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild
deleted file mode 100644
index 15a6d866c2d2..000000000000
--- a/x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gkrellm-plugin toolchain-funcs
-
-DESCRIPTION="A GKrellM2 plugin of the famous wmMoonClock dockapp"
-SRC_URI="mirror://sourceforge/gkrellmoon/${P}.tar.gz"
-HOMEPAGE="http://gkrellmoon.sourceforge.net/"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~alpha amd64 ~ppc sparc x86"
-IUSE=""
-
-RDEPEND="
- app-admin/gkrellm:2[X]
- media-libs/imlib2"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
-
-src_prepare() {
- default
- sed -i -e '/^#include <stdio.h>/a#include <string.h>' CalcEphem.h || die
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmoon/
@ 2023-02-03 11:08 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-02-03 11:08 UTC (permalink / raw
To: gentoo-commits
commit: a6fac7c6223d0e087a5550e02e8e533295b8bdaf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 3 11:06:43 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 3 11:06:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6fac7c6
x11-plugins/gkrellmoon: adopt
Help very much still welcome, just adopting so it's not m-n and can fix
the easy bugs at least.
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-plugins/gkrellmoon/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/x11-plugins/gkrellmoon/metadata.xml b/x11-plugins/gkrellmoon/metadata.xml
index 7157545c0755..1eae391cc8de 100644
--- a/x11-plugins/gkrellmoon/metadata.xml
+++ b/x11-plugins/gkrellmoon/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>sam@gentoo.org</email>
+ <name>Sam James</name>
+ </maintainer>
<upstream>
<remote-id type="sourceforge">gkrellmoon</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-02-03 11:08 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-04 9:17 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmoon/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2023-02-03 11:08 Sam James
2022-08-29 8:38 Andreas Sturmlechner
2022-08-29 7:21 Agostino Sarubbo
2022-08-29 7:18 Agostino Sarubbo
2022-08-28 20:45 Arthur Zamarin
2017-07-26 11:34 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox