public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Linux-DVB/
@ 2015-06-13 18:23 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-06-13 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     c27c7abc0a618586e35135095acc02bab8ee8cc5
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 13 16:15:53 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 13 16:15:53 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=c27c7abc

[fixup] Linux-DVB: EAPI5, normalise version, fixup deps

Package-Manager: portage-2.2.17

 .../{Linux-DVB-1.01.ebuild => Linux-DVB-1.10.0.ebuild}        | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Linux-DVB/Linux-DVB-1.01.ebuild b/dev-perl/Linux-DVB/Linux-DVB-1.10.0.ebuild
similarity index 63%
rename from dev-perl/Linux-DVB/Linux-DVB-1.01.ebuild
rename to dev-perl/Linux-DVB/Linux-DVB-1.10.0.ebuild
index 74d47d4..1a289f4 100644
--- a/dev-perl/Linux-DVB/Linux-DVB-1.01.ebuild
+++ b/dev-perl/Linux-DVB/Linux-DVB-1.10.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
-
+EAPI=5
 MODULE_AUTHOR=MLEHMANN
+MODULE_VERSION=1.01
 inherit perl-module
 
 DESCRIPTION="Interface to (some parts of) the Linux DVB API"
@@ -13,4 +13,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-SRC_TEST=do
+RDEPEND=""
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Linux-DVB/
@ 2015-06-14 11:10 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-06-14 11:10 UTC (permalink / raw
  To: gentoo-commits

commit:     68867398ebc9b2ef53d71bc9758e2b0a97cf0df4
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 09:36:58 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 09:36:58 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=68867398

[fixup] Linux-DVB: Experimental patch to avoid forcefully linking against kernel sources which may break, please report back if this works

Package-Manager: portage-2.2.17

 dev-perl/Linux-DVB/Linux-DVB-1.10.0.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dev-perl/Linux-DVB/Linux-DVB-1.10.0.ebuild b/dev-perl/Linux-DVB/Linux-DVB-1.10.0.ebuild
index 1a289f4..9a3b322 100644
--- a/dev-perl/Linux-DVB/Linux-DVB-1.10.0.ebuild
+++ b/dev-perl/Linux-DVB/Linux-DVB-1.10.0.ebuild
@@ -17,3 +17,9 @@ RDEPEND=""
 DEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
 "
+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
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Linux-DVB/
@ 2015-06-14 11:10 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-06-14 11:10 UTC (permalink / raw
  To: gentoo-commits

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
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-14 11:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-14 11:10 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Linux-DVB/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-06-14 11:10 Kent Fredric
2015-06-13 18:23 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox