public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Software-License/
@ 2011-04-23 14:47 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-04-23 14:47 UTC (permalink / raw
  To: gentoo-commits

commit:     14046e5e0dbee4fd002d5d6f8132e1dc36720bb6
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 23 14:42:20 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 23 14:42:20 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=14046e5e

[cpanclean] Software-License-0.102.250

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

---
 dev-perl/Software-License/ChangeLog                |    4 +++
 .../Software-License-0.102.250.ebuild              |   24 --------------------
 2 files changed, 4 insertions(+), 24 deletions(-)

diff --git a/dev-perl/Software-License/ChangeLog b/dev-perl/Software-License/ChangeLog
index 6cfba42..51fb85b 100644
--- a/dev-perl/Software-License/ChangeLog
+++ b/dev-perl/Software-License/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  23 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  -Software-License-0.102.250.ebuild:
+  Gone on CPAN
+
 *Software-License-0.103.0 (01 Apr 2011)
 *Software-License-0.102.341 (01 Apr 2011)
 *Software-License-0.102.340 (01 Apr 2011)

diff --git a/dev-perl/Software-License/Software-License-0.102.250.ebuild b/dev-perl/Software-License/Software-License-0.102.250.ebuild
deleted file mode 100644
index 26c1e4e..0000000
--- a/dev-perl/Software-License/Software-License-0.102.250.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=0.102250
-inherit perl-module
-
-DESCRIPTION="Packages that provide templated software licenses"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-perl/Data-Section
-	dev-perl/Sub-Install
-	dev-perl/text-template"
-DEPEND="${RDEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.31
-	test? ( >=virtual/perl-Test-Simple-0.88 )"
-
-SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Software-License/
@ 2011-05-06  7:21 Kent Fredric
  2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
  2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
  0 siblings, 2 replies; 4+ messages in thread
From: Kent Fredric @ 2011-05-06  7:21 UTC (permalink / raw
  To: gentoo-commits

commit:     0442507e5ca7603676913257b6c08b6c963d22d8
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  6 06:24:11 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  6 06:24:11 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0442507e

[newversion] Software-License-0.103.1

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

---
 dev-perl/Software-License/ChangeLog                |    6 ++++
 .../Software-License-0.103.1.ebuild                |   30 ++++++++++++++++++++
 2 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Software-License/ChangeLog b/dev-perl/Software-License/ChangeLog
index 51fb85b..48ba5f8 100644
--- a/dev-perl/Software-License/ChangeLog
+++ b/dev-perl/Software-License/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Software-License-0.103.1 (06 May 2011)
+
+  06 May 2011; Kent Fredric <kentfredric@gmail.com>
+  +Software-License-0.103.1.ebuild:
+  Bump
+
   23 Apr 2011; Kent Fredric <kentfredric@gmail.com>
   -Software-License-0.102.250.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Software-License/Software-License-0.103.1.ebuild b/dev-perl/Software-License/Software-License-0.103.1.ebuild
new file mode 100644
index 0000000..21725cc
--- /dev/null
+++ b/dev-perl/Software-License/Software-License-0.103.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.103001
+inherit perl-module
+
+DESCRIPTION="Packages that provide templated software licenses"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+RDEPEND="
+	$(comment virtual/perl-Carp)
+	dev-perl/Data-Section
+	dev-perl/Sub-Install
+	dev-perl/text-template
+"
+DEPEND="${RDEPEND}
+	$(comment configure)
+	>=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
+	$(comment build)
+	>=virtual/perl-Test-Simple-0.96 $(comment 0.960.0)
+"
+
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Software-License/
  2011-05-06  7:21 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Software-License/ Kent Fredric
@ 2011-05-08 16:10 ` Kent Fredric
  2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
  1 sibling, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-05-08 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     0442507e5ca7603676913257b6c08b6c963d22d8
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  6 06:24:11 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  6 06:24:11 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0442507e

[newversion] Software-License-0.103.1

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

---
 dev-perl/Software-License/ChangeLog                |    6 ++++
 .../Software-License-0.103.1.ebuild                |   30 ++++++++++++++++++++
 2 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Software-License/ChangeLog b/dev-perl/Software-License/ChangeLog
index 51fb85b..48ba5f8 100644
--- a/dev-perl/Software-License/ChangeLog
+++ b/dev-perl/Software-License/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Software-License-0.103.1 (06 May 2011)
+
+  06 May 2011; Kent Fredric <kentfredric@gmail.com>
+  +Software-License-0.103.1.ebuild:
+  Bump
+
   23 Apr 2011; Kent Fredric <kentfredric@gmail.com>
   -Software-License-0.102.250.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Software-License/Software-License-0.103.1.ebuild b/dev-perl/Software-License/Software-License-0.103.1.ebuild
new file mode 100644
index 0000000..21725cc
--- /dev/null
+++ b/dev-perl/Software-License/Software-License-0.103.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.103001
+inherit perl-module
+
+DESCRIPTION="Packages that provide templated software licenses"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+RDEPEND="
+	$(comment virtual/perl-Carp)
+	dev-perl/Data-Section
+	dev-perl/Sub-Install
+	dev-perl/text-template
+"
+DEPEND="${RDEPEND}
+	$(comment configure)
+	>=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
+	$(comment build)
+	>=virtual/perl-Test-Simple-0.96 $(comment 0.960.0)
+"
+
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/Software-License/
  2011-05-06  7:21 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Software-License/ Kent Fredric
  2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
@ 2011-05-08 16:10 ` Kent Fredric
  1 sibling, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-05-08 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     0442507e5ca7603676913257b6c08b6c963d22d8
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  6 06:24:11 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  6 06:24:11 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0442507e

[newversion] Software-License-0.103.1

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

---
 dev-perl/Software-License/ChangeLog                |    6 ++++
 .../Software-License-0.103.1.ebuild                |   30 ++++++++++++++++++++
 2 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Software-License/ChangeLog b/dev-perl/Software-License/ChangeLog
index 51fb85b..48ba5f8 100644
--- a/dev-perl/Software-License/ChangeLog
+++ b/dev-perl/Software-License/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Software-License-0.103.1 (06 May 2011)
+
+  06 May 2011; Kent Fredric <kentfredric@gmail.com>
+  +Software-License-0.103.1.ebuild:
+  Bump
+
   23 Apr 2011; Kent Fredric <kentfredric@gmail.com>
   -Software-License-0.102.250.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Software-License/Software-License-0.103.1.ebuild b/dev-perl/Software-License/Software-License-0.103.1.ebuild
new file mode 100644
index 0000000..21725cc
--- /dev/null
+++ b/dev-perl/Software-License/Software-License-0.103.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.103001
+inherit perl-module
+
+DESCRIPTION="Packages that provide templated software licenses"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+RDEPEND="
+	$(comment virtual/perl-Carp)
+	dev-perl/Data-Section
+	dev-perl/Sub-Install
+	dev-perl/text-template
+"
+DEPEND="${RDEPEND}
+	$(comment configure)
+	>=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
+	$(comment build)
+	>=virtual/perl-Test-Simple-0.96 $(comment 0.960.0)
+"
+
+SRC_TEST="do"



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

end of thread, other threads:[~2011-05-08 16:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-06  7:21 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Software-License/ Kent Fredric
2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2011-04-23 14:47 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric

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