public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-View-Download/
@ 2015-06-05  1:42 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2015-06-05  1:42 UTC (permalink / raw
  To: gentoo-commits

commit:     1931aeb201114be7e2163e891c3731591ccdf4fd
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun  5 00:17:27 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jun  5 00:17:27 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1931aeb2

[cleanup] Catalyst-View-Download: Remove old version

Package-Manager: portage-2.2.17

 .../Catalyst-View-Download-0.70.0.ebuild           | 45 ----------------------
 1 file changed, 45 deletions(-)

diff --git a/dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.70.0.ebuild b/dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.70.0.ebuild
deleted file mode 100644
index 27543f9..0000000
--- a/dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.70.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=GAUDEON
-MODULE_VERSION=0.07
-inherit perl-module
-
-DESCRIPTION='Catalyst-View-Download'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.42 ( 6.420.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
-}
-perl_meta_build() {
-	# Catalyst::Runtime
-	echo dev-perl/Catalyst-Runtime
-	# Catalyst::View
-	echo dev-perl/Catalyst-Runtime
-	# ExtUtils::MakeMaker 6.42 ( 6.420.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
-	# FindBin
-	echo dev-lang/perl
-	# Test::More
-	echo virtual/perl-Test-Simple
-	# Test::WWW::Mechanize::Catalyst
-	echo dev-perl/Test-WWW-Mechanize-Catalyst
-	# Text::CSV
-	echo dev-perl/Text-CSV
-	# XML::Simple
-	echo dev-perl/XML-Simple
-	# ok
-	echo dev-perl/Test-use-ok
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-"
-RDEPEND="
-
-"
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-View-Download/
@ 2015-06-05  1:42 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2015-06-05  1:42 UTC (permalink / raw
  To: gentoo-commits

commit:     058d40048826e482e4dc43eba28bbec99e0945a1
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun  5 00:43:33 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jun  5 00:43:33 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=058d4004

[fixup] Catalyst-View-Download: EAPI5, fixup deps, esp Test::use::ok

Package-Manager: portage-2.2.17

 .../Catalyst-View-Download-0.90.0-r1.ebuild        | 25 ++++++++++++
 .../Catalyst-View-Download-0.90.0.ebuild           | 45 ----------------------
 2 files changed, 25 insertions(+), 45 deletions(-)

diff --git a/dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.90.0-r1.ebuild b/dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.90.0-r1.ebuild
new file mode 100644
index 0000000..63af08c
--- /dev/null
+++ b/dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.90.0-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=GAUDEON
+MODULE_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION="Helper for Download Views"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+# Catalyst::View -> Catalyst-Runtime
+RDEPEND=""
+DEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.420.0
+	test? (
+		dev-perl/Catalyst-Runtime
+		virtual/perl-Test-Simple
+		dev-perl/Test-WWW-Mechanize-Catalyst
+		dev-perl/Text-CSV
+		dev-perl/XML-Simple
+		|| ( >=virtual/perl-Test-Simple-1.1.10 dev-perl/Test-use-ok )
+	)
+"

diff --git a/dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.90.0.ebuild b/dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.90.0.ebuild
deleted file mode 100644
index a86b5ac..0000000
--- a/dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.90.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=GAUDEON
-MODULE_VERSION=0.09
-inherit perl-module
-
-DESCRIPTION='Helper for Download Views'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.42 ( 6.420.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
-}
-perl_meta_build() {
-	# Catalyst::Runtime
-	echo dev-perl/Catalyst-Runtime
-	# Catalyst::View
-	echo dev-perl/Catalyst-Runtime
-	# ExtUtils::MakeMaker 6.42 ( 6.420.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
-	# FindBin
-	# echo dev-lang/perl
-	# Test::More
-	echo virtual/perl-Test-Simple
-	# Test::WWW::Mechanize::Catalyst
-	echo dev-perl/Test-WWW-Mechanize-Catalyst
-	# Text::CSV
-	echo dev-perl/Text-CSV
-	# XML::Simple
-	echo dev-perl/XML-Simple
-	# ok
-	echo dev-perl/Test-use-ok
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-"
-RDEPEND="
-
-"
-SRC_TEST="do parallel"


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-View-Download/
@ 2011-11-11 14:38 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-11-11 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     c2723faf643da3b8eda63a5b1a849c1d48469b6e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Nov 11 11:17:47 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Nov 11 11:17:47 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c2723faf

[newversion] Catalyst-View-Download

(Portage version: 2.2.0_alpha72/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 .../Catalyst-View-Download-0.70.0.ebuild           |   45 ++++++++++++++++++++
 dev-perl/Catalyst-View-Download/ChangeLog          |    6 +++
 2 files changed, 51 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.70.0.ebuild b/dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.70.0.ebuild
new file mode 100644
index 0000000..27543f9
--- /dev/null
+++ b/dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.70.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=GAUDEON
+MODULE_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION='Catalyst-View-Download'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.42 ( 6.420.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+}
+perl_meta_build() {
+	# Catalyst::Runtime
+	echo dev-perl/Catalyst-Runtime
+	# Catalyst::View
+	echo dev-perl/Catalyst-Runtime
+	# ExtUtils::MakeMaker 6.42 ( 6.420.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+	# FindBin
+	echo dev-lang/perl
+	# Test::More
+	echo virtual/perl-Test-Simple
+	# Test::WWW::Mechanize::Catalyst
+	echo dev-perl/Test-WWW-Mechanize-Catalyst
+	# Text::CSV
+	echo dev-perl/Text-CSV
+	# XML::Simple
+	echo dev-perl/XML-Simple
+	# ok
+	echo dev-perl/Test-use-ok
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+"
+RDEPEND="
+
+"
+SRC_TEST="do"

diff --git a/dev-perl/Catalyst-View-Download/ChangeLog b/dev-perl/Catalyst-View-Download/ChangeLog
index c7cd4a9..b02adbb 100644
--- a/dev-perl/Catalyst-View-Download/ChangeLog
+++ b/dev-perl/Catalyst-View-Download/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-View-Download-0.70.0 (11 Nov 2011)
+
+  11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
+  +Catalyst-View-Download-0.70.0.ebuild:
+  Version Bump
+
 *Catalyst-View-Download-0.60.0 (11 Nov 2011)
 
   11 Nov 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/Catalyst-View-Download/
@ 2011-11-11 14:38 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-11-11 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     191cad0c6a2fb2e618b83a3d40d80a12191bef84
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Nov 11 11:11:57 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Nov 11 11:11:57 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=191cad0c

[migrate] Catalyst-View-Download

(Portage version: 2.2.0_alpha72/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 ...ebuild => Catalyst-View-Download-0.60.0.ebuild} |    3 ++-
 dev-perl/Catalyst-View-Download/ChangeLog          |    8 +++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.06.ebuild b/dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.60.0.ebuild
similarity index 88%
rename from dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.06.ebuild
rename to dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.60.0.ebuild
index c3da9a0..b279805 100644
--- a/dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.06.ebuild
+++ b/dev-perl/Catalyst-View-Download/Catalyst-View-Download-0.60.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=GAUDEON
+MODULE_VERSION="0.06"
 inherit perl-module
 
 DESCRIPTION="Takes a nested array and outputs CSV formatted content."

diff --git a/dev-perl/Catalyst-View-Download/ChangeLog b/dev-perl/Catalyst-View-Download/ChangeLog
index a430938..c7cd4a9 100644
--- a/dev-perl/Catalyst-View-Download/ChangeLog
+++ b/dev-perl/Catalyst-View-Download/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Catalyst-View-Download
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-View-Download-0.60.0 (11 Nov 2011)
+
+  11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
+  -Catalyst-View-Download-0.06.ebuild, +Catalyst-View-Download-0.60.0.ebuild:
+  Migrate to X.y.z
+
   10 Dec 2009; Kent Fredric <kentfredric@gmail.com>
   -Catalyst-View-Download-0.04.ebuild:
   Clean gone on CPAN



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

end of thread, other threads:[~2015-06-05  1:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-05  1:42 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-View-Download/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-06-05  1:42 Kent Fredric
2011-11-11 14:38 Kent Fredric
2011-11-11 14:38 Kent Fredric

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