[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Compile/

2016-11-21 Thread Kent Fredric
commit: 9f89e5ca81b20c62e5bb2e3249131a29ff53cc2a
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Nov 22 06:47:35 2016 +
Commit: Kent Fredric  gmail  com>
CommitDate: Tue Nov 22 06:47:35 2016 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=9f89e5ca

dev-perl/Module-Compile: Gone to ::gentoo

 .../Module-Compile/Module-Compile-0.350.0.ebuild   | 24 --
 dev-perl/Module-Compile/metadata.xml   | 18 
 2 files changed, 42 deletions(-)

diff --git a/dev-perl/Module-Compile/Module-Compile-0.350.0.ebuild 
b/dev-perl/Module-Compile/Module-Compile-0.350.0.ebuild
deleted file mode 100644
index a8be273..000
--- a/dev-perl/Module-Compile/Module-Compile-0.350.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-MODULE_AUTHOR=INGY
-MODULE_VERSION=0.35
-inherit perl-module
-
-DESCRIPTION="Perl Module Optimization"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="
-   >=dev-perl/Digest-SHA1-2.130.0
-"
-DEPEND="
-   ${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.300.0
-"
-PERL_RM_FILES=(
-   t/release-pod-syntax.t
-)

diff --git a/dev-perl/Module-Compile/metadata.xml 
b/dev-perl/Module-Compile/metadata.xml
deleted file mode 100644
index 8ee3464..000
--- a/dev-perl/Module-Compile/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   p...@gentoo.org
-   Gentoo Perl Project
-   
-   
-   m...@italpro.net
-   Michele Beltrame
-   
-   
-   Module-Compile
-   Module::Compile
-   Module::Compile::Opt
-   Module::Optimize
-   
-



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Compile/

2015-06-19 Thread Kent Fredric
commit: 36cdce41f7fc80abfaf369baca5410c941410097
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Fri Jun 19 09:28:25 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Fri Jun 19 09:28:25 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=36cdce41

[bump] Module-Compile-0.350.0, remove old

Package-Manager: portage-2.2.17

 .../{Module-Compile-0.340.0.ebuild = Module-Compile-0.350.0.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Module-Compile/Module-Compile-0.340.0.ebuild 
b/dev-perl/Module-Compile/Module-Compile-0.350.0.ebuild
similarity index 81%
rename from dev-perl/Module-Compile/Module-Compile-0.340.0.ebuild
rename to dev-perl/Module-Compile/Module-Compile-0.350.0.ebuild
index a30f98f..d9221d4 100644
--- a/dev-perl/Module-Compile/Module-Compile-0.340.0.ebuild
+++ b/dev-perl/Module-Compile/Module-Compile-0.350.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=5
 MODULE_AUTHOR=INGY
-MODULE_VERSION=0.34
+MODULE_VERSION=0.35
 inherit perl-module
 
 DESCRIPTION=Perl Module Optimization
@@ -22,4 +22,3 @@ DEPEND=
 PERL_RM_FILES=(
t/release-pod-syntax.t
 )
-SRC_TEST=do parallel



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Compile-TT/

2015-06-07 Thread Kent Fredric
commit: f39da97e4d627285bfaa30a306f986cb6fda8b16
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Sun Jun  7 15:45:03 2015 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Sun Jun  7 15:45:03 2015 +
URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=f39da97e

[fixup] MOdule-Compile-TT: Set Test-Simple as a provider for Test::use::ok

Package-Manager: portage-2.2.17

 ...-Compile-TT-0.20.0.ebuild = Module-Compile-TT-0.20.0-r1.ebuild} | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Module-Compile-TT/Module-Compile-TT-0.20.0.ebuild 
b/dev-perl/Module-Compile-TT/Module-Compile-TT-0.20.0-r1.ebuild
similarity index 79%
rename from dev-perl/Module-Compile-TT/Module-Compile-TT-0.20.0.ebuild
rename to dev-perl/Module-Compile-TT/Module-Compile-TT-0.20.0-r1.ebuild
index 2bc7a7e..7344ea3 100644
--- a/dev-perl/Module-Compile-TT/Module-Compile-TT-0.20.0.ebuild
+++ b/dev-perl/Module-Compile-TT/Module-Compile-TT-0.20.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=5
@@ -7,7 +7,6 @@ MODULE_VERSION=0.02
 inherit perl-module
 
 DESCRIPTION=Preprocess Perl code with Template Toolkit and Module::Compile.
-LICENSE=|| ( Artistic GPL-2 )
 
 SLOT=0
 KEYWORDS=~amd64 ~x86
@@ -17,9 +16,8 @@ IUSE=
 RDEPEND=
dev-perl/Module-Compile
dev-perl/Template-Toolkit
-   dev-perl/Test-use-ok
+   || ( =virtual/perl-Test-Simple-1.1.10 dev-perl/Test-use-ok )
 
 DEPEND=$RDEPEND
virtual/perl-Module-Build
 
-SRC_TEST=do



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Compile/

2014-09-01 Thread Kent Fredric
commit: 2acaa26b9378bdb3cd5d3a406d188b61a3ec2c99
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Mon Sep  1 17:47:52 2014 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Mon Sep  1 17:47:52 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2acaa26b

[cleanup] dev-perl/Module-Compile Remove old EAPIs

Package-Manager: portage-2.2.10

---
 dev-perl/Module-Compile/ChangeLog  |  5 +
 .../Module-Compile/Module-Compile-0.200.0.ebuild   | 18 --
 .../Module-Compile/Module-Compile-0.210.0.ebuild   | 22 --
 .../Module-Compile/Module-Compile-0.220.0.ebuild   | 22 --
 4 files changed, 5 insertions(+), 62 deletions(-)

diff --git a/dev-perl/Module-Compile/ChangeLog 
b/dev-perl/Module-Compile/ChangeLog
index 6ff2e8f..827d491 100644
--- a/dev-perl/Module-Compile/ChangeLog
+++ b/dev-perl/Module-Compile/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  01 Sep 2014; Kent Fredric kentfred...@gmail.com
+  -Module-Compile-0.200.0.ebuild, -Module-Compile-0.210.0.ebuild,
+  -Module-Compile-0.220.0.ebuild:
+  Remove old EAPIs
+
 *Module-Compile-0.230.0-r1 (24 Jul 2014)
 
   24 Jul 2014; Kent Fredric kentfred...@gmail.com

diff --git a/dev-perl/Module-Compile/Module-Compile-0.200.0.ebuild 
b/dev-perl/Module-Compile/Module-Compile-0.200.0.ebuild
deleted file mode 100644
index 81d5492..000
--- a/dev-perl/Module-Compile/Module-Compile-0.200.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=INGY
-MODULE_VERSION=0.20
-inherit perl-module
-
-DESCRIPTION=Perl Module Optimization
-LICENSE=|| ( Artistic GPL-2 )
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-
-IUSE=
-DEPEND=
-   dev-perl/Digest-SHA1
-

diff --git a/dev-perl/Module-Compile/Module-Compile-0.210.0.ebuild 
b/dev-perl/Module-Compile/Module-Compile-0.210.0.ebuild
deleted file mode 100644
index 5918809..000
--- a/dev-perl/Module-Compile/Module-Compile-0.210.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=INGY
-MODULE_VERSION=0.21
-inherit perl-module
-
-DESCRIPTION=Perl Module Optimization
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-
-RDEPEND=
-   =dev-perl/Digest-SHA1-2.130.0
-
-DEPEND=${RDEPEND}
-
-SRC_TEST=do

diff --git a/dev-perl/Module-Compile/Module-Compile-0.220.0.ebuild 
b/dev-perl/Module-Compile/Module-Compile-0.220.0.ebuild
deleted file mode 100644
index 90d2705..000
--- a/dev-perl/Module-Compile/Module-Compile-0.220.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=INGY
-MODULE_VERSION=0.22
-inherit perl-module
-
-DESCRIPTION=Perl Module Optimization
-
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-
-RDEPEND=
-   =dev-perl/Digest-SHA1-2.130.0
-
-DEPEND=${RDEPEND}
-
-SRC_TEST=do



[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Compile/

2014-09-01 Thread Kent Fredric
commit: aff69698818e114c1d87edac70f241e51bc6ccdd
Author: Kent Fredric kentfredric AT gmail DOT com
AuthorDate: Mon Sep  1 18:02:11 2014 +
Commit: Kent Fredric kentfredric AT gmail DOT com
CommitDate: Mon Sep  1 18:02:11 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=aff69698

[bump] dev-perl/Module-Compile to 0.340.0, w/ EAPI5 and fixes. Remove old

Package-Manager: portage-2.2.10

---
 dev-perl/Module-Compile/ChangeLog |  6 ++
 230.0-r1.ebuild = Module-Compile-0.340.0.ebuild} | 19 ++-
 2 files changed, 16 insertions(+), 9 deletions(-)

diff --git a/dev-perl/Module-Compile/ChangeLog 
b/dev-perl/Module-Compile/ChangeLog
index 827d491..467834f 100644
--- a/dev-perl/Module-Compile/ChangeLog
+++ b/dev-perl/Module-Compile/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Module-Compile-0.340.0 (01 Sep 2014)
+
+  01 Sep 2014; Kent Fredric kentfred...@gmail.com
+  -Module-Compile-0.230.0-r1.ebuild, +Module-Compile-0.340.0.ebuild:
+  to 0.340.0, w/ EAPI5 and fixes. Remove old
+
   01 Sep 2014; Kent Fredric kentfred...@gmail.com
   -Module-Compile-0.200.0.ebuild, -Module-Compile-0.210.0.ebuild,
   -Module-Compile-0.220.0.ebuild:

diff --git a/dev-perl/Module-Compile/Module-Compile-0.230.0-r1.ebuild 
b/dev-perl/Module-Compile/Module-Compile-0.340.0.ebuild
similarity index 64%
rename from dev-perl/Module-Compile/Module-Compile-0.230.0-r1.ebuild
rename to dev-perl/Module-Compile/Module-Compile-0.340.0.ebuild
index bca8176..a30f98f 100644
--- a/dev-perl/Module-Compile/Module-Compile-0.230.0-r1.ebuild
+++ b/dev-perl/Module-Compile/Module-Compile-0.340.0.ebuild
@@ -2,10 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
-
+EAPI=5
 MODULE_AUTHOR=INGY
-MODULE_VERSION=0.23
+MODULE_VERSION=0.34
 inherit perl-module
 
 DESCRIPTION=Perl Module Optimization
@@ -13,12 +12,14 @@ DESCRIPTION=Perl Module Optimization
 SLOT=0
 KEYWORDS=~amd64 ~x86
 IUSE=
-comment() { echo ''; }
 RDEPEND=
=dev-perl/Digest-SHA1-2.130.0
-   dev-perl/Filter $(comment Filter::Util::Call)
-   =dev-lang/perl-5.8.3
 
-DEPEND=${RDEPEND}
-
-SRC_TEST=do
+DEPEND=
+   ${RDEPEND}
+   =virtual/perl-ExtUtils-MakeMaker-6.300.0
+
+PERL_RM_FILES=(
+   t/release-pod-syntax.t
+)
+SRC_TEST=do parallel