Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/apgdiff/
Date: Thu, 24 Sep 2020 19:53:48
Message-Id: 1600977208.262b12856e9fdd40fc669059eb19df791fc84ab3.bman@gentoo
1 commit: 262b12856e9fdd40fc669059eb19df791fc84ab3
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 19:40:33 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 19:53:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=262b1285
7
8 dev-db/apgdiff: drop old EAPI=5
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-db/apgdiff/Manifest | 4 ---
13 dev-db/apgdiff/apgdiff-1.4.ebuild | 51 -------------------------------------
14 dev-db/apgdiff/apgdiff-2.2.1.ebuild | 51 -------------------------------------
15 dev-db/apgdiff/apgdiff-2.2.2.ebuild | 51 -------------------------------------
16 dev-db/apgdiff/apgdiff-2.3.ebuild | 51 -------------------------------------
17 5 files changed, 208 deletions(-)
18
19 diff --git a/dev-db/apgdiff/Manifest b/dev-db/apgdiff/Manifest
20 index e71c6ff7e68..e2443ad6aba 100644
21 --- a/dev-db/apgdiff/Manifest
22 +++ b/dev-db/apgdiff/Manifest
23 @@ -1,5 +1 @@
24 -DIST apgdiff-1.4-src.zip 178608 BLAKE2B 5ea0c4ea151a4bb60711b90ecd27a42b02ab08f16034d194646a8b3d3b22fc7d98862b4629a4411127ba6a2898d25264311287d9299cd801969d5d8d04ffd036 SHA512 c1dcd3f39e931f90e65a439a610d5b264b790419a59b2c90f6d9107c1b5151c602887588f378110a2e9420428414fc333c7919e2137e2dc35168654ceb3ae8d0
25 -DIST apgdiff-2.2.1-src.zip 194305 BLAKE2B 9c4d5eb7639038b591d31a6059efa0c78cdd1e21826ab5992a236abc492d3ef9e8712b0a7516253903bb88055d8594e83a1f5892e6fae90336e76258eecee4bd SHA512 cab6b2349d5822ca579c1e021ea7f02f5ddf39d56559f841d0cadfdccc1c1c61399c494302ea5909984b9a8a6d91cf08868f012dd3487a8633f65e3bbd28f19c
26 -DIST apgdiff-2.2.2-src.zip 198814 BLAKE2B b044f16475576fd714b6196da55ec1b744255aeb3cdccc2fd654500235cd0b500b8188e7d06962bb8fd28dc1a77e3526cf39550eb89da101d6255b1b6b9fe59d SHA512 273ba473b5b4ccfe2ae1b3f34ce2c2b825e446fad166f28a4575528190c20922e6794563ae3e5b2918ade5a3292a792ea363e9e5ec0900e924332d8771548c0b
27 -DIST apgdiff-2.3-src.zip 215881 BLAKE2B 05482ec11e278f5408305e16ee57bef99eb3e362ebdc5055781017ff40890a56936b515dd9973b557ad64d4a7e934b1bb5886207a9d9a9e0365d0e41f3fe008c SHA512 e716143ff4378fc27c4781076c51826583c2ad9dab17f4364acbfed0f9a0958dca0de9a72171816bbce41653ad33834158cb9277dd8790649da4bd24e013bbb5
28 DIST apgdiff-2.4-src.zip 227714 BLAKE2B 1c62c94592b28a7caf5a56f4ef4206cc2655f2da278d5a71e165f409587d1573dd44b62261817f0b994ed95a398555190dee6a2873fe493f695e91c6cf9dd22c SHA512 f37e0f86ff8a8bc53a43cac1748ab3a2c96ab6c972b37ee63f281ee397b31a7b48986cbc963d89ea773f1bb7b10b798de74a4c88a03f2db7672501b93355261b
29
30 diff --git a/dev-db/apgdiff/apgdiff-1.4.ebuild b/dev-db/apgdiff/apgdiff-1.4.ebuild
31 deleted file mode 100644
32 index b23143f348b..00000000000
33 --- a/dev-db/apgdiff/apgdiff-1.4.ebuild
34 +++ /dev/null
35 @@ -1,51 +0,0 @@
36 -# Copyright 1999-2019 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI="5"
40 -JAVA_PKG_IUSE="doc source"
41 -inherit eutils java-pkg-2 java-ant-2
42 -
43 -DESCRIPTION="A simple PostgreSQL diff tool that is useful for schema upgrades"
44 -HOMEPAGE="https://www.apgdiff.com/"
45 -SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip"
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE="test"
50 -RESTRICT="!test? ( test )"
51 -
52 -DEPEND=">=virtual/jdk-1.5
53 - >=dev-java/ant-core-1.7.0:0
54 - >=dev-java/ant-junit-1.7.0:0
55 - app-arch/zip:0
56 - test? (
57 - dev-java/hamcrest-core:0
58 - >=dev-java/junit-4.4:4
59 - )"
60 -
61 -RDEPEND=">=virtual/jre-1.5"
62 -
63 -java_prepare() {
64 - mkdir "${S}"/lib
65 - cd "${S}"/lib
66 - if use test ; then
67 - java-pkg_jar-from --build-only hamcrest-core
68 - java-pkg_jar-from --build-only junit-4
69 - fi
70 -}
71 -
72 -src_compile() {
73 - eant -Dnoget=true jar $(use_doc)
74 -}
75 -
76 -src_install() {
77 - java-pkg_newjar dist/${P}.jar ${PN}.jar
78 - java-pkg_dolauncher apgdiff --jar ${PN}.jar
79 -
80 - use doc && java-pkg_dojavadoc dist/javadoc
81 - use source && java-pkg_dosrc src/main/java/*
82 -}
83 -
84 -src_test() {
85 - ANT_TASKS="ant-junit" eant -Dnoget=true test
86 -}
87
88 diff --git a/dev-db/apgdiff/apgdiff-2.2.1.ebuild b/dev-db/apgdiff/apgdiff-2.2.1.ebuild
89 deleted file mode 100644
90 index 82e2382f393..00000000000
91 --- a/dev-db/apgdiff/apgdiff-2.2.1.ebuild
92 +++ /dev/null
93 @@ -1,51 +0,0 @@
94 -# Copyright 1999-2019 Gentoo Authors
95 -# Distributed under the terms of the GNU General Public License v2
96 -
97 -EAPI="5"
98 -JAVA_PKG_IUSE="doc source"
99 -inherit eutils java-pkg-2 java-ant-2
100 -
101 -DESCRIPTION="A simple PostgreSQL diff tool that is useful for schema upgrades"
102 -HOMEPAGE="https://apgdiff.com"
103 -SRC_URI="https://apgdiff.com/download/${P}-src.zip"
104 -LICENSE="MIT"
105 -SLOT="0"
106 -KEYWORDS="~amd64 ~x86"
107 -IUSE="test"
108 -RESTRICT="!test? ( test )"
109 -
110 -DEPEND=">=virtual/jdk-1.6
111 - >=dev-java/ant-core-1.7.0:0
112 - >=dev-java/ant-junit-1.7.0:0
113 - app-arch/zip:0
114 - test? (
115 - dev-java/hamcrest-core:1.3
116 - >=dev-java/junit-4.4:4
117 - )"
118 -
119 -RDEPEND=">=virtual/jre-1.6"
120 -
121 -java_prepare() {
122 - mkdir "${S}"/lib
123 - cd "${S}"/lib
124 - if use test ; then
125 - java-pkg_jar-from --build-only hamcrest-core-1.3
126 - java-pkg_jar-from --build-only junit-4
127 - fi
128 -}
129 -
130 -src_compile() {
131 - eant -Dnoget=true jar $(use_doc)
132 -}
133 -
134 -src_install() {
135 - java-pkg_newjar dist/${P}.jar ${PN}.jar
136 - java-pkg_dolauncher apgdiff --jar ${PN}.jar
137 -
138 - use doc && java-pkg_dojavadoc dist/javadoc
139 - use source && java-pkg_dosrc src/main/java/*
140 -}
141 -
142 -src_test() {
143 - ANT_TASKS="ant-junit" eant -Dnoget=true test
144 -}
145
146 diff --git a/dev-db/apgdiff/apgdiff-2.2.2.ebuild b/dev-db/apgdiff/apgdiff-2.2.2.ebuild
147 deleted file mode 100644
148 index 8066c91411e..00000000000
149 --- a/dev-db/apgdiff/apgdiff-2.2.2.ebuild
150 +++ /dev/null
151 @@ -1,51 +0,0 @@
152 -# Copyright 1999-2019 Gentoo Authors
153 -# Distributed under the terms of the GNU General Public License v2
154 -
155 -EAPI="5"
156 -JAVA_PKG_IUSE="doc source"
157 -inherit eutils java-pkg-2 java-ant-2
158 -
159 -DESCRIPTION="A simple PostgreSQL diff tool that is useful for schema upgrades"
160 -HOMEPAGE="https://apgdiff.com"
161 -SRC_URI="https://apgdiff.com/download/${P}-src.zip"
162 -LICENSE="MIT"
163 -SLOT="0"
164 -KEYWORDS="~amd64 ~x86"
165 -IUSE="test"
166 -RESTRICT="!test? ( test )"
167 -
168 -DEPEND=">=virtual/jdk-1.6
169 - >=dev-java/ant-core-1.7.0:0
170 - >=dev-java/ant-junit-1.7.0:0
171 - app-arch/zip:0
172 - test? (
173 - dev-java/hamcrest-core:0
174 - >=dev-java/junit-4.4:4
175 - )"
176 -
177 -RDEPEND=">=virtual/jre-1.6"
178 -
179 -java_prepare() {
180 - mkdir "${S}"/lib
181 - cd "${S}"/lib
182 - if use test ; then
183 - java-pkg_jar-from --build-only hamcrest-core
184 - java-pkg_jar-from --build-only junit-4
185 - fi
186 -}
187 -
188 -src_compile() {
189 - eant -Dnoget=true jar $(use_doc)
190 -}
191 -
192 -src_install() {
193 - java-pkg_newjar dist/${P}.jar ${PN}.jar
194 - java-pkg_dolauncher apgdiff --jar ${PN}.jar
195 -
196 - use doc && java-pkg_dojavadoc dist/javadoc
197 - use source && java-pkg_dosrc src/main/java/*
198 -}
199 -
200 -src_test() {
201 - ANT_TASKS="ant-junit" eant -Dnoget=true test
202 -}
203
204 diff --git a/dev-db/apgdiff/apgdiff-2.3.ebuild b/dev-db/apgdiff/apgdiff-2.3.ebuild
205 deleted file mode 100644
206 index 8066c91411e..00000000000
207 --- a/dev-db/apgdiff/apgdiff-2.3.ebuild
208 +++ /dev/null
209 @@ -1,51 +0,0 @@
210 -# Copyright 1999-2019 Gentoo Authors
211 -# Distributed under the terms of the GNU General Public License v2
212 -
213 -EAPI="5"
214 -JAVA_PKG_IUSE="doc source"
215 -inherit eutils java-pkg-2 java-ant-2
216 -
217 -DESCRIPTION="A simple PostgreSQL diff tool that is useful for schema upgrades"
218 -HOMEPAGE="https://apgdiff.com"
219 -SRC_URI="https://apgdiff.com/download/${P}-src.zip"
220 -LICENSE="MIT"
221 -SLOT="0"
222 -KEYWORDS="~amd64 ~x86"
223 -IUSE="test"
224 -RESTRICT="!test? ( test )"
225 -
226 -DEPEND=">=virtual/jdk-1.6
227 - >=dev-java/ant-core-1.7.0:0
228 - >=dev-java/ant-junit-1.7.0:0
229 - app-arch/zip:0
230 - test? (
231 - dev-java/hamcrest-core:0
232 - >=dev-java/junit-4.4:4
233 - )"
234 -
235 -RDEPEND=">=virtual/jre-1.6"
236 -
237 -java_prepare() {
238 - mkdir "${S}"/lib
239 - cd "${S}"/lib
240 - if use test ; then
241 - java-pkg_jar-from --build-only hamcrest-core
242 - java-pkg_jar-from --build-only junit-4
243 - fi
244 -}
245 -
246 -src_compile() {
247 - eant -Dnoget=true jar $(use_doc)
248 -}
249 -
250 -src_install() {
251 - java-pkg_newjar dist/${P}.jar ${PN}.jar
252 - java-pkg_dolauncher apgdiff --jar ${PN}.jar
253 -
254 - use doc && java-pkg_dojavadoc dist/javadoc
255 - use source && java-pkg_dosrc src/main/java/*
256 -}
257 -
258 -src_test() {
259 - ANT_TASKS="ant-junit" eant -Dnoget=true test
260 -}