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-LogDispatch/
@ 2014-08-28  5:50 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2014-08-28  5:50 UTC (permalink / raw
  To: gentoo-commits

commit:     a383e1305df85a265b8341cd93843ee13018626d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Aug 28 05:09:04 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Aug 28 05:09:04 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a383e130

[fixup] dev-perl/CGI-Application-Plugin-LogDispatch EAPI5, Normalise, fix tests and deps

Package-Manager: portage-2.2.10

---
 ...> CGI-Application-Plugin-LogDispatch-1.20.0.ebuild} | 18 ++++++++++++++----
 dev-perl/CGI-Application-Plugin-LogDispatch/ChangeLog  | 11 +++++++++++
 2 files changed, 25 insertions(+), 4 deletions(-)

diff --git a/dev-perl/CGI-Application-Plugin-LogDispatch/CGI-Application-Plugin-LogDispatch-1.02.ebuild b/dev-perl/CGI-Application-Plugin-LogDispatch/CGI-Application-Plugin-LogDispatch-1.20.0.ebuild
similarity index 56%
rename from dev-perl/CGI-Application-Plugin-LogDispatch/CGI-Application-Plugin-LogDispatch-1.02.ebuild
rename to dev-perl/CGI-Application-Plugin-LogDispatch/CGI-Application-Plugin-LogDispatch-1.20.0.ebuild
index a083c50..fb6352e 100644
--- a/dev-perl/CGI-Application-Plugin-LogDispatch/CGI-Application-Plugin-LogDispatch-1.02.ebuild
+++ b/dev-perl/CGI-Application-Plugin-LogDispatch/CGI-Application-Plugin-LogDispatch-1.20.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-
+EAPI=5
 MODULE_AUTHOR=CEESHEK
+MODULE_VERSION=1.02
 inherit perl-module
 
 DESCRIPTION="Add Log::Dispatch support to CGI::Application"
@@ -12,8 +13,17 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 IUSE=""
-DEPEND="
+RDEPEND="
 	dev-perl/CGI-Application
-	>=dev-perl/log-dispatch-0.21
+	>=dev-perl/log-dispatch-0.210.0
 	dev-perl/UNIVERSAL-require
+	virtual/perl-Scalar-List-Utils
 "
+DEPEND="$RDEPEND
+	virtual/perl-Module-Build"
+
+PERL_RM_FILES=(
+	t/pod.t
+	t/pod_coverage.t
+)
+SRC_TEST=do

diff --git a/dev-perl/CGI-Application-Plugin-LogDispatch/ChangeLog b/dev-perl/CGI-Application-Plugin-LogDispatch/ChangeLog
new file mode 100644
index 0000000..0550fbb
--- /dev/null
+++ b/dev-perl/CGI-Application-Plugin-LogDispatch/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-perl/CGI-Application-Plugin-LogDispatch
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*CGI-Application-Plugin-LogDispatch-1.20.0 (28 Aug 2014)
+
+  28 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+  -CGI-Application-Plugin-LogDispatch-1.02.ebuild,
+  +CGI-Application-Plugin-LogDispatch-1.20.0.ebuild:
+  EAPI5, Normalise, fix tests and deps
+


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Application-Plugin-LogDispatch/
@ 2015-04-07  0:31 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2015-04-07  0:31 UTC (permalink / raw
  To: gentoo-commits

commit:     e1fc49b5ab3cdcd7af4ee827e6b804a0e643e6a4
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Apr  6 23:42:05 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Apr  6 23:42:05 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e1fc49b5

[fixup] CGI-Application-Plugin-LogDispatch: Fix dep on Log-Dispatch

Package-Manager: portage-2.2.17

 ...0.ebuild => CGI-Application-Plugin-LogDispatch-1.20.0-r1.ebuild} | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-perl/CGI-Application-Plugin-LogDispatch/CGI-Application-Plugin-LogDispatch-1.20.0.ebuild b/dev-perl/CGI-Application-Plugin-LogDispatch/CGI-Application-Plugin-LogDispatch-1.20.0-r1.ebuild
similarity index 79%
rename from dev-perl/CGI-Application-Plugin-LogDispatch/CGI-Application-Plugin-LogDispatch-1.20.0.ebuild
rename to dev-perl/CGI-Application-Plugin-LogDispatch/CGI-Application-Plugin-LogDispatch-1.20.0-r1.ebuild
index fb6352e..ba00ecc 100644
--- a/dev-perl/CGI-Application-Plugin-LogDispatch/CGI-Application-Plugin-LogDispatch-1.20.0.ebuild
+++ b/dev-perl/CGI-Application-Plugin-LogDispatch/CGI-Application-Plugin-LogDispatch-1.20.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=5
@@ -7,7 +7,6 @@ MODULE_VERSION=1.02
 inherit perl-module
 
 DESCRIPTION="Add Log::Dispatch support to CGI::Application"
-LICENSE="|| ( Artistic GPL-2 )"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
@@ -15,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 RDEPEND="
 	dev-perl/CGI-Application
-	>=dev-perl/log-dispatch-0.210.0
+	>=dev-perl/Log-Dispatch-0.210.0
 	dev-perl/UNIVERSAL-require
 	virtual/perl-Scalar-List-Utils
 "
@@ -26,4 +25,3 @@ PERL_RM_FILES=(
 	t/pod.t
 	t/pod_coverage.t
 )
-SRC_TEST=do


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

end of thread, other threads:[~2015-04-07  0:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-28  5:50 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Application-Plugin-LogDispatch/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-04-07  0:31 Kent Fredric

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