public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Class-Std/
@ 2011-03-18  0:43 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-03-18  0:43 UTC (permalink / raw
  To: gentoo-commits

commit:     6c2d2f0390d84ab5ab6b343dea957c02413bb5d9
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Wed Jul  8 15:43:12 2009 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Mar 18 00:05:58 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6c2d2f03

[import] ( dwc: Class-Std ) Add remaning ebuilds from my perl-other overlay

---
 dev-perl/Class-Std/Class-Std-0.0.9.ebuild |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Class-Std/Class-Std-0.0.9.ebuild b/dev-perl/Class-Std/Class-Std-0.0.9.ebuild
new file mode 100644
index 0000000..9e21de2
--- /dev/null
+++ b/dev-perl/Class-Std/Class-Std-0.0.9.ebuild
@@ -0,0 +1,22 @@
+# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
+
+inherit perl-module
+
+DESCRIPTION="Support for creating standard inside-out classes"
+HOMEPAGE="http://search.cpan.org/dist/${PN}/"
+SRC_URI="mirror://cpan/authors/id/D/DM/DMUEY/${P}.tar.gz"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="amd64 x86"
+RESTRICT="mirror"
+SRC_TEST="do"
+
+IUSE="test"
+RDEPEND="dev-lang/perl
+	virtual/perl-Scalar-List-Utils
+	virtual/perl-version"
+DEPEND="${RDEPEND}
+	test? ( virtual/perl-Test-Simple )"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Class-Std/
@ 2011-03-18  0:43 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-03-18  0:43 UTC (permalink / raw
  To: gentoo-commits

commit:     89e18e619477c399ee44eb28d300fa72f6dfa1d1
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Wed Jul  8 21:08:06 2009 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Mar 18 00:06:02 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=89e18e61

[import] ( dwc:Class-Std ) Convert to EAPI=2 and add metadata.xml
(Portage version: 2.1.6.13/git/Linux x86_64)
 (Signed Manifest commit)

---
 dev-perl/Class-Std/ChangeLog              |    8 ++++++++
 dev-perl/Class-Std/Class-Std-0.0.9.ebuild |   17 ++++++++---------
 dev-perl/Class-Std/metadata.xml           |    9 +++++++++
 3 files changed, 25 insertions(+), 9 deletions(-)

diff --git a/dev-perl/Class-Std/ChangeLog b/dev-perl/Class-Std/ChangeLog
new file mode 100644
index 0000000..6878b7a
--- /dev/null
+++ b/dev-perl/Class-Std/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-perl/Class-Std
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  08 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
+  Class-Std-0.0.9.ebuild, +metadata.xml:
+  Convert to EAPI=2 and add metadata.xml
+

diff --git a/dev-perl/Class-Std/Class-Std-0.0.9.ebuild b/dev-perl/Class-Std/Class-Std-0.0.9.ebuild
index 9e21de2..a5ffedf 100644
--- a/dev-perl/Class-Std/Class-Std-0.0.9.ebuild
+++ b/dev-perl/Class-Std/Class-Std-0.0.9.ebuild
@@ -1,22 +1,21 @@
-# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header$
+# $Header: $
 
+EAPI=2
+
+MODULE_AUTHOR=DMUEY
 inherit perl-module
 
 DESCRIPTION="Support for creating standard inside-out classes"
-HOMEPAGE="http://search.cpan.org/dist/${PN}/"
-SRC_URI="mirror://cpan/authors/id/D/DM/DMUEY/${P}.tar.gz"
-LICENSE="|| ( Artistic GPL-2 )"
 
 SLOT="0"
-KEYWORDS="amd64 x86"
-RESTRICT="mirror"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
 SRC_TEST="do"
 
 IUSE="test"
-RDEPEND="dev-lang/perl
-	virtual/perl-Scalar-List-Utils
+RDEPEND="virtual/perl-Scalar-List-Utils
 	virtual/perl-version"
 DEPEND="${RDEPEND}
 	test? ( virtual/perl-Test-Simple )"

diff --git a/dev-perl/Class-Std/metadata.xml b/dev-perl/Class-Std/metadata.xml
new file mode 100644
index 0000000..743b271
--- /dev/null
+++ b/dev-perl/Class-Std/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <herd>perl</herd>
+    <maintainer>
+        <email>dwc@pobox.com</email>
+        <name>Daniel Westermann-Clark</name>
+    </maintainer>
+</pkgmetadata>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Class-Std/
@ 2011-03-18  0:43 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-03-18  0:43 UTC (permalink / raw
  To: gentoo-commits

commit:     749c94e54f65f78435f0f9bf71e18949979919b3
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Mar 18 00:13:23 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Mar 18 00:13:23 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=749c94e5

[qa/fix/check] Class-Std

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

---
 dev-perl/Class-Std/ChangeLog              |    5 ++++-
 dev-perl/Class-Std/Class-Std-0.0.9.ebuild |    5 +++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Class-Std/ChangeLog b/dev-perl/Class-Std/ChangeLog
index 6878b7a..64f551c 100644
--- a/dev-perl/Class-Std/ChangeLog
+++ b/dev-perl/Class-Std/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-perl/Class-Std
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  18 Mar 2011; Kent Fredric <kentfredric@gmail.com> Class-Std-0.0.9.ebuild:
+  Check/EAPI3/QA Deps
+
   08 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
   Class-Std-0.0.9.ebuild, +metadata.xml:
   Convert to EAPI=2 and add metadata.xml

diff --git a/dev-perl/Class-Std/Class-Std-0.0.9.ebuild b/dev-perl/Class-Std/Class-Std-0.0.9.ebuild
index a5ffedf..f599711 100644
--- a/dev-perl/Class-Std/Class-Std-0.0.9.ebuild
+++ b/dev-perl/Class-Std/Class-Std-0.0.9.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=3
 
 MODULE_AUTHOR=DMUEY
 inherit perl-module
@@ -18,4 +18,5 @@ IUSE="test"
 RDEPEND="virtual/perl-Scalar-List-Utils
 	virtual/perl-version"
 DEPEND="${RDEPEND}
+	virtual/perl-Module-Build
 	test? ( virtual/perl-Test-Simple )"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Class-Std/
@ 2011-03-18  0:43 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-03-18  0:43 UTC (permalink / raw
  To: gentoo-commits

commit:     e031ecd052643eaa323dcff8f7081176a0198101
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Mar 18 00:17:35 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Mar 18 00:17:35 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e031ecd0

[newversion] Class-Std-0.11.0

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

---
 dev-perl/Class-Std/ChangeLog               |    5 +++++
 dev-perl/Class-Std/Class-Std-0.11.0.ebuild |   22 ++++++++++++++++++++++
 2 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Class-Std/ChangeLog b/dev-perl/Class-Std/ChangeLog
index 64f551c..318d0cf 100644
--- a/dev-perl/Class-Std/ChangeLog
+++ b/dev-perl/Class-Std/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Class-Std-0.11.0 (18 Mar 2011)
+
+  18 Mar 2011; Kent Fredric <kentfredric@gmail.com> +Class-Std-0.11.0.ebuild:
+  Bump
+
   18 Mar 2011; Kent Fredric <kentfredric@gmail.com> Class-Std-0.0.9.ebuild:
   Check/EAPI3/QA Deps
 

diff --git a/dev-perl/Class-Std/Class-Std-0.11.0.ebuild b/dev-perl/Class-Std/Class-Std-0.11.0.ebuild
new file mode 100644
index 0000000..36b84cd
--- /dev/null
+++ b/dev-perl/Class-Std/Class-Std-0.11.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+MODULE_AUTHOR=DCONWAY
+MODULE_VERSION=0.011
+inherit perl-module
+
+DESCRIPTION="Support for creating standard inside-out classes"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+SRC_TEST="do"
+
+IUSE="test"
+RDEPEND="virtual/perl-Scalar-List-Utils"
+DEPEND="${RDEPEND}
+	virtual/perl-Module-Build
+	test? ( virtual/perl-Test-Simple )"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Class-Std/
@ 2012-04-22 20:12 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-04-22 20:12 UTC (permalink / raw
  To: gentoo-commits

commit:     9176fa6e7ab903008142762a71a6ae36d45e5284
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 22 19:23:14 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 22 19:23:14 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9176fa6e

Supercede Class-Std by Class-Std::gentoo

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

---
 dev-perl/Class-Std/ChangeLog               |    5 ++++-
 dev-perl/Class-Std/Class-Std-0.11.0.ebuild |   22 ----------------------
 2 files changed, 4 insertions(+), 23 deletions(-)

diff --git a/dev-perl/Class-Std/ChangeLog b/dev-perl/Class-Std/ChangeLog
index 318d0cf..c0d48c5 100644
--- a/dev-perl/Class-Std/ChangeLog
+++ b/dev-perl/Class-Std/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-perl/Class-Std
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  22 Apr 2012; Kent Fredric <kentfredric@gmail.com> -Class-Std-0.11.0.ebuild:
+  Superceded by ::gentoo
+
 *Class-Std-0.11.0 (18 Mar 2011)
 
   18 Mar 2011; Kent Fredric <kentfredric@gmail.com> +Class-Std-0.11.0.ebuild:

diff --git a/dev-perl/Class-Std/Class-Std-0.11.0.ebuild b/dev-perl/Class-Std/Class-Std-0.11.0.ebuild
deleted file mode 100644
index 36b84cd..0000000
--- a/dev-perl/Class-Std/Class-Std-0.11.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=DCONWAY
-MODULE_VERSION=0.011
-inherit perl-module
-
-DESCRIPTION="Support for creating standard inside-out classes"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-SRC_TEST="do"
-
-IUSE="test"
-RDEPEND="virtual/perl-Scalar-List-Utils"
-DEPEND="${RDEPEND}
-	virtual/perl-Module-Build
-	test? ( virtual/perl-Test-Simple )"



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

end of thread, other threads:[~2012-04-22 20:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-22 20:12 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Class-Std/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2011-03-18  0:43 Kent Fredric
2011-03-18  0:43 Kent Fredric
2011-03-18  0:43 Kent Fredric
2011-03-18  0:43 Kent Fredric

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