* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellshoot/
@ 2017-02-11 19:47 David Seifert
0 siblings, 0 replies; 12+ messages in thread
From: David Seifert @ 2017-02-11 19:47 UTC (permalink / raw
To: gentoo-commits
commit: 54ed500a3e3feae15a7a4401c31075ac433b5da0
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 11 19:21:56 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 11 19:46:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54ed500a
x11-plugins/gkrellshoot: Depend on virtual/imagemagick-tools
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3907
.../{gkrellshoot-0.4.4.ebuild => gkrellshoot-0.4.4-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r1.ebuild
similarity index 75%
rename from x11-plugins/gkrellshoot/gkrellshoot-0.4.4.ebuild
rename to x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r1.ebuild
index 8c13b711b4..932e5a693f 100644
--- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4.ebuild
+++ b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -15,4 +15,4 @@ SLOT="2"
KEYWORDS="alpha amd64 ppc sparc x86"
IUSE=""
-RDEPEND="|| ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )"
+RDEPEND="virtual/imagemagick-tools"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellshoot/
@ 2017-07-26 11:34 Pacho Ramos
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2017-07-26 11:34 UTC (permalink / raw
To: gentoo-commits
commit: 05750f9e91cb88ace6245ff11b1823f8854b5722
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 11:01:29 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 11:34:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05750f9e
x11-plugins/gkrellshoot: Fix dependency on gkrellm[X]
Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --force
.../{gkrellshoot-0.4.4-r1.ebuild => gkrellshoot-0.4.4-r2.ebuild} | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r1.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r2.ebuild
similarity index 85%
rename from x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r1.ebuild
rename to x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r2.ebuild
index 7fa3804314e..c423ab7a64c 100644
--- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r1.ebuild
+++ b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=6
inherit gkrellm-plugin
S=${WORKDIR}/${P/s/S}
@@ -14,4 +14,7 @@ SLOT="2"
KEYWORDS="alpha amd64 ppc sparc x86"
IUSE=""
-RDEPEND="virtual/imagemagick-tools"
+RDEPEND="
+ app-admin/gkrellm[X]
+ virtual/imagemagick-tools
+"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellshoot/
@ 2018-01-04 9:17 David Seifert
0 siblings, 0 replies; 12+ messages in thread
From: David Seifert @ 2018-01-04 9:17 UTC (permalink / raw
To: gentoo-commits
commit: 9585f1457b0e62369a1927fc168c4cdcf161c6a5
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 3 22:34:32 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jan 4 09:15:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9585f145
x11-plugins/gkrellshoot: Eclass update
Package-Manager: Portage-2.3.19, Repoman-2.3.6
x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r2.ebuild | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r2.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r2.ebuild
index c423ab7a64c..0f25feb62d4 100644
--- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r2.ebuild
+++ b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r2.ebuild
@@ -1,10 +1,10 @@
-# 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
-S=${WORKDIR}/${P/s/S}
DESCRIPTION="GKrellm2 plugin to take screen shots and lock screen"
HOMEPAGE="http://gkrellshoot.sourceforge.net/"
SRC_URI="mirror://sourceforge/gkrellshoot/${P}.tar.gz"
@@ -14,7 +14,9 @@ SLOT="2"
KEYWORDS="alpha amd64 ppc sparc x86"
IUSE=""
+DEPEND="app-admin/gkrellm:2[X]"
RDEPEND="
- app-admin/gkrellm[X]
- virtual/imagemagick-tools
-"
+ ${DEPEND}
+ virtual/imagemagick-tools"
+
+S=${WORKDIR}/${P/s/S}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellshoot/
@ 2022-08-28 20:45 Arthur Zamarin
0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2022-08-28 20:45 UTC (permalink / raw
To: gentoo-commits
commit: 91d95a2bab3e3c5571384fcffa81508b3d9b868f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 20:45:29 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 20:45:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d95a2b
x11-plugins/gkrellshoot: Stabilize 0.4.4-r4 sparc, #867175
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r4.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r4.ebuild
index d5bff5dbad4b..11e4c6eb7840 100644
--- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r4.ebuild
+++ b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r4.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P/s/S}"
LICENSE="GPL-2"
SLOT="2"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc sparc ~x86"
DEPEND="app-admin/gkrellm:2[X]"
RDEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellshoot/
@ 2022-08-29 7:18 Agostino Sarubbo
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2022-08-29 7:18 UTC (permalink / raw
To: gentoo-commits
commit: 6e6e4be8e04f9ea9633bf532068d817213a4bd7c
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:18:02 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 07:18:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6e4be8
x11-plugins/gkrellshoot: amd64 stable wrt bug #867175
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r4.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r4.ebuild
index 11e4c6eb7840..63992f1e1e20 100644
--- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r4.ebuild
+++ b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r4.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P/s/S}"
LICENSE="GPL-2"
SLOT="2"
-KEYWORDS="~alpha ~amd64 ~ppc sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc sparc ~x86"
DEPEND="app-admin/gkrellm:2[X]"
RDEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellshoot/
@ 2022-08-29 7:21 Agostino Sarubbo
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2022-08-29 7:21 UTC (permalink / raw
To: gentoo-commits
commit: 2d5964ca53d463d924b35757d8999be65c61f662
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:21:02 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 07:21:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d5964ca
x11-plugins/gkrellshoot: x86 stable wrt bug #867175
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r4.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r4.ebuild
index 63992f1e1e20..dff19004a2c3 100644
--- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r4.ebuild
+++ b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r4.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P/s/S}"
LICENSE="GPL-2"
SLOT="2"
-KEYWORDS="~alpha amd64 ~ppc sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc sparc x86"
DEPEND="app-admin/gkrellm:2[X]"
RDEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellshoot/
@ 2022-08-29 8:38 Andreas Sturmlechner
0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2022-08-29 8:38 UTC (permalink / raw
To: gentoo-commits
commit: c89a281ba851dd99a5b82e61fda68c4ad26901c5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:35:45 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 08:36:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c89a281b
x11-plugins/gkrellshoot: drop 0.4.4-r3
Closes: https://bugs.gentoo.org/867175
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../gkrellshoot/gkrellshoot-0.4.4-r3.ebuild | 26 ----------------------
1 file changed, 26 deletions(-)
diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r3.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r3.ebuild
deleted file mode 100644
index e6674a3e30d4..000000000000
--- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gkrellm-plugin
-
-DESCRIPTION="GKrellm2 plugin to take screen shots and lock screen"
-HOMEPAGE="http://gkrellshoot.sourceforge.net/"
-SRC_URI="mirror://sourceforge/gkrellshoot/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~alpha amd64 ~ppc sparc x86"
-IUSE=""
-
-DEPEND="app-admin/gkrellm:2[X]"
-RDEPEND="
- ${DEPEND}
- virtual/imagemagick-tools"
-
-S=${WORKDIR}/${P/s/S}
-
-PATCHES=(
- "${FILESDIR}"/makefile-respect-flags.patch
-)
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellshoot/
@ 2023-01-24 20:24 Arthur Zamarin
0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2023-01-24 20:24 UTC (permalink / raw
To: gentoo-commits
commit: 4d4a53237a47438815162a92b10e4f2e8005b7c7
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 20:24:25 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 20:24:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4a5323
x11-plugins/gkrellshoot: Stabilize 0.4.4-r5 sparc, #891919
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r5.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r5.ebuild
index d452d63895c9..909363c564e1 100644
--- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r5.ebuild
+++ b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P/s/S}"
LICENSE="GPL-2"
SLOT="2"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc sparc ~x86"
DEPEND="app-admin/gkrellm:2[X]"
RDEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellshoot/
@ 2023-01-24 23:55 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-01-24 23:55 UTC (permalink / raw
To: gentoo-commits
commit: f33245bf6d4888649ed43e0494f21267f75b01b7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 23:54:40 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 23:54:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f33245bf
x11-plugins/gkrellshoot: Stabilize 0.4.4-r5 x86, #891919
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r5.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r5.ebuild
index 909363c564e1..9f7d5757ebe6 100644
--- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r5.ebuild
+++ b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r5.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P/s/S}"
LICENSE="GPL-2"
SLOT="2"
-KEYWORDS="~alpha ~amd64 ~ppc sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc sparc x86"
DEPEND="app-admin/gkrellm:2[X]"
RDEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellshoot/
@ 2023-01-24 23:55 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-01-24 23:55 UTC (permalink / raw
To: gentoo-commits
commit: c60915acf99b7346718c7fbf00b5340bc21d8c99
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 23:54:42 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 23:54:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60915ac
x11-plugins/gkrellshoot: Stabilize 0.4.4-r5 amd64, #891919
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r5.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r5.ebuild
index 9f7d5757ebe6..ff56a3187ad0 100644
--- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r5.ebuild
+++ b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r5.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P/s/S}"
LICENSE="GPL-2"
SLOT="2"
-KEYWORDS="~alpha ~amd64 ~ppc sparc x86"
+KEYWORDS="~alpha amd64 ~ppc sparc x86"
DEPEND="app-admin/gkrellm:2[X]"
RDEPEND="
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellshoot/
@ 2023-02-03 5:11 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-02-03 5:11 UTC (permalink / raw
To: gentoo-commits
commit: 01d018aeb979b5c80637b524b86734d58bbb7876
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 3 05:03:26 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 3 05:10:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d018ae
x11-plugins/gkrellshoot: drop 0.4.4-r4
Bug: https://bugs.gentoo.org/892251
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../gkrellshoot/gkrellshoot-0.4.4-r4.ebuild | 31 ----------------------
1 file changed, 31 deletions(-)
diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r4.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r4.ebuild
deleted file mode 100644
index dff19004a2c3..000000000000
--- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gkrellm-plugin toolchain-funcs
-
-DESCRIPTION="GKrellm2 plugin to take screen shots and lock screen"
-HOMEPAGE="http://gkrellshoot.sourceforge.net/"
-SRC_URI="mirror://sourceforge/gkrellshoot/${P}.tar.gz"
-S="${WORKDIR}/${P/s/S}"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~alpha amd64 ~ppc sparc x86"
-
-DEPEND="app-admin/gkrellm:2[X]"
-RDEPEND="
- ${DEPEND}
- virtual/imagemagick-tools"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/makefile-respect-flags.patch
- "${FILESDIR}/${P}"-r4-pkgconfig.patch
-)
-
-src_compile() {
- tc-export PKG_CONFIG
- default
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellshoot/
@ 2023-02-03 11:08 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-02-03 11:08 UTC (permalink / raw
To: gentoo-commits
commit: e1a22b0edefe6368bd1d3fae433841ef8ff88e72
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 3 11:07:20 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 3 11:07:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1a22b0e
x11-plugins/gkrellshoot: 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/gkrellshoot/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/x11-plugins/gkrellshoot/metadata.xml b/x11-plugins/gkrellshoot/metadata.xml
index 3d7faef781c6..48af24755ee1 100644
--- a/x11-plugins/gkrellshoot/metadata.xml
+++ b/x11-plugins/gkrellshoot/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">gkrellshoot</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2023-02-03 11:08 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-26 11:34 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellshoot/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2023-02-03 11:08 Sam James
2023-02-03 5:11 Sam James
2023-01-24 23:55 Sam James
2023-01-24 23:55 Sam James
2023-01-24 20:24 Arthur Zamarin
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
2018-01-04 9:17 David Seifert
2017-02-11 19:47 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox