commit: e871b3a58dabe806a1f1195723a0a21bb10108b9
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 11:03:22 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 11:03:22 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e871b3a5
[bump] Linux-DVB-1.20.0, remove old
Package-Manager: portage-2.2.17
.../{Linux-DVB-1.10.0.ebuild => Linux-DVB-1.20.0.ebuild} | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/dev-perl/Linux-DVB/Linux-DVB-1.10.0.ebuild
b/dev-perl/Linux-DVB/Linux-DVB-1.20.0.ebuild
similarity index 56%
rename from dev-perl/Linux-DVB/Linux-DVB-1.10.0.ebuild
rename to dev-perl/Linux-DVB/Linux-DVB-1.20.0.ebuild
index 9a3b322..e0bdb8e 100644
--- a/dev-perl/Linux-DVB/Linux-DVB-1.10.0.ebuild
+++ b/dev-perl/Linux-DVB/Linux-DVB-1.20.0.ebuild
@@ -4,7 +4,7 @@
EAPI=5
MODULE_AUTHOR=MLEHMANN
-MODULE_VERSION=1.01
+MODULE_VERSION=1.02
inherit perl-module
DESCRIPTION="Interface to (some parts of) the Linux DVB API"
@@ -14,12 +14,8 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
+export PERL_CANARY_STABILITY_NOPROMPT=1
DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
+ >=virtual/perl-ExtUtils-MakeMaker-6.520.0
+ >=dev-perl/Canary-Stability-2001.0.0
"
-src_prepare() {
- perl-module_src_prepare;
- # http://lists.schmorp.de/pipermail/perl/2015q2/000015.html
- einfo "Stripping INC statment";
- sed -i -r -e 's/^\s\s*INC\s*=.*$//' Makefile.PL
-}