diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-10-18 16:48:28 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-10-18 16:48:28 +0000 |
commit | e046d02aa0f98ee5704cc4c5abc18a7eabce00f9 (patch) | |
tree | adb9b228826147f9a2b28bb51b6dd5c3a3696a85 /dev-perl/Bit-Vector/Bit-Vector-6.4.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-e046d02aa0f98ee5704cc4c5abc18a7eabce00f9.tar.gz gentoo-2-e046d02aa0f98ee5704cc4c5abc18a7eabce00f9.tar.bz2 gentoo-2-e046d02aa0f98ee5704cc4c5abc18a7eabce00f9.zip |
new version; new deps
Diffstat (limited to 'dev-perl/Bit-Vector/Bit-Vector-6.4.ebuild')
-rw-r--r-- | dev-perl/Bit-Vector/Bit-Vector-6.4.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Bit-Vector/Bit-Vector-6.4.ebuild b/dev-perl/Bit-Vector/Bit-Vector-6.4.ebuild new file mode 100644 index 000000000000..4bd57264b772 --- /dev/null +++ b/dev-perl/Bit-Vector/Bit-Vector-6.4.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bit-Vector/Bit-Vector-6.4.ebuild,v 1.1 2004/10/18 16:48:28 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Efficient bit vector, set of integers and big int math library" +SRC_URI="mirror://cpan//authors/id/S/ST/STBEY/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~stbey/${P}/" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~x86 ~sparc" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-perl/Carp-Clan" |