Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-daemon/
Date: Sat, 30 Apr 2016 20:34:21
Message-Id: 1462047484.d847b06e5cc0535a0034eae503c64ad21edc8e0b.monsieurp@gentoo
1 commit: d847b06e5cc0535a0034eae503c64ad21edc8e0b
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 20:18:04 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 20:18:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d847b06e
7
8 dev-java/commons-daemon: Clean up old.
9
10 Package-Manager: portage-2.2.26
11
12 dev-java/commons-daemon/Manifest | 2 -
13 .../commons-daemon/commons-daemon-1.0.7.ebuild | 55 ---------------------
14 .../commons-daemon/commons-daemon-1.0.9.ebuild | 56 ----------------------
15 3 files changed, 113 deletions(-)
16
17 diff --git a/dev-java/commons-daemon/Manifest b/dev-java/commons-daemon/Manifest
18 index bf43975..6345573 100644
19 --- a/dev-java/commons-daemon/Manifest
20 +++ b/dev-java/commons-daemon/Manifest
21 @@ -1,3 +1 @@
22 DIST commons-daemon-1.0.15-src.tar.gz 291128 SHA256 11ee57d2c6b281589c1497b2f88180553f06d5ac1560ce1841e05f89f0342432 SHA512 f20cc8796978fb09b6ecc8d99bb3c8b271b097d74c1f99b286cde213631e7f50a4104f5db2c354f9624ba8b037502d81e327c581b38253b9b216aa2172016e40 WHIRLPOOL 6b3b5f5d12fc9fd15345e71a7bf41f88605b00f9bc0ab5ab5fca3752f4bae1adf6ae6b2c3781a68b00d0609c51cb5cb2f4e399effa40f08be0c5dacc2e230d65
23 -DIST commons-daemon-1.0.7-src.tar.gz 233291 SHA256 cd782d29b85ac5fadc4b4cf6c3f86248cb31f258f020bd9b5479919effcea8b9 SHA512 2a6b3c94ba41e89576d7803c80a0a380cf073af34d45e7afd0e529942ab632264ee013aa91022905f62cb9cd92462b15cc81206565664f47ecac77c2d4565284 WHIRLPOOL 470dc894beba3b73553768267f5f0eb2ad8bdc419811907bbb23dcdf2f05f1ce4ce060a07ed1e4b6e26c81016e46d93c7b3712b3d5e8a10e38281e2f8e537896
24 -DIST commons-daemon-1.0.9-src.tar.gz 233786 SHA256 20aef955914f730209b432a0d2c7dd03384ae4b821eeee78964210046c63e040 SHA512 13bbf1a0671b29913b82116cbe44977b5eb9fecf8475a2ce0022e1639564808498b03ab6c87704c5e38661baadabc50a6d91e6847e62c8e4987e6fc0c834ed37 WHIRLPOOL a2008fb7e5f6ad2bc84b84315ef26731c5b7b307dfc6c2ba74743e6ef71f20dabc805d4bbb779ecac979ab7a3ba61414aacba55132c5abd685ca305968ce52de
25
26 diff --git a/dev-java/commons-daemon/commons-daemon-1.0.7.ebuild b/dev-java/commons-daemon/commons-daemon-1.0.7.ebuild
27 deleted file mode 100644
28 index 9068ba4..0000000
29 --- a/dev-java/commons-daemon/commons-daemon-1.0.7.ebuild
30 +++ /dev/null
31 @@ -1,55 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI="4"
37 -WANT_AUTOCONF=2.5
38 -JAVA_PKG_IUSE="doc examples source"
39 -
40 -inherit eutils autotools java-pkg-2 java-ant-2
41 -
42 -DESCRIPTION="Tools to allow Java programs to run as UNIX daemons"
43 -SRC_URI="mirror://apache/commons/daemon/source/${P}-src.tar.gz"
44 -HOMEPAGE="http://commons.apache.org/daemon/"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="amd64 ppc64 x86 ~x86-fbsd"
49 -IUSE="kernel_linux"
50 -
51 -COMMON_DEP="
52 - kernel_linux? ( sys-libs/libcap )"
53 -DEPEND="${COMMON_DEP}
54 - >=virtual/jdk-1.4"
55 -RDEPEND="${COMMON_DEP}
56 - >=virtual/jre-1.4"
57 -
58 -S="${WORKDIR}/${P}-src"
59 -
60 -java_prepare() {
61 - cd "${S}/src/native/unix" || die
62 - sed -i "s/powerpc/powerpc|powerpc64/g" support/apsupport.m4 || die
63 - eautoconf
64 -}
65 -
66 -src_configure() {
67 - java-ant-2_src_configure
68 - cd "${S}/src/native/unix" || die
69 - default
70 -}
71 -
72 -src_compile() {
73 - java-pkg-2_src_compile
74 - cd "${S}/src/native/unix" || die
75 - default
76 -}
77 -
78 -src_install() {
79 - dobin src/native/unix/jsvc
80 - java-pkg_newjar dist/*.jar
81 -
82 - dodoc README RELEASE-NOTES.txt *.html src/native/unix/CHANGES.txt
83 - use doc && java-pkg_dohtml -r dist/docs/*
84 - use examples && java-pkg_doexamples src/samples
85 - use source && java-pkg_dosrc src/java/* src/native/unix/native
86 -}
87
88 diff --git a/dev-java/commons-daemon/commons-daemon-1.0.9.ebuild b/dev-java/commons-daemon/commons-daemon-1.0.9.ebuild
89 deleted file mode 100644
90 index 44c9b05..0000000
91 --- a/dev-java/commons-daemon/commons-daemon-1.0.9.ebuild
92 +++ /dev/null
93 @@ -1,56 +0,0 @@
94 -# Copyright 1999-2016 Gentoo Foundation
95 -# Distributed under the terms of the GNU General Public License v2
96 -# $Id$
97 -
98 -EAPI="4"
99 -
100 -WANT_AUTOCONF=2.5
101 -JAVA_PKG_IUSE="doc examples source"
102 -
103 -inherit eutils autotools java-pkg-2 java-ant-2
104 -
105 -DESCRIPTION="Tools to allow Java programs to run as UNIX daemons"
106 -SRC_URI="mirror://apache/commons/daemon/source/${P}-src.tar.gz"
107 -HOMEPAGE="http://commons.apache.org/daemon/"
108 -
109 -LICENSE="Apache-2.0"
110 -SLOT="0"
111 -KEYWORDS="amd64 ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
112 -IUSE="kernel_linux"
113 -
114 -COMMON_DEP="
115 - kernel_linux? ( sys-libs/libcap )"
116 -DEPEND="${COMMON_DEP}
117 - >=virtual/jdk-1.4"
118 -RDEPEND="${COMMON_DEP}
119 - >=virtual/jre-1.4"
120 -
121 -S="${WORKDIR}/${P}-src"
122 -
123 -java_prepare() {
124 - cd "${S}/src/native/unix" || die
125 - sed -i "s/powerpc/powerpc|powerpc64/g" support/apsupport.m4 || die
126 - eautoconf
127 -}
128 -
129 -src_configure() {
130 - java-ant-2_src_configure
131 - cd "${S}/src/native/unix" || die
132 - default
133 -}
134 -
135 -src_compile() {
136 - java-pkg-2_src_compile
137 - cd "${S}/src/native/unix" || die
138 - default
139 -}
140 -
141 -src_install() {
142 - dobin src/native/unix/jsvc
143 - java-pkg_newjar dist/*.jar
144 -
145 - dodoc README RELEASE-NOTES.txt *.html src/native/unix/CHANGES.txt
146 - use doc && java-pkg_dohtml -r dist/docs/*
147 - use examples && java-pkg_doexamples src/samples
148 - use source && java-pkg_dosrc src/main/java/*
149 -}