diff options
author | Bart Lauwers <blauwers@gentoo.org> | 2002-12-10 01:12:25 +0000 |
---|---|---|
committer | Bart Lauwers <blauwers@gentoo.org> | 2002-12-10 01:12:25 +0000 |
commit | 84be49726eae2a900a9bf01b8fed78453da3b8ef (patch) | |
tree | eeaae945219039043c0c37ab13cda9afa774212d /dev-java | |
parent | Updated ebuild, removed skeleton leftover comments (diff) | |
download | gentoo-2-84be49726eae2a900a9bf01b8fed78453da3b8ef.tar.gz gentoo-2-84be49726eae2a900a9bf01b8fed78453da3b8ef.tar.bz2 gentoo-2-84be49726eae2a900a9bf01b8fed78453da3b8ef.zip |
Removed some cruft from sparc64 removal
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/blackdown-jre/blackdown-jre-1.3.1-r7.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/dev-java/blackdown-jre/blackdown-jre-1.3.1-r7.ebuild b/dev-java/blackdown-jre/blackdown-jre-1.3.1-r7.ebuild index 0bc95ab0bcf2..9a5b756b5b61 100644 --- a/dev-java/blackdown-jre/blackdown-jre-1.3.1-r7.ebuild +++ b/dev-java/blackdown-jre/blackdown-jre-1.3.1-r7.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/blackdown-jre/blackdown-jre-1.3.1-r7.ebuild,v 1.17 2002/12/09 04:20:57 manson Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/dev-java/blackdown-jre/blackdown-jre-1.3.1-r7.ebuild,v 1.18 2002/12/10 01:12:25 blauwers Exp $ . /usr/portage/eclass/inherit.eclass inherit java @@ -21,15 +19,15 @@ PROVIDE="virtual/jre-1.3.1 virtual/java-scheme-2" SLOT="0" LICENSE="sun-bcla" -KEYWORDS="x86 ppc sparc " +KEYWORDS="x86 ppc sparc" src_unpack () { - if (use ppc) || (use sparc) || (use ) ; then + if (use ppc) || (use sparc) ; then tail +422 ${DISTDIR}/${A} | tar xjf - else unpack ${A} fi - if (use sparc) || (use ) ; then + if (use sparc) ; then # The files are owned by 1000.100, for some reason. chown -R root.root fi @@ -49,7 +47,7 @@ src_install () { PLATFORM="i386" elif [ "${ARCH}" == "ppc" ] ; then PLATFORM="ppc" - elif [ "${ARCH}" == "sparc" ] || [ "${ARCH}" == "" ] ; then + elif [ "${ARCH}" == "sparc" ] ; then PLATFORM="sparc" fi install_mozilla_plugin /opt/${P}/plugin/${PLATFORM}/mozilla/javaplugin_oji.so |