public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Array-Diff/
@ 2013-07-31  6:54 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2013-07-31  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     18b72648f4bbb08f82bb777d640c7c7798c3dbee
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jul 31 06:02:54 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jul 31 06:02:54 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=18b72648

[fixup] Array-Diff EAPI=5, SRC_TEST=parallel

Package-Manager: portage-2.2.0_alpha186
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/Array-Diff/Array-Diff-0.70.0.ebuild | 4 ++--
 dev-perl/Array-Diff/ChangeLog                | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Array-Diff/Array-Diff-0.70.0.ebuild b/dev-perl/Array-Diff/Array-Diff-0.70.0.ebuild
index 1b5163d..b343ed2 100644
--- a/dev-perl/Array-Diff/Array-Diff-0.70.0.ebuild
+++ b/dev-perl/Array-Diff/Array-Diff-0.70.0.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-EAPI=3
+EAPI=5
 MODULE_AUTHOR=TYPESTER
 MODULE_VERSION="0.07"
 
@@ -28,4 +28,4 @@ DEPEND="
 RDEPEND="
 	${COMMON_DEPEND}
 "
-SRC_TEST="do"
+SRC_TEST="do parallel"

diff --git a/dev-perl/Array-Diff/ChangeLog b/dev-perl/Array-Diff/ChangeLog
index e9dc388..613c1a0 100644
--- a/dev-perl/Array-Diff/ChangeLog
+++ b/dev-perl/Array-Diff/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  31 Jul 2013; Kent Fredric <kentfredric@gmail.com> Array-Diff-0.70.0.ebuild:
+  [fixup] Array-Diff EAPI=5, SRC_TEST=parallel
+
   31 Jul 2013; Kent Fredric <kentfredric@gmail.com> -Array-Diff-0.50.20.ebuild:
   [trim] Old versions of Array-Diff
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Array-Diff/
@ 2013-07-31  6:54 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2013-07-31  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     8e2ae9efa6fe4c75f2712a1d90aed52d5e4a645f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jul 31 06:00:29 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jul 31 06:00:29 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8e2ae9ef

[trim] Old versions of Array-Diff

Package-Manager: portage-2.2.0_alpha186
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/Array-Diff/Array-Diff-0.50.20.ebuild | 30 ---------------------------
 dev-perl/Array-Diff/ChangeLog                 |  4 +++-
 2 files changed, 3 insertions(+), 31 deletions(-)

diff --git a/dev-perl/Array-Diff/Array-Diff-0.50.20.ebuild b/dev-perl/Array-Diff/Array-Diff-0.50.20.ebuild
deleted file mode 100644
index adce06d..0000000
--- a/dev-perl/Array-Diff/Array-Diff-0.50.20.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=TYPESTER
-MODULE_VERSION="0.05002"
-inherit perl-module
-
-DESCRIPTION="Find the differences between two arrays"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test +xs"
-COMMON_DEPEND="
-	dev-perl/Algorithm-Diff
-	dev-perl/Class-Accessor
-	xs? (
-		dev-perl/Algorithm-Diff-XS
-	)
-"
-DEPEND="
-	${COMMON_DEPEND}
-	test? (
-		virtual/perl-Test-Simple
-	)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Array-Diff/ChangeLog b/dev-perl/Array-Diff/ChangeLog
index f779785..e9dc388 100644
--- a/dev-perl/Array-Diff/ChangeLog
+++ b/dev-perl/Array-Diff/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  31 Jul 2013; Kent Fredric <kentfredric@gmail.com> -Array-Diff-0.50.20.ebuild:
+  [trim] Old versions of Array-Diff
+
   28 Apr 2013; Kent Fredric <kentfredric@gmail.com> Array-Diff-0.70.0.ebuild:
   Fix dependency on Algorithm-Diff ( normalize )
 
@@ -30,4 +33,3 @@
   22 May 2010; Kent Fredric <kentfredric@gmail.com>
   +Array-Diff-0.05002.ebuild, +metadata.xml:
   Added
-


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Array-Diff/
@ 2011-04-12  1:09 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-04-12  1:09 UTC (permalink / raw
  To: gentoo-commits

commit:     4894d9903b8d7d110f20a58bb3bc4a393763ff88
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 12 00:54:07 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr 12 00:54:07 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4894d990

[addzero] Array-Diff

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

---
 ...y-Diff-0.70.ebuild => Array-Diff-0.70.0.ebuild} |    0
 dev-perl/Array-Diff/ChangeLog                      |    6 ++++++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Array-Diff/Array-Diff-0.70.ebuild b/dev-perl/Array-Diff/Array-Diff-0.70.0.ebuild
similarity index 100%
rename from dev-perl/Array-Diff/Array-Diff-0.70.ebuild
rename to dev-perl/Array-Diff/Array-Diff-0.70.0.ebuild

diff --git a/dev-perl/Array-Diff/ChangeLog b/dev-perl/Array-Diff/ChangeLog
index 0950c46..7dd0faf 100644
--- a/dev-perl/Array-Diff/ChangeLog
+++ b/dev-perl/Array-Diff/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Array-Diff-0.70.0 (12 Apr 2011)
+
+  12 Apr 2011; Kent Fredric <kentfredric@gmail.com> -Array-Diff-0.70.ebuild,
+  +Array-Diff-0.70.0.ebuild:
+  Addzero
+
 *Array-Diff-0.70 (30 Jan 2011)
 *Array-Diff-0.50.20 (30 Jan 2011)
 



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

end of thread, other threads:[~2013-07-31  6:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-31  6:54 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Array-Diff/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2013-07-31  6:54 Kent Fredric
2011-04-12  1:09 Kent Fredric

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