* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Audio-CD-disc-cover/
@ 2017-10-14 19:54 Kent Fredric
0 siblings, 0 replies; 15+ messages in thread
From: Kent Fredric @ 2017-10-14 19:54 UTC (permalink / raw
To: gentoo-commits
commit: e2d6c1ca8e30739bffe330a116e3b280af3a9b48
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 19:52:36 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 19:54:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2d6c1ca
dev-perl/Audio-CD-disc-cover: Add basic tests
- EAPI6
- Fix header issue
- Add basic tests
- Add USE="examples"
Package-Manager: Portage-2.3.8, Repoman-2.3.3
.../Audio-CD-disc-cover-0.05-r2.ebuild | 51 ++++++++++++++++++++++
1 file changed, 51 insertions(+)
diff --git a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild
new file mode 100644
index 00000000000..74a86f95577
--- /dev/null
+++ b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# This appears it should really be entitled Audio-CD
+# There are * QA Notice: errors on building however the HOMEPAGE gives no source repo in which to file
+# prob. not worth the trouble for this little script.
+
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+MY_P=Audio-CD-${PV}
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="Perl Module needed for app-cdr/disc-cover"
+HOMEPAGE="http://www.vanhemert.co.uk/disc-cover.html"
+SRC_URI="http://www.vanhemert.co.uk/files/${MY_P}.tar.gz"
+
+IUSE=""
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+RDEPEND=">=dev-perl/URI-1.10
+ >=dev-perl/HTML-Parser-3.15
+ >=virtual/perl-MIME-Base64-2.12
+ >=virtual/perl-Digest-MD5-2.12
+ >=virtual/perl-libnet-1.0703-r1
+ >=dev-perl/libwww-perl-5.50
+ >=media-libs/libcdaudio-0.99.6"
+DEPEND="${RDEPEND}"
+
+src_test() {
+ local MODULES=(
+ "Audio::CD ${PV}"
+ )
+ 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] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Audio-CD-disc-cover/
@ 2017-10-14 19:54 Kent Fredric
0 siblings, 0 replies; 15+ messages in thread
From: Kent Fredric @ 2017-10-14 19:54 UTC (permalink / raw
To: gentoo-commits
commit: 766f229fc7ca8fd2a7ce15b80736ec7526b29381
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 19:53:51 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 19:54:13 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=766f229f
dev-perl/Audio-CD-disc-cover: Fix non-blank after header
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r1.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r1.ebuild b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r1.ebuild
index a86297f3dbc..5aa0b7d98f7 100644
--- a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r1.ebuild
+++ b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r1.ebuild
@@ -1,10 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
# This appears it should really be entitled Audio-CD
# There are * QA Notice: errors on building however the HOMEPAGE gives no source repo in which to file
# prob. not worth the trouble for this little script.
-EAPI=5
inherit perl-module
MY_P=Audio-CD-${PV}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Audio-CD-disc-cover/
@ 2017-10-14 22:38 Kent Fredric
0 siblings, 0 replies; 15+ messages in thread
From: Kent Fredric @ 2017-10-14 22:38 UTC (permalink / raw
To: gentoo-commits
commit: 6fbd89e0f02f1a9ee63ffdd72d719e3830c3c60f
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 22:26:35 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 22:38:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fbd89e0
dev-perl/Audio-CD-disc-cover: Add remote-id's
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-perl/Audio-CD-disc-cover/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-perl/Audio-CD-disc-cover/metadata.xml b/dev-perl/Audio-CD-disc-cover/metadata.xml
index 2b9a936fc0a..2f4aa2eaba2 100644
--- a/dev-perl/Audio-CD-disc-cover/metadata.xml
+++ b/dev-perl/Audio-CD-disc-cover/metadata.xml
@@ -5,4 +5,8 @@
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="cpan">Audio-CD</remote-id>
+ <remote-id type="cpan-module">Audio::CD</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Audio-CD-disc-cover/
@ 2018-04-04 14:25 Aaron Bauman
0 siblings, 0 replies; 15+ messages in thread
From: Aaron Bauman @ 2018-04-04 14:25 UTC (permalink / raw
To: gentoo-commits
commit: 7251b3cd8cb1e694e7b1e58cf0bbe391e1d4a1d9
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 4 14:10:49 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Apr 4 14:24:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7251b3cd
dev-perl/Audio-CD-disc-cover: amd64 stable
Bug: https://bugs.gentoo.org/652368
Package-Manager: Portage-2.3.28, Repoman-2.3.9
dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild
index 74a86f95577..fe18b6a51ab 100644
--- a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild
+++ b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-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
@@ -18,7 +18,7 @@ SRC_URI="http://www.vanhemert.co.uk/files/${MY_P}.tar.gz"
IUSE=""
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86"
RDEPEND=">=dev-perl/URI-1.10
>=dev-perl/HTML-Parser-3.15
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Audio-CD-disc-cover/
@ 2018-04-04 22:26 Sergei Trofimovich
0 siblings, 0 replies; 15+ messages in thread
From: Sergei Trofimovich @ 2018-04-04 22:26 UTC (permalink / raw
To: gentoo-commits
commit: 9c7dcd7214c5c4a1bb289fcd154ed632021f79ca
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Apr 4 17:42:06 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Apr 4 22:25:45 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c7dcd72
dev-perl/Audio-CD-disc-cover: stable 0.05-r2 for sparc
Bug: https://bugs.gentoo.org/652368
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"
dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild
index fe18b6a51ab..0409b17d6ef 100644
--- a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild
+++ b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="http://www.vanhemert.co.uk/files/${MY_P}.tar.gz"
IUSE=""
SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc ~x86"
RDEPEND=">=dev-perl/URI-1.10
>=dev-perl/HTML-Parser-3.15
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Audio-CD-disc-cover/
@ 2018-04-05 16:10 Tobias Klausmann
0 siblings, 0 replies; 15+ messages in thread
From: Tobias Klausmann @ 2018-04-05 16:10 UTC (permalink / raw
To: gentoo-commits
commit: 4d3c77942e89f72a0e1bf6129f4167f942e863b8
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 5 16:09:54 2018 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Thu Apr 5 16:09:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d3c7794
dev-perl/Audio-CD-disc-cover-0.05-r2: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/652368
dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild
index 0409b17d6ef..c7249c8c1b2 100644
--- a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild
+++ b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="http://www.vanhemert.co.uk/files/${MY_P}.tar.gz"
IUSE=""
SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc ~x86"
+KEYWORDS="alpha amd64 ~ia64 ~ppc sparc ~x86"
RDEPEND=">=dev-perl/URI-1.10
>=dev-perl/HTML-Parser-3.15
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Audio-CD-disc-cover/
@ 2018-04-07 4:36 Matt Turner
0 siblings, 0 replies; 15+ messages in thread
From: Matt Turner @ 2018-04-07 4:36 UTC (permalink / raw
To: gentoo-commits
commit: d0e23b86064b4b7e00b10b6d284ddcc4f7664742
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 7 04:34:15 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Apr 7 04:34:15 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0e23b86
dev-perl/Audio-CD-disc-cover-0.05-r2: ppc stable, bug 652368
dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild
index ec2bdf26b3a..e827cc4d748 100644
--- a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild
+++ b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="http://www.vanhemert.co.uk/files/${MY_P}.tar.gz"
IUSE=""
SLOT="0"
-KEYWORDS="alpha amd64 ~ia64 ~ppc sparc x86"
+KEYWORDS="alpha amd64 ~ia64 ppc sparc x86"
RDEPEND=">=dev-perl/URI-1.10
>=dev-perl/HTML-Parser-3.15
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Audio-CD-disc-cover/
@ 2018-04-07 21:18 Sergei Trofimovich
0 siblings, 0 replies; 15+ messages in thread
From: Sergei Trofimovich @ 2018-04-07 21:18 UTC (permalink / raw
To: gentoo-commits
commit: 1d51c4bb0aede16113c5d88be17919e70df1d705
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 7 21:14:24 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Apr 7 21:17:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d51c4bb
dev-perl/Audio-CD-disc-cover: stable 0.05-r2 for ia64, bug #652368
Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"
dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild
index e827cc4d748..dfeceb6f619 100644
--- a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild
+++ b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="http://www.vanhemert.co.uk/files/${MY_P}.tar.gz"
IUSE=""
SLOT="0"
-KEYWORDS="alpha amd64 ~ia64 ppc sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc sparc x86"
RDEPEND=">=dev-perl/URI-1.10
>=dev-perl/HTML-Parser-3.15
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Audio-CD-disc-cover/
@ 2020-07-03 0:07 Kent Fredric
0 siblings, 0 replies; 15+ messages in thread
From: Kent Fredric @ 2020-07-03 0:07 UTC (permalink / raw
To: gentoo-commits
commit: 962b38d22057e18d40d366ce8c9b097835c443dd
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 2 23:28:25 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jul 2 23:57:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=962b38d2
dev-perl/Audio-CD-disc-cover: -r bump for EAPI7 + CFLAGS love
- EAPI7
- Ensure CFLAGS get passed to make/compile
- Remove empty/unused variable assignments
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Audio-CD-disc-cover-0.05-r3.ebuild | 59 ++++++++++++++++++++++
1 file changed, 59 insertions(+)
diff --git a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r3.ebuild b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r3.ebuild
new file mode 100644
index 00000000000..94519a8ae85
--- /dev/null
+++ b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r3.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# This appears it should really be entitled Audio-CD
+# There are * QA Notice: errors on building however the HOMEPAGE gives no source repo in which to file
+# prob. not worth the trouble for this little script.
+
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+MY_P=Audio-CD-${PV}
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="Perl Module needed for app-cdr/disc-cover"
+HOMEPAGE="http://www.vanhemert.co.uk/disc-cover.html"
+SRC_URI="http://www.vanhemert.co.uk/files/${MY_P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+RDEPEND=">=dev-perl/URI-1.10
+ >=dev-perl/HTML-Parser-3.15
+ >=virtual/perl-MIME-Base64-2.12
+ >=virtual/perl-Digest-MD5-2.12
+ >=virtual/perl-libnet-1.0703-r1
+ >=dev-perl/libwww-perl-5.50
+ >=media-libs/libcdaudio-0.99.6"
+DEPEND="
+ >=media-libs/libcdaudio-0.99.6
+"
+BDEPEND="${RDEPEND}"
+
+src_compile() {
+ mymake=(
+ "OPTIMIZE=${CFLAGS}"
+ )
+ perl-module_src_compile
+}
+src_test() {
+ local MODULES=(
+ "Audio::CD ${PV}"
+ )
+ 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] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Audio-CD-disc-cover/
@ 2020-10-03 5:23 Kent Fredric
0 siblings, 0 replies; 15+ messages in thread
From: Kent Fredric @ 2020-10-03 5:23 UTC (permalink / raw
To: gentoo-commits
commit: 04a0846ac4aef46afc9a1b42b66424359f4d8108
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 3 05:07:15 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Oct 3 05:22:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a0846a
dev-perl/Audio-CD-disc-cover: Cleanup old 0.05-r2
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Audio-CD-disc-cover-0.05-r2.ebuild | 51 ----------------------
1 file changed, 51 deletions(-)
diff --git a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild
deleted file mode 100644
index b27437e7d0f..00000000000
--- a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# This appears it should really be entitled Audio-CD
-# There are * QA Notice: errors on building however the HOMEPAGE gives no source repo in which to file
-# prob. not worth the trouble for this little script.
-
-DIST_EXAMPLES=("eg/*")
-inherit perl-module
-
-MY_P=Audio-CD-${PV}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Perl Module needed for app-cdr/disc-cover"
-HOMEPAGE="http://www.vanhemert.co.uk/disc-cover.html"
-SRC_URI="http://www.vanhemert.co.uk/files/${MY_P}.tar.gz"
-
-IUSE=""
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86"
-
-RDEPEND=">=dev-perl/URI-1.10
- >=dev-perl/HTML-Parser-3.15
- >=virtual/perl-MIME-Base64-2.12
- >=virtual/perl-Digest-MD5-2.12
- >=virtual/perl-libnet-1.0703-r1
- >=dev-perl/libwww-perl-5.50
- >=media-libs/libcdaudio-0.99.6"
-DEPEND="${RDEPEND}"
-
-src_test() {
- local MODULES=(
- "Audio::CD ${PV}"
- )
- 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] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Audio-CD-disc-cover/
@ 2024-06-25 3:54 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2024-06-25 3:54 UTC (permalink / raw
To: gentoo-commits
commit: 6a1c3d2bcd39f0b5ac279ce60102cabbcad3ec79
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 03:53:50 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 03:53:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a1c3d2b
dev-perl/Audio-CD-disc-cover: Stabilize 0.05-r4 sparc, #934842
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r4.ebuild b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r4.ebuild
index 7459d0126517..c3dea66dfef5 100644
--- a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r4.ebuild
+++ b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="http://www.vanhemert.co.uk/files/${MY_P}.tar.gz"
S=${WORKDIR}/${MY_P}
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ppc sparc ~x86"
RDEPEND=">=dev-perl/URI-1.10
>=dev-perl/HTML-Parser-3.15
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Audio-CD-disc-cover/
@ 2024-06-25 3:54 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2024-06-25 3:54 UTC (permalink / raw
To: gentoo-commits
commit: 79a474ad8d559473ac61da9eaa7a4853e8164ca5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 03:53:48 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 03:53:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79a474ad
dev-perl/Audio-CD-disc-cover: Stabilize 0.05-r4 ppc, #934842
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r4.ebuild b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r4.ebuild
index a958cf3b14d0..7459d0126517 100644
--- a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r4.ebuild
+++ b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="http://www.vanhemert.co.uk/files/${MY_P}.tar.gz"
S=${WORKDIR}/${MY_P}
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ppc ~sparc ~x86"
RDEPEND=">=dev-perl/URI-1.10
>=dev-perl/HTML-Parser-3.15
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Audio-CD-disc-cover/
@ 2024-06-25 4:10 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2024-06-25 4:10 UTC (permalink / raw
To: gentoo-commits
commit: da83863472111265887c5a24a8ed464f728b4e11
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 04:09:35 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 04:09:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da838634
dev-perl/Audio-CD-disc-cover: Stabilize 0.05-r4 x86, #934842
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r4.ebuild b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r4.ebuild
index c3dea66dfef5..6ed901d2aa2d 100644
--- a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r4.ebuild
+++ b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="http://www.vanhemert.co.uk/files/${MY_P}.tar.gz"
S=${WORKDIR}/${MY_P}
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ppc sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ppc sparc x86"
RDEPEND=">=dev-perl/URI-1.10
>=dev-perl/HTML-Parser-3.15
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Audio-CD-disc-cover/
@ 2024-06-25 4:41 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2024-06-25 4:41 UTC (permalink / raw
To: gentoo-commits
commit: 0a4d2a9a13ed6c1e86fda41d0a8305aaf571a0e4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 04:39:38 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 04:39:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4d2a9a
dev-perl/Audio-CD-disc-cover: Stabilize 0.05-r4 amd64, #934842
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r4.ebuild b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r4.ebuild
index 6ed901d2aa2d..fc55aceeeb40 100644
--- a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r4.ebuild
+++ b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="http://www.vanhemert.co.uk/files/${MY_P}.tar.gz"
S=${WORKDIR}/${MY_P}
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ppc sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86"
RDEPEND=">=dev-perl/URI-1.10
>=dev-perl/HTML-Parser-3.15
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Audio-CD-disc-cover/
@ 2024-10-28 13:53 Andreas K. Hüttel
0 siblings, 0 replies; 15+ messages in thread
From: Andreas K. Hüttel @ 2024-10-28 13:53 UTC (permalink / raw
To: gentoo-commits
commit: c863628b7b770d74016cdd447345d281c05fe927
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 28 13:53:16 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Oct 28 13:53:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c863628b
dev-perl/Audio-CD-disc-cover: drop 0.05-r3
Bug: https://bugs.gentoo.org/874972
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../Audio-CD-disc-cover-0.05-r3.ebuild | 59 ----------------------
1 file changed, 59 deletions(-)
diff --git a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r3.ebuild b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r3.ebuild
deleted file mode 100644
index df8b2a7ee0e2..000000000000
--- a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# This appears it should really be entitled Audio-CD
-# There are * QA Notice: errors on building however the HOMEPAGE gives no source repo in which to file
-# prob. not worth the trouble for this little script.
-
-DIST_EXAMPLES=("eg/*")
-inherit perl-module
-
-MY_P=Audio-CD-${PV}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Perl Module needed for app-cdr/disc-cover"
-HOMEPAGE="http://www.vanhemert.co.uk/disc-cover.html"
-SRC_URI="http://www.vanhemert.co.uk/files/${MY_P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc sparc x86"
-
-RDEPEND=">=dev-perl/URI-1.10
- >=dev-perl/HTML-Parser-3.15
- >=virtual/perl-MIME-Base64-2.12
- >=virtual/perl-Digest-MD5-2.12
- >=virtual/perl-libnet-1.0703-r1
- >=dev-perl/libwww-perl-5.50
- >=media-libs/libcdaudio-0.99.6"
-DEPEND="
- >=media-libs/libcdaudio-0.99.6
-"
-BDEPEND="${RDEPEND}"
-
-src_compile() {
- mymake=(
- "OPTIMIZE=${CFLAGS}"
- )
- perl-module_src_compile
-}
-src_test() {
- local MODULES=(
- "Audio::CD ${PV}"
- )
- 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] 15+ messages in thread
end of thread, other threads:[~2024-10-28 13:53 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-03 5:23 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Audio-CD-disc-cover/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2024-10-28 13:53 Andreas K. Hüttel
2024-06-25 4:41 Sam James
2024-06-25 4:10 Sam James
2024-06-25 3:54 Sam James
2024-06-25 3:54 Sam James
2020-07-03 0:07 Kent Fredric
2018-04-07 21:18 Sergei Trofimovich
2018-04-07 4:36 Matt Turner
2018-04-05 16:10 Tobias Klausmann
2018-04-04 22:26 Sergei Trofimovich
2018-04-04 14:25 Aaron Bauman
2017-10-14 22:38 Kent Fredric
2017-10-14 19:54 Kent Fredric
2017-10-14 19:54 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox