monsieurp 15/03/25 13:49:59 Modified: MusicBrainz-DiscID-0.30.0-r1.ebuild ChangeLog Log: Remove useless test via PERL_RM_FILES. Fix bug 526260. Signed-off-by: [email protected] (Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 93491BB8)
Revision Changes Path 1.3 dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.30.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.30.0-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.30.0-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.30.0-r1.ebuild?r1=1.2&r2=1.3 Index: MusicBrainz-DiscID-0.30.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.30.0-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- MusicBrainz-DiscID-0.30.0-r1.ebuild 19 Mar 2015 17:26:47 -0000 1.2 +++ MusicBrainz-DiscID-0.30.0-r1.ebuild 25 Mar 2015 13:49:59 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.30.0-r1.ebuild,v 1.2 2015/03/19 17:26:47 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.30.0-r1.ebuild,v 1.3 2015/03/25 13:49:59 monsieurp Exp $ EAPI=5 @@ -27,10 +27,7 @@ " SRC_TEST="do" -EPATCH_SUFFIX=patch -PATCHES=( - "${WORKDIR}"/${MY_PN:-${PN}}-patch -) +PERL_RM_FILES=( t/05pod.t ) src_prepare() { # Quick n dirty fix but does the job. @@ -42,6 +39,7 @@ perl-module_src_prepare } + src_install() { perl-module_src_install 1.10 dev-perl/MusicBrainz-DiscID/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MusicBrainz-DiscID/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MusicBrainz-DiscID/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MusicBrainz-DiscID/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/MusicBrainz-DiscID/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 19 Mar 2015 17:26:47 -0000 1.9 +++ ChangeLog 25 Mar 2015 13:49:59 -0000 1.10 @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/MusicBrainz-DiscID # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MusicBrainz-DiscID/ChangeLog,v 1.9 2015/03/19 17:26:47 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MusicBrainz-DiscID/ChangeLog,v 1.10 2015/03/25 13:49:59 monsieurp Exp $ + + 25 Mar 2015; Patrice Clement <[email protected]> + MusicBrainz-DiscID-0.30.0-r1.ebuild: + Remove useless test via PERL_RM_FILES. Fix bug 526260. 19 Mar 2015; Patrice Clement <[email protected]> MusicBrainz-DiscID-0.30.0-r1.ebuild:
