* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Crypt-UnixCrypt_XS/
@ 2012-02-11 13:45 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-02-11 13:45 UTC (permalink / raw
To: gentoo-commits
commit: b14ed6f51b6ee3ae4c13685aef65ecdf6462ae9a
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 11 12:26:09 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb 11 12:26:09 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b14ed6f5
[migrate] Crypt-UnixCrypt_XS to x.y.z
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Crypt-UnixCrypt_XS/ChangeLog | 8 +++++++-
....09.ebuild => Crypt-UnixCrypt_XS-0.90.0.ebuild} | 3 ++-
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Crypt-UnixCrypt_XS/ChangeLog b/dev-perl/Crypt-UnixCrypt_XS/ChangeLog
index fcf8459..1464272 100644
--- a/dev-perl/Crypt-UnixCrypt_XS/ChangeLog
+++ b/dev-perl/Crypt-UnixCrypt_XS/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Crypt-UnixCrypt_XS
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Crypt-UnixCrypt_XS-0.90.0 (11 Feb 2012)
+
+ 11 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+ -Crypt-UnixCrypt_XS-0.09.ebuild, +Crypt-UnixCrypt_XS-0.90.0.ebuild:
+ [migrate] Crypt-UnixCrypt_XS to x.y.z
+
*Crypt-UnixCrypt_XS-0.09 (14 Aug 2009)
14 Aug 2009; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.09.ebuild b/dev-perl/Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.90.0.ebuild
similarity index 85%
rename from dev-perl/Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.09.ebuild
rename to dev-perl/Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.90.0.ebuild
index 3de00ef..2bf6adf 100644
--- a/dev-perl/Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.09.ebuild
+++ b/dev-perl/Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.90.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
MODULE_AUTHOR=BORISZ
+MODULE_VERSION="0.09"
inherit perl-module
DESCRIPTION="perl xs interface for a portable traditional crypt function"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Crypt-UnixCrypt_XS/
@ 2015-06-09 16:58 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2015-06-09 16:58 UTC (permalink / raw
To: gentoo-commits
commit: 2ae3198e49ce066a1260c84b22df35982a87c5e8
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 16:47:28 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 16:47:28 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=2ae3198e
[bump] Crypt-UnixCrypt_XS-0.100.0, remove old version
Package-Manager: portage-2.2.17
...S-0.90.0.ebuild => Crypt-UnixCrypt_XS-0.100.0.ebuild} | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/dev-perl/Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.90.0.ebuild b/dev-perl/Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.100.0.ebuild
similarity index 57%
rename from dev-perl/Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.90.0.ebuild
rename to dev-perl/Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.100.0.ebuild
index 2bf6adf..20cd223 100644
--- a/dev-perl/Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.90.0.ebuild
+++ b/dev-perl/Crypt-UnixCrypt_XS/Crypt-UnixCrypt_XS-0.100.0.ebuild
@@ -1,21 +1,17 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
+EAPI=5
MODULE_AUTHOR=BORISZ
-MODULE_VERSION="0.09"
+MODULE_VERSION=0.10
inherit perl-module
DESCRIPTION="perl xs interface for a portable traditional crypt function"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-COMMON_DEPEND=""
+RDEPEND=""
DEPEND="
- ${COMMON_DEPEND}
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-09 16:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-11 13:45 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Crypt-UnixCrypt_XS/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2015-06-09 16:58 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox