public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Config-INI/
@ 2011-06-03 19:29 Torsten Veller
  0 siblings, 0 replies; 4+ messages in thread
From: Torsten Veller @ 2011-06-03 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     306bc6cbad37b641047dcf8b132136acaa13fc02
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  3 19:26:36 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Fri Jun  3 19:26:36 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=306bc6cb

[bump] dev-perl/Config-INI-0.18.0

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

---
 dev-perl/Config-INI/ChangeLog                |    5 ++++
 dev-perl/Config-INI/Config-INI-0.18.0.ebuild |   27 ++++++++++++++++++++++++++
 2 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Config-INI/ChangeLog b/dev-perl/Config-INI/ChangeLog
index ad6e995..45ef49f 100644
--- a/dev-perl/Config-INI/ChangeLog
+++ b/dev-perl/Config-INI/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Config-INI-0.18.0 (03 Jun 2011)
+
+  03 Jun 2011; Torsten Veller <tove@gentoo.org> +Config-INI-0.18.0.ebuild:
+  Version bump
+
   02 Jan 2011; Kent Fredric <kentfredric@gmail.com> -Config-INI-0.014.ebuild:
   gone on cpan
 

diff --git a/dev-perl/Config-INI/Config-INI-0.18.0.ebuild b/dev-perl/Config-INI/Config-INI-0.18.0.ebuild
new file mode 100644
index 0000000..8b2db94
--- /dev/null
+++ b/dev-perl/Config-INI/Config-INI-0.18.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.018
+inherit perl-module
+
+DESCRIPTION="simple .ini-file format"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+COMMON_DEPEND="
+	>=dev-perl/Mixin-Linewise-0.001
+	virtual/perl-IO
+	dev-perl/IO-String
+"
+DEPEND="
+	${COMMON_DEPEND}
+	>=virtual/perl-Test-Simple-0.96
+	>=virtual/perl-ExtUtils-MakeMaker-6.56
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Config-INI/
@ 2012-02-08 13:55 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-02-08 13:55 UTC (permalink / raw
  To: gentoo-commits

commit:     d122a625941d2a42ea3ee0d2cee3d145c2c61841
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Feb  8 13:50:19 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb  8 13:50:19 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d122a625

[cpanclean] Config-INI-0.0(15,16)

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

---
 dev-perl/Config-INI/ChangeLog               |    6 +++++-
 dev-perl/Config-INI/Config-INI-0.015.ebuild |   22 ----------------------
 dev-perl/Config-INI/Config-INI-0.016.ebuild |   22 ----------------------
 3 files changed, 5 insertions(+), 45 deletions(-)

diff --git a/dev-perl/Config-INI/ChangeLog b/dev-perl/Config-INI/ChangeLog
index 45ef49f..02ddcc3 100644
--- a/dev-perl/Config-INI/ChangeLog
+++ b/dev-perl/Config-INI/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/Config-INI
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Feb 2012; Kent Fredric <kentfredric@gmail.com> -Config-INI-0.015.ebuild,
+  -Config-INI-0.016.ebuild:
+  Gone on CPAN
+
 *Config-INI-0.18.0 (03 Jun 2011)
 
   03 Jun 2011; Torsten Veller <tove@gentoo.org> +Config-INI-0.18.0.ebuild:

diff --git a/dev-perl/Config-INI/Config-INI-0.015.ebuild b/dev-perl/Config-INI/Config-INI-0.015.ebuild
deleted file mode 100644
index cf3566e..0000000
--- a/dev-perl/Config-INI/Config-INI-0.015.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=RJBS
-inherit perl-module
-
-DESCRIPTION="simple .ini-file format"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
-	>=dev-perl/Mixin-Linewise-0.001
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Config-INI/Config-INI-0.016.ebuild b/dev-perl/Config-INI/Config-INI-0.016.ebuild
deleted file mode 100644
index cf3566e..0000000
--- a/dev-perl/Config-INI/Config-INI-0.016.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=RJBS
-inherit perl-module
-
-DESCRIPTION="simple .ini-file format"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
-	>=dev-perl/Mixin-Linewise-0.001
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Config-INI/
@ 2012-02-13 18:04 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-02-13 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     8f68c3b9b8c7832a8ac55c4e597c9950895f96e0
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 12 16:43:33 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Feb 12 16:43:33 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8f68c3b9

[migrate] old versions of Config-INI to x.y.z

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

---
 dev-perl/Config-INI/ChangeLog                      |    6 ++++++
 ...g-INI-0.017.ebuild => Config-INI-0.17.0.ebuild} |    3 ++-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Config-INI/ChangeLog b/dev-perl/Config-INI/ChangeLog
index 02ddcc3..64d9a65 100644
--- a/dev-perl/Config-INI/ChangeLog
+++ b/dev-perl/Config-INI/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Config-INI-0.17.0 (12 Feb 2012)
+
+  12 Feb 2012; Kent Fredric <kentfredric@gmail.com> -Config-INI-0.017.ebuild,
+  +Config-INI-0.17.0.ebuild:
+  Migrate Old versions to x.y.z
+
   08 Feb 2012; Kent Fredric <kentfredric@gmail.com> -Config-INI-0.015.ebuild,
   -Config-INI-0.016.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Config-INI/Config-INI-0.017.ebuild b/dev-perl/Config-INI/Config-INI-0.17.0.ebuild
similarity index 88%
rename from dev-perl/Config-INI/Config-INI-0.017.ebuild
rename to dev-perl/Config-INI/Config-INI-0.17.0.ebuild
index 7b24ae9..62c225f 100644
--- a/dev-perl/Config-INI/Config-INI-0.017.ebuild
+++ b/dev-perl/Config-INI/Config-INI-0.17.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=3
 MODULE_AUTHOR=RJBS
+MODULE_VERSION="0.017"
 inherit perl-module
 
 DESCRIPTION="simple .ini-file format"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Config-INI/
@ 2012-02-13 18:04 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-02-13 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     1977e864ecb3a1e9097d5b2f125001c94f72f716
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 12 16:49:20 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Feb 12 16:49:20 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1977e864

[newversion] Config-INI-0.19.0

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

---
 dev-perl/Config-INI/ChangeLog                |    5 +++
 dev-perl/Config-INI/Config-INI-0.19.0.ebuild |   46 ++++++++++++++++++++++++++
 2 files changed, 51 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Config-INI/ChangeLog b/dev-perl/Config-INI/ChangeLog
index 64d9a65..ea73ad4 100644
--- a/dev-perl/Config-INI/ChangeLog
+++ b/dev-perl/Config-INI/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Config-INI-0.19.0 (12 Feb 2012)
+
+  12 Feb 2012; Kent Fredric <kentfredric@gmail.com> +Config-INI-0.19.0.ebuild:
+  Version Bump
+
 *Config-INI-0.17.0 (12 Feb 2012)
 
   12 Feb 2012; Kent Fredric <kentfredric@gmail.com> -Config-INI-0.017.ebuild,

diff --git a/dev-perl/Config-INI/Config-INI-0.19.0.ebuild b/dev-perl/Config-INI/Config-INI-0.19.0.ebuild
new file mode 100644
index 0000000..f33baa3
--- /dev/null
+++ b/dev-perl/Config-INI/Config-INI-0.19.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.019
+inherit perl-module
+
+DESCRIPTION='simple .ini-file format'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+	# Carp
+	echo dev-lang/perl
+	# IO::File 1.14 ( 1.140.0 )
+	echo \>=virtual/perl-IO-1.14
+	# IO::String
+	echo dev-perl/IO-String
+	# Mixin::Linewise::Readers
+	echo dev-perl/Mixin-Linewise
+	# Mixin::Linewise::Writers
+	echo dev-perl/Mixin-Linewise
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+perl_meta_test() {
+	# Test::More 0.96 ( 0.960.0 )
+	echo \>=virtual/perl-Test-Simple-0.96
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



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

end of thread, other threads:[~2012-02-13 18:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-03 19:29 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Config-INI/ Torsten Veller
  -- strict thread matches above, loose matches on Subject: below --
2012-02-08 13:55 Kent Fredric
2012-02-13 18:04 Kent Fredric
2012-02-13 18:04 Kent Fredric

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