* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Ex-PodViewer/
@ 2017-10-24 2:43 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2017-10-24 2:43 UTC (permalink / raw
To: gentoo-commits
commit: 0e2f2fef867a6772f8004bf8db11ff24c8045ebe
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 01:35:18 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 01:48:45 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e2f2fef
dev-perl/Gtk2-Ex-PodViewer: Add tests
- EAPI6
- Add basic compile tests
Package-Manager: Portage-2.3.8, Repoman-2.3.3
.../Gtk2-Ex-PodViewer-0.180.0-r2.ebuild | 44 ++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0-r2.ebuild b/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0-r2.ebuild
new file mode 100644
index 00000000000..7bc16b5c07e
--- /dev/null
+++ b/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0-r2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+DIST_AUTHOR=GBROWN
+DIST_VERSION=0.18
+inherit perl-module
+
+DESCRIPTION="a Gtk2 widget for displaying Plain old Documentation (POD)"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/gtk+:2
+ dev-perl/Gtk2
+ dev-perl/IO-stringy
+ virtual/perl-Pod-Parser
+ virtual/perl-Pod-Simple
+ dev-perl/Gtk2-Ex-Simple-List
+ dev-perl/Locale-gettext"
+DEPEND="${RDEPEND}"
+
+src_test() {
+ local MODULES=(
+ "Gtk2::Ex::PodViewer ${DIST_VERSION}"
+ "Gtk2::Ex::PodViewer::Parser"
+ )
+ local failed=()
+ for dep in "${MODULES[@]}"; do
+ ebegin "Compile testing ${dep}"
+ perl -Mblib="${S}" -M"${dep} ()" -e1
+ eend $? || failed+=( "$dep" )
+ done
+ if [[ ${failed[@]} ]]; then
+ echo
+ eerror "One or more modules failed compile:";
+ for dep in "${failed[@]}"; do
+ eerror " ${dep}"
+ done
+ die "Failing due to module compilation errors";
+ fi
+ perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Ex-PodViewer/
@ 2018-06-10 16:13 Aaron Bauman
0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2018-06-10 16:13 UTC (permalink / raw
To: gentoo-commits
commit: 0421c4c59cff91cfe12f4ea3c26d62f3c1888150
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 16:08:00 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 16:12:45 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0421c4c5
dev-perl/Gtk2-Ex-PodViewer: amd64 stable wrt bug #657634
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0-r2.ebuild b/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0-r2.ebuild
index 7bc16b5c07e..b7cb796a96c 100644
--- a/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0-r2.ebuild
+++ b/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.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
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="a Gtk2 widget for displaying Plain old Documentation (POD)"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND="x11-libs/gtk+:2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Ex-PodViewer/
@ 2018-06-10 17:11 Thomas Deutschmann
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Deutschmann @ 2018-06-10 17:11 UTC (permalink / raw
To: gentoo-commits
commit: a7f6d530b182eb1cfea4388c610990c2542a5766
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 17:01:58 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 17:01:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7f6d530
dev-perl/Gtk2-Ex-PodViewer: x86 stable (bug #657634)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0-r2.ebuild b/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0-r2.ebuild
index b7cb796a96c..beac334d257 100644
--- a/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0-r2.ebuild
+++ b/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0-r2.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="a Gtk2 widget for displaying Plain old Documentation (POD)"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="x11-libs/gtk+:2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Ex-PodViewer/
@ 2021-07-17 19:11 Andreas K. Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-07-17 19:11 UTC (permalink / raw
To: gentoo-commits
commit: 43f1dcb080f7e6a8f3a548b7797304046284e61c
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 17 19:08:43 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 17 19:11:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f1dcb0
dev-perl/Gtk2-Ex-PodViewer: EAPI=8, virtual/perl-Pod-Parser -> dev-perl/...
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...ewer-0.180.0-r2.ebuild => Gtk2-Ex-PodViewer-0.180.0-r3.ebuild} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0-r2.ebuild b/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0-r3.ebuild
similarity index 91%
rename from dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0-r2.ebuild
rename to dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0-r3.ebuild
index beac334d257..1348da599ca 100644
--- a/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0-r2.ebuild
+++ b/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=GBROWN
DIST_VERSION=0.18
inherit perl-module
@@ -10,16 +10,16 @@ DESCRIPTION="a Gtk2 widget for displaying Plain old Documentation (POD)"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
RDEPEND="x11-libs/gtk+:2
dev-perl/Gtk2
dev-perl/IO-stringy
- virtual/perl-Pod-Parser
+ dev-perl/Pod-Parser
virtual/perl-Pod-Simple
dev-perl/Gtk2-Ex-Simple-List
dev-perl/Locale-gettext"
DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
src_test() {
local MODULES=(
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Ex-PodViewer/
@ 2022-04-27 14:12 Matt Turner
0 siblings, 0 replies; 5+ messages in thread
From: Matt Turner @ 2022-04-27 14:12 UTC (permalink / raw
To: gentoo-commits
commit: 9c587315ea8b68a366435ee48f03c9cb815808de
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 14:09:38 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 14:09:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c587315
dev-perl/Gtk2-Ex-PodViewer: Remove
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
.../Gtk2-Ex-PodViewer-0.180.0-r3.ebuild | 44 ----------------------
dev-perl/Gtk2-Ex-PodViewer/Manifest | 1 -
dev-perl/Gtk2-Ex-PodViewer/metadata.xml | 13 -------
3 files changed, 58 deletions(-)
diff --git a/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0-r3.ebuild b/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0-r3.ebuild
deleted file mode 100644
index 1348da599cae..000000000000
--- a/dev-perl/Gtk2-Ex-PodViewer/Gtk2-Ex-PodViewer-0.180.0-r3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-DIST_AUTHOR=GBROWN
-DIST_VERSION=0.18
-inherit perl-module
-
-DESCRIPTION="a Gtk2 widget for displaying Plain old Documentation (POD)"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="x11-libs/gtk+:2
- dev-perl/Gtk2
- dev-perl/IO-stringy
- dev-perl/Pod-Parser
- virtual/perl-Pod-Simple
- dev-perl/Gtk2-Ex-Simple-List
- dev-perl/Locale-gettext"
-DEPEND="${RDEPEND}"
-BDEPEND="${RDEPEND}"
-
-src_test() {
- local MODULES=(
- "Gtk2::Ex::PodViewer ${DIST_VERSION}"
- "Gtk2::Ex::PodViewer::Parser"
- )
- local failed=()
- for dep in "${MODULES[@]}"; do
- ebegin "Compile testing ${dep}"
- perl -Mblib="${S}" -M"${dep} ()" -e1
- eend $? || failed+=( "$dep" )
- done
- if [[ ${failed[@]} ]]; then
- echo
- eerror "One or more modules failed compile:";
- for dep in "${failed[@]}"; do
- eerror " ${dep}"
- done
- die "Failing due to module compilation errors";
- fi
- perl-module_src_test
-}
diff --git a/dev-perl/Gtk2-Ex-PodViewer/Manifest b/dev-perl/Gtk2-Ex-PodViewer/Manifest
deleted file mode 100644
index d5d3336f56a1..000000000000
--- a/dev-perl/Gtk2-Ex-PodViewer/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Gtk2-Ex-PodViewer-0.18.tar.gz 15417 BLAKE2B 4c74a58dd023c2be098d0c752d9d34baa7eee9db7910be01eb9a979aa940a618a9eabc6e52a7720858d6ca680fb34381fa77d1651025f014934d0f9c48873483 SHA512 488c83a95776f0d54d92bc45abc7b1727d76930a16d16c203865ecd9e9274340f59fe2916ceb16fed0babc8b531cad625cfd549ff9914321440e14ea81c49893
diff --git a/dev-perl/Gtk2-Ex-PodViewer/metadata.xml b/dev-perl/Gtk2-Ex-PodViewer/metadata.xml
deleted file mode 100644
index 32f185bd94cc..000000000000
--- a/dev-perl/Gtk2-Ex-PodViewer/metadata.xml
+++ /dev/null
@@ -1,13 +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-Ex-PodViewer</remote-id>
- <remote-id type="cpan-module">Gtk2::Ex::PodViewer</remote-id>
- <remote-id type="cpan-module">Gtk2::Ex::PodViewer::Parser</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-04-27 14:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-24 2:43 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Ex-PodViewer/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2018-06-10 16:13 Aaron Bauman
2018-06-10 17:11 Thomas Deutschmann
2021-07-17 19:11 Andreas K. Hüttel
2022-04-27 14:12 Matt Turner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox