* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Apache-Htpasswd/
@ 2013-07-31 6:54 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2013-07-31 6:54 UTC (permalink / raw
To: gentoo-commits
commit: e23a27eaf1e8869a2463c196203495299fcc8d9f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jul 31 04:07:04 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jul 31 05:42:09 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e23a27ea
[trim] dev-perl/Apache-Htpasswd : old versions with old EAPIs
Package-Manager: portage-2.2.0_alpha186
Manifest-Sign-Key: E854324B1366A820
---
.../Apache-Htpasswd/Apache-Htpasswd-1.800.0.ebuild | 28 ----------------------
dev-perl/Apache-Htpasswd/ChangeLog | 4 ++++
2 files changed, 4 insertions(+), 28 deletions(-)
diff --git a/dev-perl/Apache-Htpasswd/Apache-Htpasswd-1.800.0.ebuild b/dev-perl/Apache-Htpasswd/Apache-Htpasswd-1.800.0.ebuild
deleted file mode 100644
index 4d1e931..0000000
--- a/dev-perl/Apache-Htpasswd/Apache-Htpasswd-1.800.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_VERSION=1.8
-MODULE_AUTHOR=KMELTZ
-inherit perl-module
-
-DESCRIPTION="Manage Unix crypt-style password file"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
- >=dev-perl/Digest-SHA1-2.0.0
- virtual/perl-MIME-Base64
- dev-perl/Crypt-PasswdMD5
-"
-DEPEND="
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Apache-Htpasswd/ChangeLog b/dev-perl/Apache-Htpasswd/ChangeLog
index 99f613a..d8c0110 100644
--- a/dev-perl/Apache-Htpasswd/ChangeLog
+++ b/dev-perl/Apache-Htpasswd/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 31 Jul 2013; Kent Fredric <kentfredric@gmail.com>
+ -Apache-Htpasswd-1.800.0.ebuild:
+ Clean old version with old EAPI
+
28 Apr 2013; Kent Fredric <kentfredric@gmail.com>
Apache-Htpasswd-1.800.0.ebuild:
Fix dependency on Digest-SHA1 ( normalize )
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Apache-Htpasswd/
@ 2012-11-22 2:19 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-11-22 2:19 UTC (permalink / raw
To: gentoo-commits
commit: 47cf63f1a6b4ff319900778e594e942cea8adebb
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Nov 21 00:15:11 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Nov 21 00:15:11 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=47cf63f1
[newversion] Apache-Htpasswd-1.900.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
.../Apache-Htpasswd/Apache-Htpasswd-1.900.0.ebuild | 37 ++++++++++++++++++++
dev-perl/Apache-Htpasswd/ChangeLog | 8 ++++-
2 files changed, 44 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Apache-Htpasswd/Apache-Htpasswd-1.900.0.ebuild b/dev-perl/Apache-Htpasswd/Apache-Htpasswd-1.900.0.ebuild
new file mode 100644
index 0000000..4366403
--- /dev/null
+++ b/dev-perl/Apache-Htpasswd/Apache-Htpasswd-1.900.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=KMELTZ
+MODULE_VERSION=1.9
+inherit perl-module
+
+DESCRIPTION='Manage Unix crypt-style password file.'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+ # Crypt::PasswdMD5
+ echo dev-perl/Crypt-PasswdMD5
+ # Digest::SHA 2 ( 2.0.0 )
+ echo \>=virtual/perl-Digest-SHA-2.00
+ # MIME::Base64
+ echo virtual/perl-MIME-Base64
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/Apache-Htpasswd/ChangeLog b/dev-perl/Apache-Htpasswd/ChangeLog
index face02f..7e4da9a 100644
--- a/dev-perl/Apache-Htpasswd/ChangeLog
+++ b/dev-perl/Apache-Htpasswd/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Apache-Htpasswd
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Apache-Htpasswd-1.900.0 (20 Nov 2012)
+
+ 20 Nov 2012; Kent Fredric <kentfredric@gmail.com>
+ +Apache-Htpasswd-1.900.0.ebuild:
+ Version Bump
+
*Apache-Htpasswd-1.800.0 (12 Apr 2011)
12 Apr 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/Apache-Htpasswd/
@ 2011-04-12 0:30 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-04-12 0:30 UTC (permalink / raw
To: gentoo-commits
commit: faf6f0af2843e2e5895b2d955752997d331fdf36
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 12 00:26:31 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr 12 00:26:31 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=faf6f0af
[addzero] Apache-Htpasswd
(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
...1.800.ebuild => Apache-Htpasswd-1.800.0.ebuild} | 0
dev-perl/Apache-Htpasswd/ChangeLog | 6 ++++++
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Apache-Htpasswd/Apache-Htpasswd-1.800.ebuild b/dev-perl/Apache-Htpasswd/Apache-Htpasswd-1.800.0.ebuild
similarity index 100%
rename from dev-perl/Apache-Htpasswd/Apache-Htpasswd-1.800.ebuild
rename to dev-perl/Apache-Htpasswd/Apache-Htpasswd-1.800.0.ebuild
diff --git a/dev-perl/Apache-Htpasswd/ChangeLog b/dev-perl/Apache-Htpasswd/ChangeLog
index 8a67956..face02f 100644
--- a/dev-perl/Apache-Htpasswd/ChangeLog
+++ b/dev-perl/Apache-Htpasswd/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Apache-Htpasswd-1.800.0 (12 Apr 2011)
+
+ 12 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+ -Apache-Htpasswd-1.800.ebuild, +Apache-Htpasswd-1.800.0.ebuild:
+ addzero
+
*Apache-Htpasswd-1.800 (12 Feb 2011)
12 Feb 2011; Torsten Veller <tove@gentoo.org> -Apache-Htpasswd-1.8.ebuild,
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Apache-Htpasswd/
@ 2011-02-12 9:50 Torsten Veller
0 siblings, 0 replies; 4+ messages in thread
From: Torsten Veller @ 2011-02-12 9:50 UTC (permalink / raw
To: gentoo-commits
commit: ab142712a5f99d8ab8fcaa4d27b13f418c28d476
Author: Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 12 09:39:54 2011 +0000
Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sat Feb 12 09:39:54 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ab142712
[migrate] dev-perl/Apache-Htpasswd
(Portage version: 2.2.0_alpha23/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
---
...swd-1.8.ebuild => Apache-Htpasswd-1.800.ebuild} | 10 +++++++---
dev-perl/Apache-Htpasswd/ChangeLog | 8 +++++++-
2 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Apache-Htpasswd/Apache-Htpasswd-1.8.ebuild b/dev-perl/Apache-Htpasswd/Apache-Htpasswd-1.800.ebuild
similarity index 82%
rename from dev-perl/Apache-Htpasswd/Apache-Htpasswd-1.8.ebuild
rename to dev-perl/Apache-Htpasswd/Apache-Htpasswd-1.800.ebuild
index f9ac525..a0d0d36 100644
--- a/dev-perl/Apache-Htpasswd/Apache-Htpasswd-1.8.ebuild
+++ b/dev-perl/Apache-Htpasswd/Apache-Htpasswd-1.800.ebuild
@@ -1,15 +1,19 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
+
+EAPI=3
+
+MODULE_VERSION=1.8
MODULE_AUTHOR=KMELTZ
inherit perl-module
DESCRIPTION="Manage Unix crypt-style password file"
-LICENSE="|| ( Artistic GPL-2 )"
+
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+
COMMON_DEPEND="
>=dev-perl/Digest-SHA1-2.0
virtual/perl-MIME-Base64
diff --git a/dev-perl/Apache-Htpasswd/ChangeLog b/dev-perl/Apache-Htpasswd/ChangeLog
index 7e38299..8a67956 100644
--- a/dev-perl/Apache-Htpasswd/ChangeLog
+++ b/dev-perl/Apache-Htpasswd/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Apache-Htpasswd
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Apache-Htpasswd-1.800 (12 Feb 2011)
+
+ 12 Feb 2011; Torsten Veller <tove@gentoo.org> -Apache-Htpasswd-1.8.ebuild,
+ +Apache-Htpasswd-1.800.ebuild:
+ Change version scheme
+
*Apache-Htpasswd-1.8 (22 Jan 2010)
22 Jan 2010; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-07-31 6:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-31 6:54 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Apache-Htpasswd/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2012-11-22 2:19 Kent Fredric
2011-04-12 0:30 Kent Fredric
2011-02-12 9:50 Torsten Veller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox