public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Carp-Always/
@ 2011-08-26  9:33 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-08-26  9:33 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] 4+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Carp-Always/
@ 2011-08-26  9:33 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-08-26  9:33 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] 4+ messages in thread

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

commit:     8489ed8f1a7008ed77c39fd18c00a8e6b4f8c77b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 18 16:33:10 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 18 16:33:10 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8489ed8f

[newversion] Carp-Always-0.110.0

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

---
 dev-perl/Carp-Always/Carp-Always-0.110.0.ebuild |   36 +++++++++++++++++++++++
 dev-perl/Carp-Always/ChangeLog                  |    8 ++++-
 2 files changed, 43 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Carp-Always/Carp-Always-0.110.0.ebuild b/dev-perl/Carp-Always/Carp-Always-0.110.0.ebuild
new file mode 100644
index 0000000..617f0ec
--- /dev/null
+++ b/dev-perl/Carp-Always/Carp-Always-0.110.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=FERREIRA
+MODULE_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION='Warns and dies noisily with stack backtraces'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# Test::Base
+	echo dev-perl/Test-Base
+}
+perl_meta_runtime() {
+	# Carp
+	# echo virtual/perl-Carp
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/Carp-Always/ChangeLog b/dev-perl/Carp-Always/ChangeLog
index 82e31b3..e20086e 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-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Carp-Always-0.110.0 (18 Apr 2012)
+
+  18 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  +Carp-Always-0.110.0.ebuild:
+  Version Bump
+
 *Carp-Always-0.100.0 (26 Aug 2011)
 
   26 Aug 2011; Kent Fredric <kentfredric@gmail.com>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Carp-Always/
@ 2015-06-09 10:13 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2015-06-09 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     a7cff8715e37c021cba0a73e339395552316fec4
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun  9 10:08:52 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun  9 10:08:52 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=a7cff871

[cleanup] Carp-Always: Remove old versions

Package-Manager: portage-2.2.17

 dev-perl/Carp-Always/Carp-Always-0.100.0.ebuild | 25 -----------------
 dev-perl/Carp-Always/Carp-Always-0.110.0.ebuild | 36 -------------------------
 dev-perl/Carp-Always/Carp-Always-0.90.0.ebuild  | 21 ---------------
 3 files changed, 82 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
deleted file mode 100644
index e9f7ca7..0000000
--- a/dev-perl/Carp-Always/Carp-Always-0.100.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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/Carp-Always-0.110.0.ebuild b/dev-perl/Carp-Always/Carp-Always-0.110.0.ebuild
deleted file mode 100644
index 617f0ec..0000000
--- a/dev-perl/Carp-Always/Carp-Always-0.110.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FERREIRA
-MODULE_VERSION=0.11
-inherit perl-module
-
-DESCRIPTION='Warns and dies noisily with stack backtraces'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# Test::Base
-	echo dev-perl/Test-Base
-}
-perl_meta_runtime() {
-	# Carp
-	# echo virtual/perl-Carp
-	# Test::More
-	echo virtual/perl-Test-Simple
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Carp-Always/Carp-Always-0.90.0.ebuild b/dev-perl/Carp-Always/Carp-Always-0.90.0.ebuild
deleted file mode 100644
index 6c068a3..0000000
--- a/dev-perl/Carp-Always/Carp-Always-0.90.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND=""
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"


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

end of thread, other threads:[~2015-06-09 10:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-18 16:40 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Carp-Always/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-06-09 10:13 Kent Fredric
2011-08-26  9:33 Kent Fredric
2011-08-26  9:33 Kent Fredric

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