commit: d847b06e5cc0535a0034eae503c64ad21edc8e0b Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sat Apr 30 20:18:04 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Apr 30 20:18:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d847b06e
dev-java/commons-daemon: Clean up old. Package-Manager: portage-2.2.26 dev-java/commons-daemon/Manifest | 2 - .../commons-daemon/commons-daemon-1.0.7.ebuild | 55 --------------------- .../commons-daemon/commons-daemon-1.0.9.ebuild | 56 ---------------------- 3 files changed, 113 deletions(-) diff --git a/dev-java/commons-daemon/Manifest b/dev-java/commons-daemon/Manifest index bf43975..6345573 100644 --- a/dev-java/commons-daemon/Manifest +++ b/dev-java/commons-daemon/Manifest @@ -1,3 +1 @@ DIST commons-daemon-1.0.15-src.tar.gz 291128 SHA256 11ee57d2c6b281589c1497b2f88180553f06d5ac1560ce1841e05f89f0342432 SHA512 f20cc8796978fb09b6ecc8d99bb3c8b271b097d74c1f99b286cde213631e7f50a4104f5db2c354f9624ba8b037502d81e327c581b38253b9b216aa2172016e40 WHIRLPOOL 6b3b5f5d12fc9fd15345e71a7bf41f88605b00f9bc0ab5ab5fca3752f4bae1adf6ae6b2c3781a68b00d0609c51cb5cb2f4e399effa40f08be0c5dacc2e230d65 -DIST commons-daemon-1.0.7-src.tar.gz 233291 SHA256 cd782d29b85ac5fadc4b4cf6c3f86248cb31f258f020bd9b5479919effcea8b9 SHA512 2a6b3c94ba41e89576d7803c80a0a380cf073af34d45e7afd0e529942ab632264ee013aa91022905f62cb9cd92462b15cc81206565664f47ecac77c2d4565284 WHIRLPOOL 470dc894beba3b73553768267f5f0eb2ad8bdc419811907bbb23dcdf2f05f1ce4ce060a07ed1e4b6e26c81016e46d93c7b3712b3d5e8a10e38281e2f8e537896 -DIST commons-daemon-1.0.9-src.tar.gz 233786 SHA256 20aef955914f730209b432a0d2c7dd03384ae4b821eeee78964210046c63e040 SHA512 13bbf1a0671b29913b82116cbe44977b5eb9fecf8475a2ce0022e1639564808498b03ab6c87704c5e38661baadabc50a6d91e6847e62c8e4987e6fc0c834ed37 WHIRLPOOL a2008fb7e5f6ad2bc84b84315ef26731c5b7b307dfc6c2ba74743e6ef71f20dabc805d4bbb779ecac979ab7a3ba61414aacba55132c5abd685ca305968ce52de diff --git a/dev-java/commons-daemon/commons-daemon-1.0.7.ebuild b/dev-java/commons-daemon/commons-daemon-1.0.7.ebuild deleted file mode 100644 index 9068ba4..0000000 --- a/dev-java/commons-daemon/commons-daemon-1.0.7.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" -WANT_AUTOCONF=2.5 -JAVA_PKG_IUSE="doc examples source" - -inherit eutils 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" -HOMEPAGE="http://commons.apache.org/daemon/" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" -IUSE="kernel_linux" - -COMMON_DEP=" - kernel_linux? ( sys-libs/libcap )" -DEPEND="${COMMON_DEP} - >=virtual/jdk-1.4" -RDEPEND="${COMMON_DEP} - >=virtual/jre-1.4" - -S="${WORKDIR}/${P}-src" - -java_prepare() { - cd "${S}/src/native/unix" || die - sed -i "s/powerpc/powerpc|powerpc64/g" support/apsupport.m4 || die - eautoconf -} - -src_configure() { - java-ant-2_src_configure - cd "${S}/src/native/unix" || die - default -} - -src_compile() { - java-pkg-2_src_compile - cd "${S}/src/native/unix" || die - default -} - -src_install() { - dobin src/native/unix/jsvc - java-pkg_newjar dist/*.jar - - dodoc README RELEASE-NOTES.txt *.html src/native/unix/CHANGES.txt - use doc && java-pkg_dohtml -r dist/docs/* - use examples && java-pkg_doexamples src/samples - use source && java-pkg_dosrc src/java/* src/native/unix/native -} diff --git a/dev-java/commons-daemon/commons-daemon-1.0.9.ebuild b/dev-java/commons-daemon/commons-daemon-1.0.9.ebuild deleted file mode 100644 index 44c9b05..0000000 --- a/dev-java/commons-daemon/commons-daemon-1.0.9.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -WANT_AUTOCONF=2.5 -JAVA_PKG_IUSE="doc examples source" - -inherit eutils 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" -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" -IUSE="kernel_linux" - -COMMON_DEP=" - kernel_linux? ( sys-libs/libcap )" -DEPEND="${COMMON_DEP} - >=virtual/jdk-1.4" -RDEPEND="${COMMON_DEP} - >=virtual/jre-1.4" - -S="${WORKDIR}/${P}-src" - -java_prepare() { - cd "${S}/src/native/unix" || die - sed -i "s/powerpc/powerpc|powerpc64/g" support/apsupport.m4 || die - eautoconf -} - -src_configure() { - java-ant-2_src_configure - cd "${S}/src/native/unix" || die - default -} - -src_compile() { - java-pkg-2_src_compile - cd "${S}/src/native/unix" || die - default -} - -src_install() { - dobin src/native/unix/jsvc - java-pkg_newjar dist/*.jar - - dodoc README RELEASE-NOTES.txt *.html src/native/unix/CHANGES.txt - use doc && java-pkg_dohtml -r dist/docs/* - use examples && java-pkg_doexamples src/samples - use source && java-pkg_dosrc src/main/java/* -}