public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-UploadProgress/
@ 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:     434d270683ab35c79576aa0bb8fae39ecdfe2bcf
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Nov 11 13:53:31 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Nov 11 13:53:31 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=434d2706

[fixdep] Catalyst-Plugin-UploadProgress -> Catalyst-Runtime

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

---
 .../Catalyst-Plugin-UploadProgress-0.05.ebuild     |    4 ++--
 dev-perl/Catalyst-Plugin-UploadProgress/ChangeLog  |    6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-UploadProgress/Catalyst-Plugin-UploadProgress-0.05.ebuild b/dev-perl/Catalyst-Plugin-UploadProgress/Catalyst-Plugin-UploadProgress-0.05.ebuild
index bf458d6..ee93a1b 100644
--- a/dev-perl/Catalyst-Plugin-UploadProgress/Catalyst-Plugin-UploadProgress-0.05.ebuild
+++ b/dev-perl/Catalyst-Plugin-UploadProgress/Catalyst-Plugin-UploadProgress-0.05.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -14,7 +14,7 @@ LICENSE="|| ( Artistic GPL-2 )"
 KEYWORDS="~amd64 ~x86"
 
 DEPEND="
-	>=dev-perl/Catalyst-Runtime-5.800.040
+	>=dev-perl/Catalyst-Runtime-5.800.40
 	dev-perl/Moose
 	dev-perl/namespace-autoclean
 "

diff --git a/dev-perl/Catalyst-Plugin-UploadProgress/ChangeLog b/dev-perl/Catalyst-Plugin-UploadProgress/ChangeLog
index f28265c..d89e4bc 100644
--- a/dev-perl/Catalyst-Plugin-UploadProgress/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-UploadProgress/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/Catalyst-Plugin-UploadProgress
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
+  Catalyst-Plugin-UploadProgress-0.05.ebuild:
+  Fixdep Catalyst-Runtime
+
 *Catalyst-Plugin-UploadProgress-0.05 (31 Jan 2010)
 
   31 Jan 2010; Michele Beltrame <m@cattlegrid.info>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-UploadProgress/
@ 2012-10-27  8:36 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-10-27  8:36 UTC (permalink / raw
  To: gentoo-commits

commit:     7cfb84140ea4d6889dec858881635e75fc9cf0fc
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Oct 25 12:42:19 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Oct 25 12:42:19 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7cfb8414

[newversion] Catalyst-Plugin-UploadProgress-0.60.0

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

---
 .../Catalyst-Plugin-UploadProgress-0.60.0.ebuild   |   40 ++++++++++++++++++++
 dev-perl/Catalyst-Plugin-UploadProgress/ChangeLog  |    6 +++
 2 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-UploadProgress/Catalyst-Plugin-UploadProgress-0.60.0.ebuild b/dev-perl/Catalyst-Plugin-UploadProgress/Catalyst-Plugin-UploadProgress-0.60.0.ebuild
new file mode 100644
index 0000000..db2c4b9
--- /dev/null
+++ b/dev-perl/Catalyst-Plugin-UploadProgress/Catalyst-Plugin-UploadProgress-0.60.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=BOBTFISH
+MODULE_VERSION=0.06
+inherit perl-module
+
+DESCRIPTION='Realtime file upload information'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+}
+perl_meta_runtime() {
+	# Catalyst::Runtime 5.90017 ( 5.900.170 )
+	echo \>=dev-perl/Catalyst-Runtime-5.900.170
+	# Moose
+	echo dev-perl/Moose
+	# MooseX::RelatedClassRoles
+	echo dev-perl/MooseX-RelatedClassRoles
+	# namespace::autoclean
+	echo dev-perl/namespace-autoclean
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Plugin-UploadProgress/ChangeLog b/dev-perl/Catalyst-Plugin-UploadProgress/ChangeLog
index 55a8587..9937dd7 100644
--- a/dev-perl/Catalyst-Plugin-UploadProgress/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-UploadProgress/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Plugin-UploadProgress-0.60.0 (25 Oct 2012)
+
+  25 Oct 2012; Kent Fredric <kentfredric@gmail.com>
+  +Catalyst-Plugin-UploadProgress-0.60.0.ebuild:
+  Version Bump
+
 *Catalyst-Plugin-UploadProgress-0.50.0 (25 Oct 2012)
 *Catalyst-Plugin-UploadProgress-0.40.0 (25 Oct 2012)
 


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-UploadProgress/
@ 2012-11-04 15:17 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-11-04 15:17 UTC (permalink / raw
  To: gentoo-commits

commit:     feb0d88527be0ce14269741beee775a7eba78285
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Nov  4 15:14:38 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Nov  4 15:14:38 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=feb0d885

[metadata-update]  dev-perl/Catalyst-Plugin-UploadProgress/

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

---
 dev-perl/Catalyst-Plugin-UploadProgress/ChangeLog  |    3 +++
 .../Catalyst-Plugin-UploadProgress/metadata.xml    |    3 +--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-UploadProgress/ChangeLog b/dev-perl/Catalyst-Plugin-UploadProgress/ChangeLog
index 9937dd7..abc7ca4 100644
--- a/dev-perl/Catalyst-Plugin-UploadProgress/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-UploadProgress/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  04 Nov 2012; Kent Fredric <kentfredric@gmail.com> metadata.xml:
+  Update metadata.xml remotes
+
 *Catalyst-Plugin-UploadProgress-0.60.0 (25 Oct 2012)
 
   25 Oct 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Catalyst-Plugin-UploadProgress/metadata.xml b/dev-perl/Catalyst-Plugin-UploadProgress/metadata.xml
index 0cbb4fc..45538ce 100644
--- a/dev-perl/Catalyst-Plugin-UploadProgress/metadata.xml
+++ b/dev-perl/Catalyst-Plugin-UploadProgress/metadata.xml
@@ -8,7 +8,6 @@
     </maintainer>
     <upstream>
         <remote-id type="cpan">Catalyst-Plugin-UploadProgress</remote-id>
-        <remote-id type="cpan-module">Catalyst::Plugin::UploadProgress</remote-id>
-        <remote-id type="cpan-module">Catalyst::Plugin::UploadProgress::Static</remote-id>
+        <remote-id type="cpan-module">Catalyst::Plugin::UploadProgress::Role::Request</remote-id>
     </upstream>
 </pkgmetadata>


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-UploadProgress/
@ 2014-08-27 13:21 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2014-08-27 13:21 UTC (permalink / raw
  To: gentoo-commits

commit:     fc531ae11bc3f469f07be1dc8f969cf6bd04eee3
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug 27 13:09:36 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug 27 13:09:36 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=fc531ae1

[cleanup] dev-perl/Catalyst-Plugin-UploadProgress Remove old EAPIS

Package-Manager: portage-2.2.10

---
 .../Catalyst-Plugin-UploadProgress-0.40.0.ebuild    | 19 -------------------
 .../Catalyst-Plugin-UploadProgress-0.50.0.ebuild    | 21 ---------------------
 dev-perl/Catalyst-Plugin-UploadProgress/ChangeLog   |  7 ++++++-
 3 files changed, 6 insertions(+), 41 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-UploadProgress/Catalyst-Plugin-UploadProgress-0.40.0.ebuild b/dev-perl/Catalyst-Plugin-UploadProgress/Catalyst-Plugin-UploadProgress-0.40.0.ebuild
deleted file mode 100644
index b3a594d..0000000
--- a/dev-perl/Catalyst-Plugin-UploadProgress/Catalyst-Plugin-UploadProgress-0.40.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=AGRUNDMA
-MODULE_VERSION="0.04"
-inherit perl-module
-
-DESCRIPTION="Realtime file upload information"
-
-IUSE=""
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-	dev-perl/Catalyst-Runtime
-"

diff --git a/dev-perl/Catalyst-Plugin-UploadProgress/Catalyst-Plugin-UploadProgress-0.50.0.ebuild b/dev-perl/Catalyst-Plugin-UploadProgress/Catalyst-Plugin-UploadProgress-0.50.0.ebuild
deleted file mode 100644
index f8479dc..0000000
--- a/dev-perl/Catalyst-Plugin-UploadProgress/Catalyst-Plugin-UploadProgress-0.50.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=MRAMBERG
-MODULE_VERSION="0.05"
-inherit perl-module
-
-DESCRIPTION="Realtime file upload information"
-
-IUSE=""
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-	>=dev-perl/Catalyst-Runtime-5.800.40
-	dev-perl/Moose
-	dev-perl/namespace-autoclean
-"

diff --git a/dev-perl/Catalyst-Plugin-UploadProgress/ChangeLog b/dev-perl/Catalyst-Plugin-UploadProgress/ChangeLog
index abc7ca4..c21685c 100644
--- a/dev-perl/Catalyst-Plugin-UploadProgress/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-UploadProgress/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-perl/Catalyst-Plugin-UploadProgress
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  27 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+  -Catalyst-Plugin-UploadProgress-0.40.0.ebuild,
+  -Catalyst-Plugin-UploadProgress-0.50.0.ebuild:
+  Remove old EAPIS
+
   04 Nov 2012; Kent Fredric <kentfredric@gmail.com> metadata.xml:
   Update metadata.xml remotes
 


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

end of thread, other threads:[~2014-08-27 13:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-27 13:21 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-UploadProgress/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-11-04 15:17 Kent Fredric
2012-10-27  8:36 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