public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Application-Plugin-Stash/
@ 2011-06-28  5:09 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2011-06-28  5:09 UTC (permalink / raw
  To: gentoo-commits

commit:     6bfe25a25f077d60895f2ed86fdc5fbdc19aceb6
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun 27 02:41:47 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun 27 02:41:47 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6bfe25a2

[migrate] CGI-Application-Plugin-Stash

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

---
 ... => CGI-Application-Plugin-Stash-0.10.0.ebuild} |    3 ++-
 dev-perl/CGI-Application-Plugin-Stash/ChangeLog    |   11 +++++++++++
 2 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/dev-perl/CGI-Application-Plugin-Stash/CGI-Application-Plugin-Stash-0.01.ebuild b/dev-perl/CGI-Application-Plugin-Stash/CGI-Application-Plugin-Stash-0.10.0.ebuild
similarity index 82%
rename from dev-perl/CGI-Application-Plugin-Stash/CGI-Application-Plugin-Stash-0.01.ebuild
rename to dev-perl/CGI-Application-Plugin-Stash/CGI-Application-Plugin-Stash-0.10.0.ebuild
index 2571c2f..2b131d6 100644
--- a/dev-perl/CGI-Application-Plugin-Stash/CGI-Application-Plugin-Stash-0.01.ebuild
+++ b/dev-perl/CGI-Application-Plugin-Stash/CGI-Application-Plugin-Stash-0.10.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: $
 
 MODULE_AUTHOR=KAZEBURO
+MODULE_VERSION="0.01"
 inherit perl-module
 
 DESCRIPTION="Add stash to CGI::Application"

diff --git a/dev-perl/CGI-Application-Plugin-Stash/ChangeLog b/dev-perl/CGI-Application-Plugin-Stash/ChangeLog
new file mode 100644
index 0000000..0122201
--- /dev/null
+++ b/dev-perl/CGI-Application-Plugin-Stash/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-perl/CGI-Application-Plugin-Stash
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*CGI-Application-Plugin-Stash-0.10.0 (27 Jun 2011)
+
+  27 Jun 2011; Kent Fredric <kentfredric@gmail.com>
+  -CGI-Application-Plugin-Stash-0.01.ebuild,
+  +CGI-Application-Plugin-Stash-0.10.0.ebuild:
+  Migrate to new version scheme
+



^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Application-Plugin-Stash/
@ 2011-06-28  5:09 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2011-06-28  5:09 UTC (permalink / raw
  To: gentoo-commits

commit:     e48d468a7fdbe443d51aa66085db0a8381b42cfc
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun 27 02:43:01 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun 27 02:44:57 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e48d468a

[fixdep/QA] CGI-Application-Plugin-Stash-> CGI-Application

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

---
 .../CGI-Application-Plugin-Stash-0.10.0.ebuild     |    8 ++++++--
 dev-perl/CGI-Application-Plugin-Stash/ChangeLog    |    4 ++++
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/dev-perl/CGI-Application-Plugin-Stash/CGI-Application-Plugin-Stash-0.10.0.ebuild b/dev-perl/CGI-Application-Plugin-Stash/CGI-Application-Plugin-Stash-0.10.0.ebuild
index 2b131d6..1117e01 100644
--- a/dev-perl/CGI-Application-Plugin-Stash/CGI-Application-Plugin-Stash-0.10.0.ebuild
+++ b/dev-perl/CGI-Application-Plugin-Stash/CGI-Application-Plugin-Stash-0.10.0.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-
+EAPI=4
 MODULE_AUTHOR=KAZEBURO
 MODULE_VERSION="0.01"
 inherit perl-module
@@ -13,6 +13,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 IUSE=""
+RDEPEND="
+	>=dev-perl/CGI-Application-3.310.0
+"
 DEPEND="
-	>=dev-perl/CGI-Application-3.31
+	${RDEPEND}
 "
+SRC_TEST=do

diff --git a/dev-perl/CGI-Application-Plugin-Stash/ChangeLog b/dev-perl/CGI-Application-Plugin-Stash/ChangeLog
index 0122201..f4e6138 100644
--- a/dev-perl/CGI-Application-Plugin-Stash/ChangeLog
+++ b/dev-perl/CGI-Application-Plugin-Stash/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  27 Jun 2011; Kent Fredric <kentfredric@gmail.com>
+  CGI-Application-Plugin-Stash-0.10.0.ebuild:
+  Fixdep CGI-Application, EAPI=4,QA,SRC_TEST
+
 *CGI-Application-Plugin-Stash-0.10.0 (27 Jun 2011)
 
   27 Jun 2011; Kent Fredric <kentfredric@gmail.com>



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

end of thread, other threads:[~2011-06-28  5:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-28  5:09 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Application-Plugin-Stash/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2011-06-28  5:09 Kent Fredric

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