summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hartmann <ian@gentoo.org>2006-05-21 17:39:59 +0000
committerChristian Hartmann <ian@gentoo.org>2006-05-21 17:39:59 +0000
commit0c585b2a34f1b1b97cba6565c7b9a6dc51c52633 (patch)
tree3d4528c19cef7f6c7d4fadb4d2ced8620d2b585c /perl-core/digest-base/digest-base-1.15.ebuild
parentStable on ppc64 (diff)
downloadgentoo-2-0c585b2a34f1b1b97cba6565c7b9a6dc51c52633.tar.gz
gentoo-2-0c585b2a34f1b1b97cba6565c7b9a6dc51c52633.tar.bz2
gentoo-2-0c585b2a34f1b1b97cba6565c7b9a6dc51c52633.zip
Version bump
(Portage version: 2.1_rc1-r3)
Diffstat (limited to 'perl-core/digest-base/digest-base-1.15.ebuild')
-rw-r--r--perl-core/digest-base/digest-base-1.15.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/perl-core/digest-base/digest-base-1.15.ebuild b/perl-core/digest-base/digest-base-1.15.ebuild
new file mode 100644
index 000000000000..82d86f4a2262
--- /dev/null
+++ b/perl-core/digest-base/digest-base-1.15.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/digest-base-1.15.ebuild,v 1.1 2006/05/21 17:39:59 ian Exp $
+
+inherit perl-module
+
+MY_P=Digest-${PV}
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="Modules that calculate message digests"
+HOMEPAGE="http://search.cpan.org/~gaas/${MY_P}/"
+SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${MY_P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+DEPEND="virtual/perl-MIME-Base64"
+
+SRC_TEST="do"
+mydoc="rfc*.txt"