public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Compile/
@ 2011-06-11  7:13 Torsten Veller
  0 siblings, 0 replies; 9+ messages in thread
From: Torsten Veller @ 2011-06-11  7:13 UTC (permalink / raw
  To: gentoo-commits

commit:     2a646e02aaf68debc1cab6045062ca1faf5526ee
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 06:57:07 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 06:57:07 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2a646e02

[bump] dev-perl/Module-Compile-0.210.0

(Portage version: 2.2.0_alpha38/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)

---
 dev-perl/Module-Compile/ChangeLog                  |    9 ++++++++
 .../Module-Compile/Module-Compile-0.210.0.ebuild   |   22 ++++++++++++++++++++
 2 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Module-Compile/ChangeLog b/dev-perl/Module-Compile/ChangeLog
new file mode 100644
index 0000000..1192bec
--- /dev/null
+++ b/dev-perl/Module-Compile/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-perl/Module-Compile
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Module-Compile-0.210.0 (11 Jun 2011)
+
+  11 Jun 2011; Torsten Veller <tove@gentoo.org> +Module-Compile-0.210.0.ebuild:
+  Version bump
+

diff --git a/dev-perl/Module-Compile/Module-Compile-0.210.0.ebuild b/dev-perl/Module-Compile/Module-Compile-0.210.0.ebuild
new file mode 100644
index 0000000..eb1cac3
--- /dev/null
+++ b/dev-perl/Module-Compile/Module-Compile-0.210.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 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.13
+"
+DEPEND="${RDEPEND}"
+
+SRC_TEST=do



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Compile/
@ 2011-06-12  6:55 Torsten Veller
  0 siblings, 0 replies; 9+ messages in thread
From: Torsten Veller @ 2011-06-12  6:55 UTC (permalink / raw
  To: gentoo-commits

commit:     35d5cbfc0d5300bc4e92e741c100022b69a1878e
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 06:55:16 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 06:55:16 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=35d5cbfc

[bump] dev-perl/Module-Compile-0.220.0

(Portage version: 2.2.0_alpha39/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)

---
 dev-perl/Module-Compile/ChangeLog                  |    5 ++++
 .../Module-Compile/Module-Compile-0.220.0.ebuild   |   22 ++++++++++++++++++++
 2 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Module-Compile/ChangeLog b/dev-perl/Module-Compile/ChangeLog
index 1192bec..5d539c8 100644
--- a/dev-perl/Module-Compile/ChangeLog
+++ b/dev-perl/Module-Compile/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Module-Compile-0.220.0 (12 Jun 2011)
+
+  12 Jun 2011; Torsten Veller <tove@gentoo.org> +Module-Compile-0.220.0.ebuild:
+  Version bump
+
 *Module-Compile-0.210.0 (11 Jun 2011)
 
   11 Jun 2011; Torsten Veller <tove@gentoo.org> +Module-Compile-0.210.0.ebuild:

diff --git a/dev-perl/Module-Compile/Module-Compile-0.220.0.ebuild b/dev-perl/Module-Compile/Module-Compile-0.220.0.ebuild
new file mode 100644
index 0000000..70de0e4
--- /dev/null
+++ b/dev-perl/Module-Compile/Module-Compile-0.220.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 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.13
+"
+DEPEND="${RDEPEND}"
+
+SRC_TEST=do



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Compile/
@ 2011-07-16  7:12 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2011-07-16  7:12 UTC (permalink / raw
  To: gentoo-commits

commit:     9887ea3cc51de091d18b983371e064482c2509db
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jul 16 06:16:37 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul 16 06:16:37 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9887ea3c

[migrate] Module-Compile

(Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Module-Compile/ChangeLog                  |    6 ++++++
 ...e-0.20.ebuild => Module-Compile-0.200.0.ebuild} |    3 ++-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Module-Compile/ChangeLog b/dev-perl/Module-Compile/ChangeLog
index 5d539c8..d2b0673 100644
--- a/dev-perl/Module-Compile/ChangeLog
+++ b/dev-perl/Module-Compile/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Module-Compile-0.200.0 (16 Jul 2011)
+
+  16 Jul 2011; Kent Fredric <kentfredric@gmail.com>
+  -Module-Compile-0.20.ebuild, +Module-Compile-0.200.0.ebuild:
+  Migrate
+
 *Module-Compile-0.220.0 (12 Jun 2011)
 
   12 Jun 2011; Torsten Veller <tove@gentoo.org> +Module-Compile-0.220.0.ebuild:

diff --git a/dev-perl/Module-Compile/Module-Compile-0.20.ebuild b/dev-perl/Module-Compile/Module-Compile-0.200.0.ebuild
similarity index 81%
rename from dev-perl/Module-Compile/Module-Compile-0.20.ebuild
rename to dev-perl/Module-Compile/Module-Compile-0.200.0.ebuild
index ce57b2f..81d5492 100644
--- a/dev-perl/Module-Compile/Module-Compile-0.20.ebuild
+++ b/dev-perl/Module-Compile/Module-Compile-0.200.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# 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"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Compile/
@ 2011-07-16  7:12 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2011-07-16  7:12 UTC (permalink / raw
  To: gentoo-commits

commit:     04da6a4195cbd01acba2f6887bb7d36ad6924149
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jul 16 06:22:37 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul 16 06:22:37 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=04da6a41

[newversion] Module-Compile-0.230.0

(Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Module-Compile/ChangeLog                  |    6 +++++
 .../Module-Compile/Module-Compile-0.230.0.ebuild   |   24 ++++++++++++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Module-Compile/ChangeLog b/dev-perl/Module-Compile/ChangeLog
index d2b0673..777d4d5 100644
--- a/dev-perl/Module-Compile/ChangeLog
+++ b/dev-perl/Module-Compile/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Module-Compile-0.230.0 (16 Jul 2011)
+
+  16 Jul 2011; Kent Fredric <kentfredric@gmail.com>
+  +Module-Compile-0.230.0.ebuild:
+  Version Bump
+
 *Module-Compile-0.200.0 (16 Jul 2011)
 
   16 Jul 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Module-Compile/Module-Compile-0.230.0.ebuild b/dev-perl/Module-Compile/Module-Compile-0.230.0.ebuild
new file mode 100644
index 0000000..fedca49
--- /dev/null
+++ b/dev-perl/Module-Compile/Module-Compile-0.230.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=INGY
+MODULE_VERSION=0.23
+inherit perl-module
+
+DESCRIPTION="Perl Module Optimization"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { echo ''; }
+RDEPEND="
+	>=dev-perl/Digest-SHA1-2.13 $(comment 2.130.0)
+	virtual/perl-Filter $(comment Filter::Util::Call)
+	>=dev-lang/perl-5.8.3
+"
+DEPEND="${RDEPEND}"
+
+SRC_TEST=do



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Compile/
@ 2014-07-24  2:12 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2014-07-24  2:12 UTC (permalink / raw
  To: gentoo-commits

commit:     e1cb2a9530f3836bd4622ff9f27c8fceaa1f3b70
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul 24 00:52:01 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 24 01:34:22 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e1cb2a95

[fix] dev-perl/Module-Compile -> Filter to dev-perl

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/Module-Compile/ChangeLog                                 | 8 +++++++-
 ...le-Compile-0.230.0.ebuild => Module-Compile-0.230.0-r1.ebuild} | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Module-Compile/ChangeLog b/dev-perl/Module-Compile/ChangeLog
index b3713c1..6ff2e8f 100644
--- a/dev-perl/Module-Compile/ChangeLog
+++ b/dev-perl/Module-Compile/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Module-Compile
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Module-Compile-0.230.0-r1 (24 Jul 2014)
+
+  24 Jul 2014; Kent Fredric <kentfredric@gmail.com>
+  -Module-Compile-0.230.0.ebuild, +Module-Compile-0.230.0-r1.ebuild:
+  Fix dep on Filter
+
   28 Apr 2013; Kent Fredric <kentfredric@gmail.com>
   Module-Compile-0.210.0.ebuild, Module-Compile-0.220.0.ebuild,
   Module-Compile-0.230.0.ebuild:

diff --git a/dev-perl/Module-Compile/Module-Compile-0.230.0.ebuild b/dev-perl/Module-Compile/Module-Compile-0.230.0-r1.ebuild
similarity index 79%
rename from dev-perl/Module-Compile/Module-Compile-0.230.0.ebuild
rename to dev-perl/Module-Compile/Module-Compile-0.230.0-r1.ebuild
index ec1c043..bca8176 100644
--- a/dev-perl/Module-Compile/Module-Compile-0.230.0.ebuild
+++ b/dev-perl/Module-Compile/Module-Compile-0.230.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -16,7 +16,7 @@ IUSE=""
 comment() { echo ''; }
 RDEPEND="
 	>=dev-perl/Digest-SHA1-2.130.0
-	virtual/perl-Filter $(comment Filter::Util::Call)
+	dev-perl/Filter $(comment Filter::Util::Call)
 	>=dev-lang/perl-5.8.3
 "
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Compile/
@ 2014-09-01 21:29 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2014-09-01 21:29 UTC (permalink / raw
  To: gentoo-commits

commit:     2acaa26b9378bdb3cd5d3a406d188b61a3ec2c99
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Sep  1 17:47:52 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Sep  1 17:47:52 2014 +0000
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 <kentfredric@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 <kentfredric@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..0000000
--- 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..0000000
--- 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..0000000
--- 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


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Compile/
@ 2014-09-01 21:29 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2014-09-01 21:29 UTC (permalink / raw
  To: gentoo-commits

commit:     aff69698818e114c1d87edac70f241e51bc6ccdd
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Sep  1 18:02:11 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Sep  1 18:02:11 2014 +0000
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 <kentfredric@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 <kentfredric@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"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Compile/
@ 2015-06-19  9:58 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2015-06-19  9:58 UTC (permalink / raw
  To: gentoo-commits

commit:     36cdce41f7fc80abfaf369baca5410c941410097
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun 19 09:28:25 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jun 19 09:28:25 2015 +0000
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"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Compile/
@ 2016-11-22  6:54 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2016-11-22  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     9f89e5ca81b20c62e5bb2e3249131a29ff53cc2a
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 22 06:47:35 2016 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Nov 22 06:47:35 2016 +0000
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..0000000
--- 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..0000000
--- a/dev-perl/Module-Compile/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>perl@gentoo.org</email>
-		<name>Gentoo Perl Project</name>
-	</maintainer>
-	<maintainer type="person">
-		<email>mb@italpro.net</email>
-		<name>Michele Beltrame</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="cpan">Module-Compile</remote-id>
-		<remote-id type="cpan-module">Module::Compile</remote-id>
-		<remote-id type="cpan-module">Module::Compile::Opt</remote-id>
-		<remote-id type="cpan-module">Module::Optimize</remote-id>
-	</upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2016-11-22  6:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-01 21:29 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Compile/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2016-11-22  6:54 Kent Fredric
2015-06-19  9:58 Kent Fredric
2014-09-01 21:29 Kent Fredric
2014-07-24  2:12 Kent Fredric
2011-07-16  7:12 Kent Fredric
2011-07-16  7:12 Kent Fredric
2011-06-12  6:55 Torsten Veller
2011-06-11  7:13 Torsten Veller

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