diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-09-05 07:31:40 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-09-05 07:32:32 +1200 |
commit | 858dc343eca9dabbd73e61689367bd3a01ef2e34 (patch) | |
tree | 6004c7f14b448cec2fdf91185bedcb4c5edea50f /dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0.ebuild | |
parent | media-video/syncplay: new ebuild (diff) | |
download | gentoo-858dc343eca9dabbd73e61689367bd3a01ef2e34.tar.gz gentoo-858dc343eca9dabbd73e61689367bd3a01ef2e34.tar.bz2 gentoo-858dc343eca9dabbd73e61689367bd3a01ef2e34.zip |
dev-perl/Crypt-RIPEMD160: Bump to 0.60.0
- EAPI6
- Fix Description
Upstream:
- Fix headers
- Fix percent escaping
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0.ebuild')
-rw-r--r-- | dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0.ebuild b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0.ebuild new file mode 100644 index 000000000000..86980371b60b --- /dev/null +++ b/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.60.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=TODDR +DIST_VERSION=0.06 +inherit perl-module + +DESCRIPTION="Perl extension for the RIPEMD-160 Hash function" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="test" + +export OPTIMIZE="$CFLAGS" + +RDEPEND="" +DEPEND="virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test-Simple )" |