* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-ImageView/
@ 2016-12-10 18:01 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2016-12-10 18:01 UTC (permalink / raw
To: gentoo-commits
commit: 1068e2a6ccf05155c146698720609e6777766144
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 17:11:56 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 18:00:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1068e2a6
dev-perl/Gtk2-ImageView: Fix dep on dev-perl/ExtUtils-PkgConfig
Package-Manager: portage-2.3.3
dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r1.ebuild b/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r1.ebuild
index 340743e..14e1878 100644
--- a/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r1.ebuild
+++ b/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -21,7 +21,7 @@ RDEPEND="dev-perl/gtk2-perl
DEPEND="${RDEPEND}
dev-perl/glib-perl
>=dev-perl/ExtUtils-Depends-0.300
- >=dev-perl/extutils-pkgconfig-1.030"
+ >=dev-perl/ExtUtils-PkgConfig-1.030"
#SRC_TEST=do
#src_test(){
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-ImageView/
@ 2017-10-24 2:43 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2017-10-24 2:43 UTC (permalink / raw
To: gentoo-commits
commit: d3c18989343d3a94b014210a9d0aba890b889681
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 01:48:07 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 01:48:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3c18989
dev-perl/Gtk2-ImageView: Enable tests
- EAPI6
- Enable tests
- Add USE=examples
Package-Manager: Portage-2.3.8, Repoman-2.3.3
.../Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild | 28 ++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild b/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild
new file mode 100644
index 00000000000..fe51cef7515
--- /dev/null
+++ b/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RATCLIFFE
+DIST_VERSION=0.05
+DIST_EXAMPLES=( "examples/*" )
+inherit perl-module virtualx
+
+DESCRIPTION="Perl binding for the GtkImageView image viewer widget"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-perl/Gtk2
+ >=media-gfx/gtkimageview-1.6.3"
+DEPEND="${RDEPEND}
+ dev-perl/glib-perl
+ >=dev-perl/ExtUtils-Depends-0.300
+ >=dev-perl/ExtUtils-PkgConfig-1.030"
+
+src_test(){
+ perl_rm_files t/pod.t
+ virtx perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-ImageView/
@ 2018-06-10 16:13 Aaron Bauman
0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-06-10 16:13 UTC (permalink / raw
To: gentoo-commits
commit: eaf8f69e65053289944fdd30fceab7eb606e0ce2
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 16:10:14 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 16:12:52 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf8f69e
dev-perl/Gtk2-ImageView: amd64 stable wrt bug #657634
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild b/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild
index fe51cef7515..9dffa67378e 100644
--- a/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild
+++ b/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,7 +12,7 @@ DESCRIPTION="Perl binding for the GtkImageView image viewer widget"
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND="dev-perl/Gtk2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-ImageView/
@ 2018-06-10 17:11 Thomas Deutschmann
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2018-06-10 17:11 UTC (permalink / raw
To: gentoo-commits
commit: 2bbd3cf9bc4241a4c4f6857c33377f0018033c01
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 16:56:36 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 16:56:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bbd3cf9
dev-perl/Gtk2-ImageView: x86 stable (bug #657634)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild b/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild
index 9dffa67378e..d300f4d4a2a 100644
--- a/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild
+++ b/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Perl binding for the GtkImageView image viewer widget"
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="dev-perl/Gtk2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-ImageView/
@ 2021-10-31 0:20 Andreas K. Hüttel
0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-10-31 0:20 UTC (permalink / raw
To: gentoo-commits
commit: f05af0f473494c0911a668589063cdadbeb18c15
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 31 00:15:02 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 31 00:20:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05af0f4
dev-perl/Gtk2-ImageView: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
....50.0-r2.ebuild => Gtk2-ImageView-0.50.0-r3.ebuild} | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild b/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r3.ebuild
similarity index 65%
rename from dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild
rename to dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r3.ebuild
index 3676feae923..b8c71d4b7b8 100644
--- a/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild
+++ b/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=RATCLIFFE
DIST_VERSION=0.05
@@ -13,14 +13,16 @@ DESCRIPTION="Perl binding for the GtkImageView image viewer widget"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
-RDEPEND="dev-perl/Gtk2
- >=media-gfx/gtkimageview-1.6.3"
-DEPEND="${RDEPEND}
+RDEPEND="
+ dev-perl/Gtk2
+ >=media-gfx/gtkimageview-1.6.3
+"
+BDEPEND="${RDEPEND}
dev-perl/glib-perl
- >=dev-perl/ExtUtils-Depends-0.300
- >=dev-perl/ExtUtils-PkgConfig-1.030"
+ >=dev-perl/ExtUtils-Depends-0.300.0
+ >=dev-perl/ExtUtils-PkgConfig-1.30.0
+"
src_test() {
perl_rm_files t/pod.t
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-ImageView/
@ 2022-04-27 14:12 Matt Turner
0 siblings, 0 replies; 6+ messages in thread
From: Matt Turner @ 2022-04-27 14:12 UTC (permalink / raw
To: gentoo-commits
commit: a9765b7f75b703309aea39524f6482e1bf360b1e
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 14:10:16 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 14:10:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9765b7f
dev-perl/Gtk2-ImageView: Remove
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
.../Gtk2-ImageView/Gtk2-ImageView-0.50.0-r3.ebuild | 30 ----------------------
dev-perl/Gtk2-ImageView/Manifest | 1 -
dev-perl/Gtk2-ImageView/metadata.xml | 12 ---------
3 files changed, 43 deletions(-)
diff --git a/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r3.ebuild b/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r3.ebuild
deleted file mode 100644
index b8c71d4b7b85..000000000000
--- a/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=RATCLIFFE
-DIST_VERSION=0.05
-DIST_EXAMPLES=( "examples/*" )
-inherit perl-module virtualx
-
-DESCRIPTION="Perl binding for the GtkImageView image viewer widget"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- dev-perl/Gtk2
- >=media-gfx/gtkimageview-1.6.3
-"
-BDEPEND="${RDEPEND}
- dev-perl/glib-perl
- >=dev-perl/ExtUtils-Depends-0.300.0
- >=dev-perl/ExtUtils-PkgConfig-1.30.0
-"
-
-src_test() {
- perl_rm_files t/pod.t
- virtx perl-module_src_test
-}
diff --git a/dev-perl/Gtk2-ImageView/Manifest b/dev-perl/Gtk2-ImageView/Manifest
deleted file mode 100644
index 46d66e0bd4f7..000000000000
--- a/dev-perl/Gtk2-ImageView/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Gtk2-ImageView-0.05.tar.gz 43632 BLAKE2B 73bce06c090b6d6338526190bc30c0ef6123f533fe4bc884ec0802afc58f59451cf505ecd13501f4cc6d5aef6470d2965de81dc2b55bdf193517c93e15c330e8 SHA512 ff8804e73655e9b3fad9e26860698726669063b5103732e589b5c93398a3a76ba79a55f41ce129fe59761a44cf3b317a15207f888432ec603cbdfbdd4ee5cd88
diff --git a/dev-perl/Gtk2-ImageView/metadata.xml b/dev-perl/Gtk2-ImageView/metadata.xml
deleted file mode 100644
index ec4786dee651..000000000000
--- a/dev-perl/Gtk2-ImageView/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Gtk2-ImageView</remote-id>
- <remote-id type="cpan-module">Gtk2::ImageView</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-04-27 14:12 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-10 17:11 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-ImageView/ Thomas Deutschmann
-- strict thread matches above, loose matches on Subject: below --
2022-04-27 14:12 Matt Turner
2021-10-31 0:20 Andreas K. Hüttel
2018-06-10 16:13 Aaron Bauman
2017-10-24 2:43 Kent Fredric
2016-12-10 18:01 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox