public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Carp-Always/
@ 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:     e3ddfdf76851d3f7ff8cece84e72c92f2205e2ca
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Aug 26 09:27:28 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Aug 26 09:27:28 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e3ddfdf7

[migrate] Carp-Always

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

---
 ...lways-0.09.ebuild => Carp-Always-0.90.0.ebuild} |    3 ++-
 dev-perl/Carp-Always/ChangeLog                     |    8 +++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Carp-Always/Carp-Always-0.09.ebuild b/dev-perl/Carp-Always/Carp-Always-0.90.0.ebuild
similarity index 85%
rename from dev-perl/Carp-Always/Carp-Always-0.09.ebuild
rename to dev-perl/Carp-Always/Carp-Always-0.90.0.ebuild
index 4a50e98..6c068a3 100644
--- a/dev-perl/Carp-Always/Carp-Always-0.09.ebuild
+++ b/dev-perl/Carp-Always/Carp-Always-0.90.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=FERREIRA
+MODULE_VERSION="0.09"
 inherit perl-module
 
 DESCRIPTION="Warns and dies noisily with stack backtraces"

diff --git a/dev-perl/Carp-Always/ChangeLog b/dev-perl/Carp-Always/ChangeLog
index 5ddd9e7..f4df473 100644
--- a/dev-perl/Carp-Always/ChangeLog
+++ b/dev-perl/Carp-Always/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Carp-Always
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Carp-Always-0.90.0 (26 Aug 2011)
+
+  26 Aug 2011; Kent Fredric <kentfredric@gmail.com> -Carp-Always-0.09.ebuild,
+  +Carp-Always-0.90.0.ebuild:
+  Migrate to new version scheme
+
 *Carp-Always-0.09 (15 May 2009)
 
   15 May 2009; Kent Fredric <kentfredric@gmail.com> +metadata.xml,



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

* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Carp-Always/
@ 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:     00dbc6c0d51950efd6ff91cc4dd296c7779723a5
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Aug 26 09:32:17 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Aug 26 09:32:17 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=00dbc6c0

[newversion] Carp-Always-0.100.0

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

---
 dev-perl/Carp-Always/Carp-Always-0.100.0.ebuild |   25 +++++++++++++++++++++++
 dev-perl/Carp-Always/ChangeLog                  |    6 +++++
 2 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Carp-Always/Carp-Always-0.100.0.ebuild b/dev-perl/Carp-Always/Carp-Always-0.100.0.ebuild
new file mode 100644
index 0000000..e9f7ca7
--- /dev/null
+++ b/dev-perl/Carp-Always/Carp-Always-0.100.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=FERREIRA
+MODULE_VERSION=0.10
+inherit perl-module
+
+DESCRIPTION="Warns and dies noisily with stack backtraces"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { true;}
+COMMON_DEPEND="
+	$(comment virtual/perl-Carp)
+	virtual/perl-Test-Simple
+"
+DEPEND="
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"

diff --git a/dev-perl/Carp-Always/ChangeLog b/dev-perl/Carp-Always/ChangeLog
index f4df473..82e31b3 100644
--- a/dev-perl/Carp-Always/ChangeLog
+++ b/dev-perl/Carp-Always/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Carp-Always-0.100.0 (26 Aug 2011)
+
+  26 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+  +Carp-Always-0.100.0.ebuild:
+  Version Bump
+
 *Carp-Always-0.90.0 (26 Aug 2011)
 
   26 Aug 2011; Kent Fredric <kentfredric@gmail.com> -Carp-Always-0.09.ebuild,



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

end of thread, other threads:[~2012-02-16  0:33 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/Carp-Always/ 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