commit: 5c13336c0c23554f49c5b38d4fd305c0722508a7
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 30 20:17:18 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Apr 30 20:17:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c13336c
dev-java/commons-daemon: Stable for amd64. Retroactively mark stable for the
remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.26
dev-java/commons-daemon/commons-daemon-1.0.15.ebuild | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/dev-java/commons-daemon/commons-daemon-1.0.15.ebuild
b/dev-java/commons-daemon/commons-daemon-1.0.15.ebuild
index 235c8f0..21a6c2c 100644
--- a/dev-java/commons-daemon/commons-daemon-1.0.15.ebuild
+++ b/dev-java/commons-daemon/commons-daemon-1.0.15.ebuild
@@ -2,12 +2,13 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
+EAPI=5
WANT_AUTOCONF=2.5
+
JAVA_PKG_IUSE="doc examples source"
-inherit eutils autotools java-pkg-2 java-ant-2
+inherit autotools java-pkg-2 java-ant-2
DESCRIPTION="Tools to allow Java programs to run as UNIX daemons"
SRC_URI="mirror://apache/commons/daemon/source/${P}-src.tar.gz"
@@ -15,16 +16,19 @@ HOMEPAGE="http://commons.apache.org/daemon/"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux
~x86-solaris"
+KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux
~x86-solaris"
IUSE="kernel_linux"
-COMMON_DEP="kernel_linux? ( sys-libs/libcap )"
+CDEPEND="kernel_linux? ( sys-libs/libcap )"
-DEPEND="${COMMON_DEP}
- >=virtual/jdk-1.4"
+DEPEND="
+ ${CDEPEND}
+ >=virtual/jdk-1.6
+ source? ( app-arch/zip )"
-RDEPEND="${COMMON_DEP}
- >=virtual/jre-1.4"
+RDEPEND="
+ ${CDEPEND}
+ >=virtual/jre-1.6"
S="${WORKDIR}/${P}-src"