diff options
author | 2010-01-23 10:32:53 +0000 | |
---|---|---|
committer | 2010-01-23 10:32:53 +0000 | |
commit | 780da583f9244930bdc117e5f7775640ee8971cc (patch) | |
tree | 2308c200d0ab0d51ad742473e58d4ece22dc8a1e /dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.09.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-780da583f9244930bdc117e5f7775640ee8971cc.tar.gz gentoo-2-780da583f9244930bdc117e5f7775640ee8971cc.tar.bz2 gentoo-2-780da583f9244930bdc117e5f7775640ee8971cc.zip |
Version bump. No code changes. Cleanup
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.09.ebuild')
-rw-r--r-- | dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.09.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.09.ebuild b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.09.ebuild new file mode 100644 index 000000000000..19e6df4df365 --- /dev/null +++ b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.09.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.09.ebuild,v 1.1 2010/01/23 10:32:53 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=BDFOY +inherit perl-module + +DESCRIPTION="Crypt::CBC compliant Rijndael encryption module" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="test" + +RDEPEND="" +DEPEND="test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST="do" |