dev-java/forehead: Stable for amd64. Retroactively mark stable for the remaining...
authorPatrice Clement <monsieurp@gentoo.org>
Tue, 5 Apr 2016 07:43:59 +0000 (07:43 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 5 Apr 2016 07:47:51 +0000 (07:47 +0000)
Package-Manager: portage-2.2.26

dev-java/forehead/forehead-1.0_beta5-r2.ebuild

index 432221e3c430c8695d8f59bb0040ad2ae30e1ef6..a029003163f9c89cfd126c80b40441f9fca705e5 100644 (file)
@@ -1,7 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
-
 EAPI=5
 
 JAVA_PKG_IUSE="doc source"
@@ -10,15 +9,20 @@ inherit java-pkg-2 java-pkg-simple
 
 DESCRIPTION="A framework to assist in controlling the run-time ClassLoader"
 HOMEPAGE="http://forehead.werken.com"
-SRC_URI="mirror://gentoo/forehead-${PV}.tbz2"
+SRC_URI="mirror://gentoo/forehead-${PV}.tbz2 -> ${P}.tbz2"
 
 LICENSE="Werken-1.1.1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
-DEPEND=">=virtual/jdk-1.3"
-RDEPEND=">=virtual/jre-1.3"
+RDEPEND="
+       >=virtual/jre-1.6"
+
+DEPEND="
+       >=virtual/jdk-1.6
+       source? ( app-arch/zip )"
 
 S="${WORKDIR}/${PN}"
+
 JAVA_SRC_DIR="src"