diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-20 05:41:24 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-20 05:41:24 +0000 |
commit | 7166235ad85964f97412dc5300654fd778860e04 (patch) | |
tree | a1a31942add8e4c3321a6b6ddf26391e7d6b2218 /dev-java/cryptix-jce-bin/cryptix-jce-bin-20040825.ebuild | |
parent | Removing old versions. (Manifest recommit) (diff) | |
download | gentoo-2-7166235ad85964f97412dc5300654fd778860e04.tar.gz gentoo-2-7166235ad85964f97412dc5300654fd778860e04.tar.bz2 gentoo-2-7166235ad85964f97412dc5300654fd778860e04.zip |
Version bump
Diffstat (limited to 'dev-java/cryptix-jce-bin/cryptix-jce-bin-20040825.ebuild')
-rw-r--r-- | dev-java/cryptix-jce-bin/cryptix-jce-bin-20040825.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-java/cryptix-jce-bin/cryptix-jce-bin-20040825.ebuild b/dev-java/cryptix-jce-bin/cryptix-jce-bin-20040825.ebuild new file mode 100644 index 000000000000..b087c502e5ea --- /dev/null +++ b/dev-java/cryptix-jce-bin/cryptix-jce-bin-20040825.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/cryptix-jce-bin/cryptix-jce-bin-20040825.ebuild,v 1.1 2004/10/20 05:41:24 absinthe Exp $ + +inherit java-pkg + +DESCRIPTION="Cryptix JCE is a complete clean-room implementation of the official JCE 1.2 API as published by Sun." +SRC_URI="http://cryptix.org/dist/${P/-bin}-snap.zip" +HOMEPAGE="http://cryptix.org/" +KEYWORDS="~x86 ~ppc ~sparc ~amd64" +IUSE="" +LICENSE="GPL-2" +SLOT="0" +DEPEND="" +RDEPEND=">=virtual/jdk-1.2" + +S=${WORKDIR} + +src_compile() { :; } + +src_install() { + dodoc README.TXT ChangeLog.txt LICENCE.TXT + java-pkg_dojar bin/*.jar +} |