public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Module-Extract-VERSION/
  2011-05-05 18:16 [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Module-Extract-VERSION/ Kent Fredric
@ 2011-05-05 18:09 ` Kent Fredric
  2011-05-05 18:17 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
  1 sibling, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-05-05 18:09 UTC (permalink / raw
  To: gentoo-commits

commit:     dcfec642f5bfe0d1d6244d69cc21d43acdc192c5
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu May  5 17:52:01 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu May  5 17:52:01 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=dcfec642

[newversion] Module-Extract-VERSION-1.10.0

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

---
 dev-perl/Module-Extract-VERSION/ChangeLog          |    6 +++++
 .../Module-Extract-VERSION-1.10.0.ebuild           |   22 ++++++++++++++++++++
 2 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Module-Extract-VERSION/ChangeLog b/dev-perl/Module-Extract-VERSION/ChangeLog
index 61b255e..62cd3c3 100644
--- a/dev-perl/Module-Extract-VERSION/ChangeLog
+++ b/dev-perl/Module-Extract-VERSION/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Module-Extract-VERSION-1.10.0 (05 May 2011)
+
+  05 May 2011; Kent Fredric <kentfredric@gmail.com>
+  +Module-Extract-VERSION-1.10.0.ebuild:
+  Bump
+
 *Module-Extract-VERSION-0.130.0 (05 May 2011)
 
   05 May 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Module-Extract-VERSION/Module-Extract-VERSION-1.10.0.ebuild b/dev-perl/Module-Extract-VERSION/Module-Extract-VERSION-1.10.0.ebuild
new file mode 100644
index 0000000..e189d99
--- /dev/null
+++ b/dev-perl/Module-Extract-VERSION/Module-Extract-VERSION-1.10.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=BDFOY
+MODULE_VERSION="1.01"
+inherit perl-module
+
+DESCRIPTION="Extract a module version without running code"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+COMMON_DEPEND=""
+DEPEND="
+	${COMMON_DEPEND}
+	test? ( virtual/perl-Test-Simple )
+"
+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/Module-Extract-VERSION/
  2011-05-05 18:17 Kent Fredric
@ 2011-05-05 18:09 ` Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-05-05 18:09 UTC (permalink / raw
  To: gentoo-commits

commit:     3d8a40dfa50e1e9b1fee324e88e8844af14cf9a9
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu May  5 17:47:37 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu May  5 17:47:37 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3d8a40df

[migrate] Module-Extract-VERSION

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

---
 dev-perl/Module-Extract-VERSION/ChangeLog          |    8 +++++++-
 ...build => Module-Extract-VERSION-0.130.0.ebuild} |    3 ++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Module-Extract-VERSION/ChangeLog b/dev-perl/Module-Extract-VERSION/ChangeLog
index 9874417..61b255e 100644
--- a/dev-perl/Module-Extract-VERSION/ChangeLog
+++ b/dev-perl/Module-Extract-VERSION/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Module-Extract-VERSION
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Module-Extract-VERSION-0.130.0 (05 May 2011)
+
+  05 May 2011; Kent Fredric <kentfredric@gmail.com>
+  -Module-Extract-VERSION-0.13.ebuild, +Module-Extract-VERSION-0.130.0.ebuild:
+  Migrate
+
 *Module-Extract-VERSION-0.13 (31 May 2009)
 
   31 May 2009; Kent Fredric <kentfredric@gmail.com> +metadata.xml,

diff --git a/dev-perl/Module-Extract-VERSION/Module-Extract-VERSION-0.13.ebuild b/dev-perl/Module-Extract-VERSION/Module-Extract-VERSION-0.130.0.ebuild
similarity index 86%
rename from dev-perl/Module-Extract-VERSION/Module-Extract-VERSION-0.13.ebuild
rename to dev-perl/Module-Extract-VERSION/Module-Extract-VERSION-0.130.0.ebuild
index 03ad05f..707009e 100644
--- a/dev-perl/Module-Extract-VERSION/Module-Extract-VERSION-0.13.ebuild
+++ b/dev-perl/Module-Extract-VERSION/Module-Extract-VERSION-0.130.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: $
 EAPI=2
 MODULE_AUTHOR=BDFOY
+MODULE_VERSION="0.13"
 inherit perl-module
 
 DESCRIPTION="Extract a module version without running code"



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

* [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Module-Extract-VERSION/
@ 2011-05-05 18:16 Kent Fredric
  2011-05-05 18:09 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
  2011-05-05 18:17 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
  0 siblings, 2 replies; 4+ messages in thread
From: Kent Fredric @ 2011-05-05 18:16 UTC (permalink / raw
  To: gentoo-commits

commit:     dcfec642f5bfe0d1d6244d69cc21d43acdc192c5
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu May  5 17:52:01 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu May  5 17:52:01 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=dcfec642

[newversion] Module-Extract-VERSION-1.10.0

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

---
 dev-perl/Module-Extract-VERSION/ChangeLog          |    6 +++++
 .../Module-Extract-VERSION-1.10.0.ebuild           |   22 ++++++++++++++++++++
 2 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Module-Extract-VERSION/ChangeLog b/dev-perl/Module-Extract-VERSION/ChangeLog
index 61b255e..62cd3c3 100644
--- a/dev-perl/Module-Extract-VERSION/ChangeLog
+++ b/dev-perl/Module-Extract-VERSION/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Module-Extract-VERSION-1.10.0 (05 May 2011)
+
+  05 May 2011; Kent Fredric <kentfredric@gmail.com>
+  +Module-Extract-VERSION-1.10.0.ebuild:
+  Bump
+
 *Module-Extract-VERSION-0.130.0 (05 May 2011)
 
   05 May 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Module-Extract-VERSION/Module-Extract-VERSION-1.10.0.ebuild b/dev-perl/Module-Extract-VERSION/Module-Extract-VERSION-1.10.0.ebuild
new file mode 100644
index 0000000..e189d99
--- /dev/null
+++ b/dev-perl/Module-Extract-VERSION/Module-Extract-VERSION-1.10.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=BDFOY
+MODULE_VERSION="1.01"
+inherit perl-module
+
+DESCRIPTION="Extract a module version without running code"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+COMMON_DEPEND=""
+DEPEND="
+	${COMMON_DEPEND}
+	test? ( virtual/perl-Test-Simple )
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/Module-Extract-VERSION/
  2011-05-05 18:16 [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Module-Extract-VERSION/ Kent Fredric
  2011-05-05 18:09 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
@ 2011-05-05 18:17 ` Kent Fredric
  1 sibling, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-05-05 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     dcfec642f5bfe0d1d6244d69cc21d43acdc192c5
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu May  5 17:52:01 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu May  5 17:52:01 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=dcfec642

[newversion] Module-Extract-VERSION-1.10.0

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

---
 dev-perl/Module-Extract-VERSION/ChangeLog          |    6 +++++
 .../Module-Extract-VERSION-1.10.0.ebuild           |   22 ++++++++++++++++++++
 2 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Module-Extract-VERSION/ChangeLog b/dev-perl/Module-Extract-VERSION/ChangeLog
index 61b255e..62cd3c3 100644
--- a/dev-perl/Module-Extract-VERSION/ChangeLog
+++ b/dev-perl/Module-Extract-VERSION/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Module-Extract-VERSION-1.10.0 (05 May 2011)
+
+  05 May 2011; Kent Fredric <kentfredric@gmail.com>
+  +Module-Extract-VERSION-1.10.0.ebuild:
+  Bump
+
 *Module-Extract-VERSION-0.130.0 (05 May 2011)
 
   05 May 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Module-Extract-VERSION/Module-Extract-VERSION-1.10.0.ebuild b/dev-perl/Module-Extract-VERSION/Module-Extract-VERSION-1.10.0.ebuild
new file mode 100644
index 0000000..e189d99
--- /dev/null
+++ b/dev-perl/Module-Extract-VERSION/Module-Extract-VERSION-1.10.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=BDFOY
+MODULE_VERSION="1.01"
+inherit perl-module
+
+DESCRIPTION="Extract a module version without running code"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+COMMON_DEPEND=""
+DEPEND="
+	${COMMON_DEPEND}
+	test? ( virtual/perl-Test-Simple )
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



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

end of thread, other threads:[~2011-05-05 18:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-05 18:16 [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Module-Extract-VERSION/ Kent Fredric
2011-05-05 18:09 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-05-05 18:17 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2011-05-05 18:17 Kent Fredric
2011-05-05 18:09 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric

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