summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-10 20:06:01 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-10 20:06:01 +0000
commit006d62e584038697c59fb846e6ae7d28992b140d (patch)
tree706a6e6089585196b79ff57db242c9d60e12b8c4 /dev-java/spin
parentQA: Set IUSE only once; Use default src_compile (diff)
downloadgentoo-2-006d62e584038697c59fb846e6ae7d28992b140d.tar.gz
gentoo-2-006d62e584038697c59fb846e6ae7d28992b140d.tar.bz2
gentoo-2-006d62e584038697c59fb846e6ae7d28992b140d.zip
QA: Set IUSE only once.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-java/spin')
-rw-r--r--dev-java/spin/spin-1.3.1.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-java/spin/spin-1.3.1.ebuild b/dev-java/spin/spin-1.3.1.ebuild
index a3a9b2061a17..9a9f2451a15f 100644
--- a/dev-java/spin/spin-1.3.1.ebuild
+++ b/dev-java/spin/spin-1.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/spin/spin-1.3.1.ebuild,v 1.7 2005/05/06 13:37:57 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/spin/spin-1.3.1.ebuild,v 1.8 2005/07/10 20:04:31 swegener Exp $
inherit java-pkg
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="x86 amd64 sparc ppc"
-IUSE=""
+IUSE="doc jikes source"
DEPEND=">=virtual/jdk-1.4
dev-java/ant
@@ -19,8 +19,6 @@ DEPEND=">=virtual/jdk-1.4
RDEPEND=">=virtual/jre-1.4"
S=${WORKDIR}
-IUSE="doc jikes source"
-
src_unpack() {
unpack ${A}
cd ${S}
@@ -40,4 +38,3 @@ src_install() {
use doc && java-pkg_dohtml -r ${S}/docs/api/*
use source && java-pkg_dosrc src/*
}
-