diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2007-06-14 13:47:04 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2007-06-14 13:47:04 +0000 |
commit | 301f5325f06ad36f8cfd695a8ad0841fa1f762b4 (patch) | |
tree | 4bb0b5108b03bd0608ced3db6b5b8c7144bea20b /dev-java/sun-jce-bin/sun-jce-bin-1.5.0.ebuild | |
parent | removing slarti from metadata (diff) | |
download | gentoo-2-301f5325f06ad36f8cfd695a8ad0841fa1f762b4.tar.gz gentoo-2-301f5325f06ad36f8cfd695a8ad0841fa1f762b4.tar.bz2 gentoo-2-301f5325f06ad36f8cfd695a8ad0841fa1f762b4.zip |
Don't inherit java-pkg-2 or eutils because neither is used. Remove app-arch/unzip from RDEPEND.
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-java/sun-jce-bin/sun-jce-bin-1.5.0.ebuild')
-rw-r--r-- | dev-java/sun-jce-bin/sun-jce-bin-1.5.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-java/sun-jce-bin/sun-jce-bin-1.5.0.ebuild b/dev-java/sun-jce-bin/sun-jce-bin-1.5.0.ebuild index 41b5963aba31..6c8e331af886 100644 --- a/dev-java/sun-jce-bin/sun-jce-bin-1.5.0.ebuild +++ b/dev-java/sun-jce-bin/sun-jce-bin-1.5.0.ebuild @@ -1,8 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jce-bin/sun-jce-bin-1.5.0.ebuild,v 1.4 2006/10/14 15:52:42 nichoj Exp $ - -inherit java-pkg-2 eutils +# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jce-bin/sun-jce-bin-1.5.0.ebuild,v 1.5 2007/06/14 13:47:04 betelgeuse Exp $ jcefile="jce_policy-1_5_0.zip" @@ -17,6 +15,7 @@ RESTRICT="fetch" IUSE="" DEPEND="app-arch/unzip" +RDEPEND="" FETCH_JCE="http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=jce_policy-1.5.0-oth-JPR&SiteId=JSC&TransactionId=noreg" |