public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Safe-Isa/
@ 2013-04-28 16:45 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2013-04-28 16:45 UTC (permalink / raw
  To: gentoo-commits

commit:     44ffdc92a0b39bcc891a6b33a612be3788f4260b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 28 14:34:12 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 28 14:34:12 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=44ffdc92

[newversion] Safe-Isa-1.0.3

Package-Manager: portage-2.2.0_alpha166
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Safe-Isa/ChangeLog             |    7 ++++++-
 dev-perl/Safe-Isa/Safe-Isa-1.0.3.ebuild |   29 +++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Safe-Isa/ChangeLog b/dev-perl/Safe-Isa/ChangeLog
index c0fe010..e4efeeb 100644
--- a/dev-perl/Safe-Isa/ChangeLog
+++ b/dev-perl/Safe-Isa/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-perl/Safe-Isa
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Safe-Isa-1.0.3 (28 Apr 2013)
+
+  28 Apr 2013; Kent Fredric <kentfredric@gmail.com> +Safe-Isa-1.0.3.ebuild:
+  Version Bump
+
 *Safe-Isa-1.0.2 (23 Aug 2012)
 
   23 Aug 2012; Kent Fredric <kentfredric@gmail.com> +Safe-Isa-1.0.2.ebuild,

diff --git a/dev-perl/Safe-Isa/Safe-Isa-1.0.3.ebuild b/dev-perl/Safe-Isa/Safe-Isa-1.0.3.ebuild
new file mode 100644
index 0000000..c651aea
--- /dev/null
+++ b/dev-perl/Safe-Isa/Safe-Isa-1.0.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=1.000003
+inherit perl-module
+
+DESCRIPTION='Call isa, can, does and DOES safely on things that may not be objects'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+"
+RDEPEND="
+
+"
+SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Safe-Isa/
@ 2015-03-26  9:26 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2015-03-26  9:26 UTC (permalink / raw
  To: gentoo-commits

commit:     803b12ebe7f416722c8744fdcba386b35af9112f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 26 09:22:04 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 26 09:22:04 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=803b12eb

[prune] Safe-Isa -> Gone to ::gentoo

 dev-perl/Safe-Isa/Safe-Isa-1.0.2.ebuild | 29 -----------------------------
 dev-perl/Safe-Isa/Safe-Isa-1.0.3.ebuild | 29 -----------------------------
 dev-perl/Safe-Isa/metadata.xml          | 13 -------------
 3 files changed, 71 deletions(-)

diff --git a/dev-perl/Safe-Isa/Safe-Isa-1.0.2.ebuild b/dev-perl/Safe-Isa/Safe-Isa-1.0.2.ebuild
deleted file mode 100644
index 9af9cca..0000000
--- a/dev-perl/Safe-Isa/Safe-Isa-1.0.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=MSTROUT
-MODULE_VERSION=1.000002
-inherit perl-module
-
-DESCRIPTION='Call isa, can, does and DOES safely on things that may not be objects'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-"
-RDEPEND="
-
-"
-SRC_TEST="do"

diff --git a/dev-perl/Safe-Isa/Safe-Isa-1.0.3.ebuild b/dev-perl/Safe-Isa/Safe-Isa-1.0.3.ebuild
deleted file mode 100644
index c651aea..0000000
--- a/dev-perl/Safe-Isa/Safe-Isa-1.0.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=ETHER
-MODULE_VERSION=1.000003
-inherit perl-module
-
-DESCRIPTION='Call isa, can, does and DOES safely on things that may not be objects'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-"
-RDEPEND="
-
-"
-SRC_TEST="do"

diff --git a/dev-perl/Safe-Isa/metadata.xml b/dev-perl/Safe-Isa/metadata.xml
deleted file mode 100644
index bac2da0..0000000
--- a/dev-perl/Safe-Isa/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<herd>perl</herd>
-	<maintainer>
-		<email>kentfredric@gmail.com</email>
-		<name>Kent Fredric</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="cpan">Safe-Isa</remote-id>
-		<remote-id type="cpan-module">Safe::Isa</remote-id>
-	</upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2015-03-26  9:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-28 16:45 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Safe-Isa/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-03-26  9: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