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-Authentication-Credential-CHAP/
@ 2014-08-26 19:06 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2014-08-26 19:06 UTC (permalink / raw
  To: gentoo-commits

commit:     5724f3b4a57addade65500789ad6df6b5937a836
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Aug 26 18:55:51 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Aug 26 18:55:51 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5724f3b4

[fixup] dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP EAPI5, Normalise, fixup misc

Package-Manager: portage-2.2.10

---
 ...gin-Authentication-Credential-CHAP-0.30.0.ebuild} | 20 +++++++++++++++-----
 .../ChangeLog                                        |  7 +++++++
 2 files changed, 22 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/Catalyst-Plugin-Authentication-Credential-CHAP-0.03.ebuild b/dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/Catalyst-Plugin-Authentication-Credential-CHAP-0.30.0.ebuild
similarity index 56%
rename from dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/Catalyst-Plugin-Authentication-Credential-CHAP-0.03.ebuild
rename to dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/Catalyst-Plugin-Authentication-Credential-CHAP-0.30.0.ebuild
index 2b7362a..268a585 100644
--- a/dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/Catalyst-Plugin-Authentication-Credential-CHAP-0.03.ebuild
+++ b/dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/Catalyst-Plugin-Authentication-Credential-CHAP-0.30.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=RDROUSIES
+MODULE_VERSION=0.03
 inherit perl-module
 
 DESCRIPTION="Authenticate a user using a CHAP login system."
@@ -13,9 +14,18 @@ SLOT="0"
 LICENSE="|| ( Artistic GPL-2 )"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="
-	virtual/perl-Module-Build
-	dev-perl/Catalyst-Runtime
+RDEPEND="
+	>=dev-perl/Catalyst-Runtime-5.650.0
 	dev-perl/Catalyst-Plugin-Session
 	dev-perl/Catalyst-Plugin-Authentication
+	virtual/perl-Digest
+	virtual/perl-Test-Simple
 "
+DEPEND="$RDEPEND
+	virtual/perl-Module-Build"
+
+PERL_RM_FILES=(
+	t/pod-coverage.t
+	t/pod.t
+)
+SRC_TEST=do

diff --git a/dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/ChangeLog b/dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/ChangeLog
index 606f6fd..63319b2 100644
--- a/dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Plugin-Authentication-Credential-CHAP-0.30.0 (26 Aug 2014)
+
+  26 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+  -Catalyst-Plugin-Authentication-Credential-CHAP-0.03.ebuild,
+  +Catalyst-Plugin-Authentication-Credential-CHAP-0.30.0.ebuild:
+  EAPI5, Normalise, fixup misc
+
   26 Aug 2014; Kent Fredric <kentfredric@gmail.com>
   -Catalyst-Plugin-Authentication-Credential-CHAP-0.02.ebuild:
   Remove old versions


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/
@ 2014-08-26 19:06 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2014-08-26 19:06 UTC (permalink / raw
  To: gentoo-commits

commit:     c969801d05630c61085c0961674928c1d011f939
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Aug 26 18:23:44 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Aug 26 18:23:44 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c969801d

[clean] dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP remove old versions

Package-Manager: portage-2.2.10

---
 ...lugin-Authentication-Credential-CHAP-0.02.ebuild | 21 ---------------------
 .../ChangeLog                                       |  8 ++++++++
 2 files changed, 8 insertions(+), 21 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/Catalyst-Plugin-Authentication-Credential-CHAP-0.02.ebuild b/dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/Catalyst-Plugin-Authentication-Credential-CHAP-0.02.ebuild
deleted file mode 100644
index 2b7362a..0000000
--- a/dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/Catalyst-Plugin-Authentication-Credential-CHAP-0.02.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=RDROUSIES
-inherit perl-module
-
-DESCRIPTION="Authenticate a user using a CHAP login system."
-
-IUSE=""
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-	virtual/perl-Module-Build
-	dev-perl/Catalyst-Runtime
-	dev-perl/Catalyst-Plugin-Session
-	dev-perl/Catalyst-Plugin-Authentication
-"

diff --git a/dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/ChangeLog b/dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/ChangeLog
new file mode 100644
index 0000000..606f6fd
--- /dev/null
+++ b/dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  26 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+  -Catalyst-Plugin-Authentication-Credential-CHAP-0.02.ebuild:
+  Remove old versions
+


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

end of thread, other threads:[~2014-08-26 19:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-26 19:06 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Authentication-Credential-CHAP/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2014-08-26 19:06 Kent Fredric

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