diff options
author | Torsten Veller <tove@gentoo.org> | 2012-06-24 18:41:16 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-06-24 18:41:16 +0000 |
commit | 4a8a8a6d7547231fc62b983df4c44148b20a0376 (patch) | |
tree | 0bdafa07da85f26b7204be6da773a93e16b291af /dev-perl/MusicBrainz-DiscID | |
parent | Stable for x86, wrt bug #419473 (diff) | |
download | gentoo-2-4a8a8a6d7547231fc62b983df4c44148b20a0376.tar.gz gentoo-2-4a8a8a6d7547231fc62b983df4c44148b20a0376.tar.bz2 gentoo-2-4a8a8a6d7547231fc62b983df4c44148b20a0376.zip |
Change version scheme. Fix pod encoding (#422901). Force stable keywords
(Portage version: 2.2.0_alpha112/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-perl/MusicBrainz-DiscID')
-rw-r--r-- | dev-perl/MusicBrainz-DiscID/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.30.0.ebuild (renamed from dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.03.ebuild) | 11 |
2 files changed, 16 insertions, 3 deletions
diff --git a/dev-perl/MusicBrainz-DiscID/ChangeLog b/dev-perl/MusicBrainz-DiscID/ChangeLog index 6928c100eb95..92062d22635f 100644 --- a/dev-perl/MusicBrainz-DiscID/ChangeLog +++ b/dev-perl/MusicBrainz-DiscID/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/MusicBrainz-DiscID # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MusicBrainz-DiscID/ChangeLog,v 1.4 2012/06/24 12:58:54 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MusicBrainz-DiscID/ChangeLog,v 1.5 2012/06/24 18:41:16 tove Exp $ + +*MusicBrainz-DiscID-0.30.0 (24 Jun 2012) + + 24 Jun 2012; Torsten Veller <tove@gentoo.org> + -MusicBrainz-DiscID-0.03.ebuild, +MusicBrainz-DiscID-0.30.0.ebuild: + Change version scheme. Fix pod encoding (#422901) 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.03.ebuild b/dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.30.0.ebuild index c8e1bc4099d3..f874e735f07a 100644 --- a/dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.03.ebuild +++ b/dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.30.0.ebuild @@ -1,13 +1,15 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.03.ebuild,v 1.5 2012/06/18 19:05:30 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.30.0.ebuild,v 1.1 2012/06/24 18:41:16 tove Exp $ EAPI=4 MODULE_AUTHOR=NJH +MODULE_VERSION=0.03 inherit perl-module DESCRIPTION="Perl interface for the MusicBrainz libdiscid library" +SRC_URI+=" http://dev.gentoo.org/~tove/distfiles/${CATEGORY}/${PN}/${P}-patch.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -21,9 +23,14 @@ DEPEND="${RDEPEND} test? ( dev-perl/Test-Pod virtual/perl-Test-Simple - )" + ) +" SRC_TEST="do" +EPATCH_SUFFIX=patch +PATCHES=( + "${WORKDIR}"/${MY_PN:-${PN}}-patch +) src_install() { perl-module_src_install |