commit: 18993212d196a4be713553395d1d53ddd05f6bb9 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Thu Aug 28 07:20:44 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Thu Aug 28 07:20:44 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=18993212
[cleanup] dev-perl/Crypt-Util Remove old EAPIs Package-Manager: portage-2.2.10 --- dev-perl/Crypt-Util/ChangeLog | 6 ++++- dev-perl/Crypt-Util/Crypt-Util-0.09.ebuild | 28 ----------------------- dev-perl/Crypt-Util/Crypt-Util-0.10.ebuild | 36 ------------------------------ 3 files changed, 5 insertions(+), 65 deletions(-) diff --git a/dev-perl/Crypt-Util/ChangeLog b/dev-perl/Crypt-Util/ChangeLog index 5f27894..cd1e890 100644 --- a/dev-perl/Crypt-Util/ChangeLog +++ b/dev-perl/Crypt-Util/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-perl/Crypt-Util -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 28 Aug 2014; Kent Fredric <[email protected]> -Crypt-Util-0.09.ebuild, + -Crypt-Util-0.10.ebuild: + Cleanup old eapis + 07 Feb 2013; Kent Fredric <[email protected]> Crypt-Util-0.10.ebuild, Crypt-Util-0.11.ebuild: Fix dependency on Moose ( normalize ) diff --git a/dev-perl/Crypt-Util/Crypt-Util-0.09.ebuild b/dev-perl/Crypt-Util/Crypt-Util-0.09.ebuild deleted file mode 100644 index c3db7f3..0000000 --- a/dev-perl/Crypt-Util/Crypt-Util-0.09.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -MODULE_AUTHOR=NUFFIN -inherit perl-module - -DESCRIPTION="A lightweight Crypt/Digest convenience API" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -DEPEND=" - >=dev-perl/Mouse-0.40.0 - dev-perl/Sub-Exporter - dev-perl/Data-GUID - dev-perl/namespace-clean - dev-perl/crypt-cbc - dev-perl/Crypt-Rijndael - virtual/perl-Digest-SHA -" - -pkg_setup() { - ewarn "This ebuild installs by default CBC, Rijndael and SHA." - ewarn "If you need other crypt libs, install them!" -} diff --git a/dev-perl/Crypt-Util/Crypt-Util-0.10.ebuild b/dev-perl/Crypt-Util/Crypt-Util-0.10.ebuild deleted file mode 100644 index 5bcdcfc..0000000 --- a/dev-perl/Crypt-Util/Crypt-Util-0.10.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -MODULE_AUTHOR=NUFFIN -inherit perl-module - -DESCRIPTION="A lightweight Crypt/Digest convenience API" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - >=dev-perl/Moose-0.920.0 - dev-perl/Sub-Exporter - dev-perl/Data-GUID - >=dev-perl/namespace-clean-0.80.0 - dev-perl/crypt-cbc - dev-perl/Crypt-Rijndael - virtual/perl-Digest-SHA -" -DEPEND="${RDEPEND} - test? ( - dev-perl/Test-use-ok - )" - -SRC_TEST=do - -pkg_setup() { - ewarn "This ebuild installs by default CBC, Rijndael and SHA." - ewarn "If you need other crypt libs, install them!" -}
