public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/String-Diff/
@ 2012-06-23 16:39 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-06-23 16:39 UTC (permalink / raw
  To: gentoo-commits

commit:     ec1ad294e908d9cf6a5ec03e9ead31b95f6acb15
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 23 15:51:50 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 23 15:51:50 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ec1ad294

[newversion] String-Diff-0.50.0 ( keymasked due to SRC_TEST=broken )

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/String-Diff/ChangeLog                 |    5 +++
 dev-perl/String-Diff/String-Diff-0.50.0.ebuild |   40 ++++++++++++++++++++++++
 2 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/dev-perl/String-Diff/ChangeLog b/dev-perl/String-Diff/ChangeLog
index e11670d..6c2b911 100644
--- a/dev-perl/String-Diff/ChangeLog
+++ b/dev-perl/String-Diff/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*String-Diff-0.50.0 (23 Jun 2012)
+
+  23 Jun 2012; Kent Fredric <kentfredric@gmail.com> +String-Diff-0.50.0.ebuild:
+  Version Bump
+
 *String-Diff-0.40.0 (23 Jun 2012)
 
   23 Jun 2012; Kent Fredric <kentfredric@gmail.com> -String-Diff-0.04.ebuild,

diff --git a/dev-perl/String-Diff/String-Diff-0.50.0.ebuild b/dev-perl/String-Diff/String-Diff-0.50.0.ebuild
new file mode 100644
index 0000000..9aaca69
--- /dev/null
+++ b/dev-perl/String-Diff/String-Diff-0.50.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=YAPPO
+MODULE_VERSION=0.05
+inherit perl-module
+
+DESCRIPTION='Simple diff to String'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+	# Test::Base
+	echo dev-perl/Test-Base
+	# Test::More
+	echo virtual/perl-Test-Simple
+	# YAML
+	echo dev-perl/yaml
+}
+perl_meta_runtime() {
+	# Algorithm::Diff
+	echo dev-perl/Algorithm-Diff
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="broken"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/String-Diff/
@ 2012-06-23 16:39 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-06-23 16:39 UTC (permalink / raw
  To: gentoo-commits

commit:     f891d27bed33cce6b28ef4912e371bfb8eb0ae4c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 23 15:01:44 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 23 15:01:44 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f891d27b

[migrate] String-Diff to x.y.z

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/String-Diff/ChangeLog                     |   10 ++++++++++
 ...-Diff-0.04.ebuild => String-Diff-0.40.0.ebuild} |    3 ++-
 2 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/dev-perl/String-Diff/ChangeLog b/dev-perl/String-Diff/ChangeLog
new file mode 100644
index 0000000..e11670d
--- /dev/null
+++ b/dev-perl/String-Diff/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/String-Diff
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*String-Diff-0.40.0 (23 Jun 2012)
+
+  23 Jun 2012; Kent Fredric <kentfredric@gmail.com> -String-Diff-0.04.ebuild,
+  +String-Diff-0.40.0.ebuild:
+  Migrate to x.y.z
+

diff --git a/dev-perl/String-Diff/String-Diff-0.04.ebuild b/dev-perl/String-Diff/String-Diff-0.40.0.ebuild
similarity index 81%
rename from dev-perl/String-Diff/String-Diff-0.04.ebuild
rename to dev-perl/String-Diff/String-Diff-0.40.0.ebuild
index 619c4a9..e4b0c7f 100644
--- a/dev-perl/String-Diff/String-Diff-0.04.ebuild
+++ b/dev-perl/String-Diff/String-Diff-0.40.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 MODULE_AUTHOR=YAPPO
+MODULE_VERSION="0.04"
 inherit perl-module
 
 DESCRIPTION="Simple diff to String"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/String-Diff/
@ 2012-07-25 18:30 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-07-25 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     cf73697f92f8cd51daffd7e25e0d417a0862a14e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jul 25 16:10:30 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jul 25 16:10:30 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cf73697f

[newversion] String-Diff-0.60.0

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

---
 dev-perl/String-Diff/ChangeLog                 |    5 +++
 dev-perl/String-Diff/String-Diff-0.60.0.ebuild |   40 ++++++++++++++++++++++++
 2 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/dev-perl/String-Diff/ChangeLog b/dev-perl/String-Diff/ChangeLog
index 6c2b911..7d80bb6 100644
--- a/dev-perl/String-Diff/ChangeLog
+++ b/dev-perl/String-Diff/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*String-Diff-0.60.0 (25 Jul 2012)
+
+  25 Jul 2012; Kent Fredric <kentfredric@gmail.com> +String-Diff-0.60.0.ebuild:
+  Version Bump
+
 *String-Diff-0.50.0 (23 Jun 2012)
 
   23 Jun 2012; Kent Fredric <kentfredric@gmail.com> +String-Diff-0.50.0.ebuild:

diff --git a/dev-perl/String-Diff/String-Diff-0.60.0.ebuild b/dev-perl/String-Diff/String-Diff-0.60.0.ebuild
new file mode 100644
index 0000000..b880b24
--- /dev/null
+++ b/dev-perl/String-Diff/String-Diff-0.60.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=YAPPO
+MODULE_VERSION=0.06
+inherit perl-module
+
+DESCRIPTION='Simple diff to String'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+	# Test::Base
+	echo dev-perl/Test-Base
+	# Test::More
+	echo virtual/perl-Test-Simple
+	# YAML
+	echo dev-perl/yaml
+}
+perl_meta_runtime() {
+	# Algorithm::Diff
+	echo dev-perl/Algorithm-Diff
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/String-Diff/
@ 2014-09-05 23:14 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2014-09-05 23:14 UTC (permalink / raw
  To: gentoo-commits

commit:     b3d14ceba8733fafc451b65c8b51cdced84d014e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Sep  3 00:24:00 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Sep  3 00:24:00 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b3d14ceb

[cleanup] dev-perl/String-Diff Remove old EAPIs

Package-Manager: portage-2.2.10

---
 dev-perl/String-Diff/ChangeLog                 |  6 +++-
 dev-perl/String-Diff/String-Diff-0.40.0.ebuild | 18 ------------
 dev-perl/String-Diff/String-Diff-0.50.0.ebuild | 40 --------------------------
 3 files changed, 5 insertions(+), 59 deletions(-)

diff --git a/dev-perl/String-Diff/ChangeLog b/dev-perl/String-Diff/ChangeLog
index 7d80bb6..355e7b4 100644
--- a/dev-perl/String-Diff/ChangeLog
+++ b/dev-perl/String-Diff/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/String-Diff
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  03 Sep 2014; Kent Fredric <kentfredric@gmail.com> -String-Diff-0.40.0.ebuild,
+  -String-Diff-0.50.0.ebuild:
+  Remove old EAPIs
+
 *String-Diff-0.60.0 (25 Jul 2012)
 
   25 Jul 2012; Kent Fredric <kentfredric@gmail.com> +String-Diff-0.60.0.ebuild:

diff --git a/dev-perl/String-Diff/String-Diff-0.40.0.ebuild b/dev-perl/String-Diff/String-Diff-0.40.0.ebuild
deleted file mode 100644
index e4b0c7f..0000000
--- a/dev-perl/String-Diff/String-Diff-0.40.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=YAPPO
-MODULE_VERSION="0.04"
-inherit perl-module
-
-DESCRIPTION="Simple diff to String"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-DEPEND="
-	dev-perl/Algorithm-Diff
-"

diff --git a/dev-perl/String-Diff/String-Diff-0.50.0.ebuild b/dev-perl/String-Diff/String-Diff-0.50.0.ebuild
deleted file mode 100644
index 9aaca69..0000000
--- a/dev-perl/String-Diff/String-Diff-0.50.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=YAPPO
-MODULE_VERSION=0.05
-inherit perl-module
-
-DESCRIPTION='Simple diff to String'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-	# Test::Base
-	echo dev-perl/Test-Base
-	# Test::More
-	echo virtual/perl-Test-Simple
-	# YAML
-	echo dev-perl/yaml
-}
-perl_meta_runtime() {
-	# Algorithm::Diff
-	echo dev-perl/Algorithm-Diff
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="broken"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/String-Diff/
@ 2014-09-05 23:14 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2014-09-05 23:14 UTC (permalink / raw
  To: gentoo-commits

commit:     943dbade39b437d6b69fe0651f906f997c0b254b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Sep  3 00:27:50 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Sep  3 00:27:50 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=943dbade

[fixup] dev-perl/String-Diff EAPI5, cleanup deps

Package-Manager: portage-2.2.10

---
 dev-perl/String-Diff/ChangeLog                    |  6 ++++
 dev-perl/String-Diff/String-Diff-0.60.0-r1.ebuild | 24 ++++++++++++++
 dev-perl/String-Diff/String-Diff-0.60.0.ebuild    | 40 -----------------------
 3 files changed, 30 insertions(+), 40 deletions(-)

diff --git a/dev-perl/String-Diff/ChangeLog b/dev-perl/String-Diff/ChangeLog
index 355e7b4..4248b69 100644
--- a/dev-perl/String-Diff/ChangeLog
+++ b/dev-perl/String-Diff/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*String-Diff-0.60.0-r1 (03 Sep 2014)
+
+  03 Sep 2014; Kent Fredric <kentfredric@gmail.com> -String-Diff-0.60.0.ebuild,
+  +String-Diff-0.60.0-r1.ebuild:
+  EAPI5, cleanup deps
+
   03 Sep 2014; Kent Fredric <kentfredric@gmail.com> -String-Diff-0.40.0.ebuild,
   -String-Diff-0.50.0.ebuild:
   Remove old EAPIs

diff --git a/dev-perl/String-Diff/String-Diff-0.60.0-r1.ebuild b/dev-perl/String-Diff/String-Diff-0.60.0-r1.ebuild
new file mode 100644
index 0000000..7234382
--- /dev/null
+++ b/dev-perl/String-Diff/String-Diff-0.60.0-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=YAPPO
+MODULE_VERSION=0.06
+inherit perl-module
+
+DESCRIPTION='Simple diff to String'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="
+	dev-perl/Algorithm-Diff
+"
+DEPEND="
+	$DEPEND
+	>=virtual/perl-ExtUtils-MakeMaker-6.360.0
+	dev-perl/Test-Base
+	virtual/perl-Test-Simple
+	dev-perl/yaml
+"
+SRC_TEST="do"

diff --git a/dev-perl/String-Diff/String-Diff-0.60.0.ebuild b/dev-perl/String-Diff/String-Diff-0.60.0.ebuild
deleted file mode 100644
index b880b24..0000000
--- a/dev-perl/String-Diff/String-Diff-0.60.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=YAPPO
-MODULE_VERSION=0.06
-inherit perl-module
-
-DESCRIPTION='Simple diff to String'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-	# Test::Base
-	echo dev-perl/Test-Base
-	# Test::More
-	echo virtual/perl-Test-Simple
-	# YAML
-	echo dev-perl/yaml
-}
-perl_meta_runtime() {
-	# Algorithm::Diff
-	echo dev-perl/Algorithm-Diff
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


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

end of thread, other threads:[~2014-09-05 23:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-05 23:14 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/String-Diff/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2014-09-05 23:14 Kent Fredric
2012-07-25 18:30 Kent Fredric
2012-06-23 16:39 Kent Fredric
2012-06-23 16:39 Kent Fredric

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