public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/namespace-autoclean/
@ 2011-02-09  9:39 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-02-09  9:39 UTC (permalink / raw
  To: gentoo-commits

commit:     fb03b64d1e7245886cda60da31406cc049e5ef0b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb  7 21:54:23 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb  9 09:30:09 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=fb03b64d

[bump] Add moose 1.9900 dependency-friendly namespace-autoclean 1.120

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

---
 dev-perl/namespace-autoclean/ChangeLog             |    6 ++++
 .../namespace-autoclean-0.120.ebuild               |   27 ++++++++++++++++++++
 2 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/dev-perl/namespace-autoclean/ChangeLog b/dev-perl/namespace-autoclean/ChangeLog
index 8f916ba..d1fceae 100644
--- a/dev-perl/namespace-autoclean/ChangeLog
+++ b/dev-perl/namespace-autoclean/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-autoclean/ChangeLog,v 1.4 2010/06/11 05:09:44 tove Exp $
 
+*namespace-autoclean-0.120 (07 Feb 2011)
+
+  07 Feb 2011; Kent Fredric <kentfredric@gmail.com>
+  +namespace-autoclean-0.120.ebuild:
+  Copy bump from ::gentoo w/ Moose 1.9900 fix
+
   22 Jan 2011; Kent Fredric <kentfredric@gmail.com>
   +namespace-autoclean-0.11.ebuild, +metadata.xml:
   Import from Gentoo and fix Moose/CMOP dep' 

diff --git a/dev-perl/namespace-autoclean/namespace-autoclean-0.120.ebuild b/dev-perl/namespace-autoclean/namespace-autoclean-0.120.ebuild
new file mode 100644
index 0000000..f3abdd4
--- /dev/null
+++ b/dev-perl/namespace-autoclean/namespace-autoclean-0.120.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-autoclean/namespace-autoclean-0.120.ebuild,v 1.1 2011/02/05 16:21:45 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION=0.12
+inherit perl-module
+
+DESCRIPTION="Keep imports out of your namespace"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-perl/namespace-clean-0.200
+	|| ( >=dev-perl/Moose-1.990 >=dev-perl/Class-MOP-0.80 )
+	>=dev-perl/B-Hooks-EndOfScope-0.07"
+DEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.31
+	test? (
+		>=dev-perl/Moose-0.56
+		dev-perl/Sub-Name
+	)"
+
+SRC_TEST=do



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/namespace-autoclean/
@ 2011-04-13 10:52 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-04-13 10:52 UTC (permalink / raw
  To: gentoo-commits

commit:     11151d2f04074dd28f74c3052c6c914483b50a13
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 12 13:47:30 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr 12 13:47:30 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=11151d2f

[tweak] namespace-autoclean : override gentoo for Moose 2 hackery

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

---
 dev-perl/namespace-autoclean/ChangeLog             |    6 ++++++
 ....ebuild => namespace-autoclean-0.120-r1.ebuild} |    0
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/dev-perl/namespace-autoclean/ChangeLog b/dev-perl/namespace-autoclean/ChangeLog
index d1fceae..060a127 100644
--- a/dev-perl/namespace-autoclean/ChangeLog
+++ b/dev-perl/namespace-autoclean/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-autoclean/ChangeLog,v 1.4 2010/06/11 05:09:44 tove Exp $
 
+*namespace-autoclean-0.120-r1 (12 Apr 2011)
+
+  12 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  -namespace-autoclean-0.120.ebuild, +namespace-autoclean-0.120-r1.ebuild:
+  Add -r1 to take precedence over ::gentoo, which is still broken 
+
 *namespace-autoclean-0.120 (07 Feb 2011)
 
   07 Feb 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/namespace-autoclean/namespace-autoclean-0.120.ebuild b/dev-perl/namespace-autoclean/namespace-autoclean-0.120-r1.ebuild
similarity index 100%
rename from dev-perl/namespace-autoclean/namespace-autoclean-0.120.ebuild
rename to dev-perl/namespace-autoclean/namespace-autoclean-0.120-r1.ebuild



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/namespace-autoclean/
@ 2011-04-15  5:52 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-04-15  5:52 UTC (permalink / raw
  To: gentoo-commits

commit:     96418b0cb37e494a98111e770a75d47d7fcacfe0
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 15 05:49:56 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr 15 05:49:56 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=96418b0c

[deleted] namespace-autoclean : Moose 2.0 Changes now on ::gentoo

---
 dev-perl/namespace-autoclean/ChangeLog             |   46 --------------------
 dev-perl/namespace-autoclean/metadata.xml          |    8 ---
 .../namespace-autoclean-0.11.ebuild                |   23 ----------
 .../namespace-autoclean-0.120-r1.ebuild            |   27 -----------
 4 files changed, 0 insertions(+), 104 deletions(-)

diff --git a/dev-perl/namespace-autoclean/ChangeLog b/dev-perl/namespace-autoclean/ChangeLog
deleted file mode 100644
index 060a127..0000000
--- a/dev-perl/namespace-autoclean/ChangeLog
+++ /dev/null
@@ -1,46 +0,0 @@
-# ChangeLog for dev-perl/namespace-autoclean
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-autoclean/ChangeLog,v 1.4 2010/06/11 05:09:44 tove Exp $
-
-*namespace-autoclean-0.120-r1 (12 Apr 2011)
-
-  12 Apr 2011; Kent Fredric <kentfredric@gmail.com>
-  -namespace-autoclean-0.120.ebuild, +namespace-autoclean-0.120-r1.ebuild:
-  Add -r1 to take precedence over ::gentoo, which is still broken 
-
-*namespace-autoclean-0.120 (07 Feb 2011)
-
-  07 Feb 2011; Kent Fredric <kentfredric@gmail.com>
-  +namespace-autoclean-0.120.ebuild:
-  Copy bump from ::gentoo w/ Moose 1.9900 fix
-
-  22 Jan 2011; Kent Fredric <kentfredric@gmail.com>
-  +namespace-autoclean-0.11.ebuild, +metadata.xml:
-  Import from Gentoo and fix Moose/CMOP dep' 
-
-
-  11 Jun 2010; Torsten Veller <tove@gentoo.org>
-  -namespace-autoclean-0.09.ebuild, -namespace-autoclean-0.10.ebuild:
-  Cleanup
-
-*namespace-autoclean-0.11 (08 May 2010)
-
-  08 May 2010; Torsten Veller <tove@gentoo.org>
-  +namespace-autoclean-0.11.ebuild:
-  Version bump
-
-*namespace-autoclean-0.10 (02 May 2010)
-
-  02 May 2010; Torsten Veller <tove@gentoo.org>
-  +namespace-autoclean-0.10.ebuild:
-  Version bump
-
-  10 Oct 2009; Torsten Veller <tove@gentoo.org>
-  +namespace-autoclean-0.09.ebuild, +metadata.xml:
-  Import from perl-experimental for Net::Twitter (#288326)
-
-*namespace-autoclean-0.09 (15 Sep 2009)
-
-  15 Sep 2009; Michele Beltrame <m@cattlegrid.info>
-  +namespace-autoclean-0.09.ebuild:
-  Bump

diff --git a/dev-perl/namespace-autoclean/metadata.xml b/dev-perl/namespace-autoclean/metadata.xml
deleted file mode 100644
index ce78833..0000000
--- a/dev-perl/namespace-autoclean/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <herd>perl</herd>
-  <upstream>
-    <remote-id type="cpan">namespace-autoclean</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-perl/namespace-autoclean/namespace-autoclean-0.11.ebuild b/dev-perl/namespace-autoclean/namespace-autoclean-0.11.ebuild
deleted file mode 100644
index 2008ffd..0000000
--- a/dev-perl/namespace-autoclean/namespace-autoclean-0.11.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-autoclean/namespace-autoclean-0.11.ebuild,v 1.1 2010/05/08 07:14:38 tove Exp $
-
-EAPI=3
-
-MODULE_AUTHOR=FLORA
-inherit perl-module
-
-DESCRIPTION="Keep imports out of your namespace"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-perl/namespace-clean-0.11
-	|| ( >=dev-perl/Moose-1.990 >=dev-perl/Class-MOP-0.80 )
-	>=dev-perl/B-Hooks-EndOfScope-0.07"
-DEPEND="${RDEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.31
-	test? ( >=dev-perl/Moose-0.56 )"
-
-SRC_TEST=do

diff --git a/dev-perl/namespace-autoclean/namespace-autoclean-0.120-r1.ebuild b/dev-perl/namespace-autoclean/namespace-autoclean-0.120-r1.ebuild
deleted file mode 100644
index f3abdd4..0000000
--- a/dev-perl/namespace-autoclean/namespace-autoclean-0.120-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-autoclean/namespace-autoclean-0.120.ebuild,v 1.1 2011/02/05 16:21:45 tove Exp $
-
-EAPI=3
-
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION=0.12
-inherit perl-module
-
-DESCRIPTION="Keep imports out of your namespace"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-perl/namespace-clean-0.200
-	|| ( >=dev-perl/Moose-1.990 >=dev-perl/Class-MOP-0.80 )
-	>=dev-perl/B-Hooks-EndOfScope-0.07"
-DEPEND="${RDEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.31
-	test? (
-		>=dev-perl/Moose-0.56
-		dev-perl/Sub-Name
-	)"
-
-SRC_TEST=do



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

end of thread, other threads:[~2011-04-15  5:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-09  9:39 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/namespace-autoclean/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2011-04-13 10:52 Kent Fredric
2011-04-15  5:52 Kent Fredric

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