public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Method-Signatures-Simple/
@ 2012-02-16  0:26 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-02-16  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     86d14a491afda6f3c753efd42fbb1857e0a6dd3c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Sep  2 00:14:37 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Sep  2 00:14:37 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=86d14a49

[newversion] Method-Signatures-Simple-1.20.0

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

---
 dev-perl/Method-Signatures-Simple/ChangeLog        |    6 ++++
 .../Method-Signatures-Simple-1.20.0.ebuild         |   27 ++++++++++++++++++++
 2 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Method-Signatures-Simple/ChangeLog b/dev-perl/Method-Signatures-Simple/ChangeLog
index 83151a4..825c9ff 100644
--- a/dev-perl/Method-Signatures-Simple/ChangeLog
+++ b/dev-perl/Method-Signatures-Simple/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Method-Signatures-Simple-1.20.0 (02 Sep 2011)
+
+  02 Sep 2011; Kent Fredric <kentfredric@gmail.com>
+  +Method-Signatures-Simple-1.20.0.ebuild:
+  Version Bump
+
 *Method-Signatures-Simple-0.60.0 (01 Sep 2011)
 *Method-Signatures-Simple-0.50.0 (01 Sep 2011)
 

diff --git a/dev-perl/Method-Signatures-Simple/Method-Signatures-Simple-1.20.0.ebuild b/dev-perl/Method-Signatures-Simple/Method-Signatures-Simple-1.20.0.ebuild
new file mode 100644
index 0000000..bd79848
--- /dev/null
+++ b/dev-perl/Method-Signatures-Simple/Method-Signatures-Simple-1.20.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=RHESA
+MODULE_VERSION=1.02
+inherit perl-module
+
+DESCRIPTION="Basic method declarations with signatures, without source filters"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { true;}
+RDEPEND="
+	$(comment Devel::Declare 0.003001)
+	>=dev-perl/Devel-Declare-0.3.1
+"
+DEPEND="${RDEPEND}
+	$(comment configure)
+	$(comment ExtUtils::MakeMaker 6.56)
+	>=virtual/perl-ExtUtils-MakeMaker-6.56
+"
+
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Method-Signatures-Simple/
@ 2012-02-16  0:26 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-02-16  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     55a5048b023d5ffb0b4605d06fa027802de01fa9
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Sep  1 23:49:59 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Sep  1 23:49:59 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=55a5048b

[migrate] Method-Signatures-Simple

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

---
 dev-perl/Method-Signatures-Simple/ChangeLog        |   11 ++++++++++-
 ...uild => Method-Signatures-Simple-0.50.0.ebuild} |    3 ++-
 ...uild => Method-Signatures-Simple-0.60.0.ebuild} |    3 ++-
 3 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Method-Signatures-Simple/ChangeLog b/dev-perl/Method-Signatures-Simple/ChangeLog
index 3760880..83151a4 100644
--- a/dev-perl/Method-Signatures-Simple/ChangeLog
+++ b/dev-perl/Method-Signatures-Simple/ChangeLog
@@ -1,7 +1,16 @@
 # ChangeLog for dev-perl/Method-Signatures-Simple
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Method-Signatures-Simple-0.60.0 (01 Sep 2011)
+*Method-Signatures-Simple-0.50.0 (01 Sep 2011)
+
+  01 Sep 2011; Kent Fredric <kentfredric@gmail.com>
+  -Method-Signatures-Simple-0.05.ebuild, -Method-Signatures-Simple-0.06.ebuild,
+  +Method-Signatures-Simple-0.50.0.ebuild,
+  +Method-Signatures-Simple-0.60.0.ebuild:
+  Migrate to x.y.z
+
 *Method-Signatures-Simple-0.06 (23 Jul 2010)
 
   23 Jul 2010; Torsten Veller <tove@gentoo.org>

diff --git a/dev-perl/Method-Signatures-Simple/Method-Signatures-Simple-0.05.ebuild b/dev-perl/Method-Signatures-Simple/Method-Signatures-Simple-0.50.0.ebuild
similarity index 85%
rename from dev-perl/Method-Signatures-Simple/Method-Signatures-Simple-0.05.ebuild
rename to dev-perl/Method-Signatures-Simple/Method-Signatures-Simple-0.50.0.ebuild
index 61870f1..bce3362 100644
--- a/dev-perl/Method-Signatures-Simple/Method-Signatures-Simple-0.05.ebuild
+++ b/dev-perl/Method-Signatures-Simple/Method-Signatures-Simple-0.50.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=2
 
 MODULE_AUTHOR=RHESA
+MODULE_VERSION="0.05"
 inherit perl-module
 
 DESCRIPTION="Basic method declarations with signatures, without source filters"

diff --git a/dev-perl/Method-Signatures-Simple/Method-Signatures-Simple-0.06.ebuild b/dev-perl/Method-Signatures-Simple/Method-Signatures-Simple-0.60.0.ebuild
similarity index 86%
rename from dev-perl/Method-Signatures-Simple/Method-Signatures-Simple-0.06.ebuild
rename to dev-perl/Method-Signatures-Simple/Method-Signatures-Simple-0.60.0.ebuild
index adf8265..86a92c4 100644
--- a/dev-perl/Method-Signatures-Simple/Method-Signatures-Simple-0.06.ebuild
+++ b/dev-perl/Method-Signatures-Simple/Method-Signatures-Simple-0.60.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=2
 
 MODULE_AUTHOR=RHESA
+MODULE_VERSION="0.06"
 inherit perl-module
 
 DESCRIPTION="Basic method declarations with signatures, without source filters"



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

end of thread, other threads:[~2012-02-16  0:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-16  0:26 [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Method-Signatures-Simple/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-02-16  0:26 Kent Fredric

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