diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-31 11:10:50 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-31 11:10:50 +0000 |
commit | ed444bb570ea71470df4d79644c55a8539524555 (patch) | |
tree | 6bc05e42262091f0869b3b33dcbda794119ed011 /dev-perl/Digest-SHA1/Digest-SHA1-2.130.0.ebuild | |
parent | Change version scheme (diff) | |
download | gentoo-2-ed444bb570ea71470df4d79644c55a8539524555.tar.gz gentoo-2-ed444bb570ea71470df4d79644c55a8539524555.tar.bz2 gentoo-2-ed444bb570ea71470df4d79644c55a8539524555.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Digest-SHA1/Digest-SHA1-2.130.0.ebuild')
-rw-r--r-- | dev-perl/Digest-SHA1/Digest-SHA1-2.130.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Digest-SHA1/Digest-SHA1-2.130.0.ebuild b/dev-perl/Digest-SHA1/Digest-SHA1-2.130.0.ebuild new file mode 100644 index 000000000000..358f2d7c99b6 --- /dev/null +++ b/dev-perl/Digest-SHA1/Digest-SHA1-2.130.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/Digest-SHA1-2.130.0.ebuild,v 1.1 2011/08/31 11:10:50 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=GAAS +MODULE_VERSION=2.13 +inherit perl-module + +DESCRIPTION="NIST SHA message digest algorithm" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND="virtual/perl-digest-base" +RDEPEND="${DEPEND}" + +SRC_TEST="do" |