* [gentoo-commits] repo/gentoo:master commit in: dev-java/jgoodies-forms/
@ 2017-01-20 21:46 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2017-01-20 21:46 UTC (permalink / raw
To: gentoo-commits
commit: 160385f7ce834c6af506de6cebe5cb0d9a599165
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 21:36:08 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 21:46:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=160385f7
dev-java/jgoodies-forms: clean up old.
Package-Manager: portage-2.3.0
.../jgoodies-forms/jgoodies-forms-1.3.0.ebuild | 57 ----------------------
1 file changed, 57 deletions(-)
diff --git a/dev-java/jgoodies-forms/jgoodies-forms-1.3.0.ebuild b/dev-java/jgoodies-forms/jgoodies-forms-1.3.0.ebuild
deleted file mode 100644
index b43552d..00000000
--- a/dev-java/jgoodies-forms/jgoodies-forms-1.3.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-JAVA_PKG_IUSE="doc examples source"
-
-inherit java-pkg-2 java-ant-2 eutils
-
-MY_PN="forms"
-MY_PV=${PV//./_}
-MY_P="${MY_PN}-${MY_PV}"
-DESCRIPTION="JGoodies Forms Library"
-HOMEPAGE="http://www.jgoodies.com/"
-SRC_URI="http://www.jgoodies.com/download/libraries/${MY_PN}/${MY_P}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-macos"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.4
- app-arch/unzip"
-RDEPEND=">=virtual/jre-1.4"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_unpack() {
- unpack ${A} || die "Unpack failed"
- cd "${S}"
-
- # Remove the packaged jars
- rm -v *.jar || die "rm failed"
-}
-
-src_compile() {
- # it does not like unset ${build.compiler.executable}
- # feel free to fix if you want jikes back
- java-pkg_filter-compiler jikes
- # not setting the bootcp breaks ecj, javac apparently ignores nonsense
- eant -Dbuild.boot.classpath="$(java-config -g BOOTCLASSPATH)" jar
-}
-
-#Needs X
-#src_test() {
-# ANT_TASKS="ant-junit" eant test \
-# -Djunit.jar="$(java-pkg_getjars junit)"
-#}
-
-src_install() {
- java-pkg_dojar build/${MY_PN}.jar
-
- dodoc RELEASE-NOTES.txt README.html || die
-
- use doc && java-pkg_dohtml -r docs/*
- use source && java-pkg_dosrc src/{core,extras}/com
- use examples && java-pkg_doexamples src/tutorial
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/jgoodies-forms/
@ 2017-01-20 21:46 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2017-01-20 21:46 UTC (permalink / raw
To: gentoo-commits
commit: b48a36d1819ed979c2e17adf45a1cbb1a02539e9
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 21:34:24 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 21:46:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48a36d1
dev-java/jgoodies-forms: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.3.0
.../jgoodies-forms/jgoodies-forms-1.3.0-r1.ebuild | 20 ++++++++------------
1 file changed, 8 insertions(+), 12 deletions(-)
diff --git a/dev-java/jgoodies-forms/jgoodies-forms-1.3.0-r1.ebuild b/dev-java/jgoodies-forms/jgoodies-forms-1.3.0-r1.ebuild
index 9377a68..1519e71 100644
--- a/dev-java/jgoodies-forms/jgoodies-forms-1.3.0-r1.ebuild
+++ b/dev-java/jgoodies-forms/jgoodies-forms-1.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -12,31 +12,27 @@ MY_PN="forms"
MY_PV=${PV//./_}
MY_P="${MY_PN}-${MY_PV}"
-DESCRIPTION="JGoodies Forms Library"
+DESCRIPTION="JGoodies library"
HOMEPAGE="http://www.jgoodies.com/"
SRC_URI="http://www.jgoodies.com/download/libraries/${MY_PN}/${MY_P}.zip"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~x64-macos"
-IUSE=""
+KEYWORDS="amd64 ppc64 x86"
-DEPEND=">=virtual/jdk-1.4
- app-arch/unzip"
-RDEPEND=">=virtual/jre-1.4"
+DEPEND=">=virtual/jdk-1.6"
+RDEPEND=">=virtual/jre-1.6"
S="${WORKDIR}/${MY_PN}-${PV}"
-EANT_FILTER_COMPILTER="jikes"
-
java_prepare() {
- find -name "*.jar" -delete || die
+ java-pkg_clean
}
src_install() {
- java-pkg_dojar build/${MY_PN}.jar
+ java-pkg_dojar "build/${MY_PN}.jar"
- dodoc RELEASE-NOTES.txt README.html || die
+ dodoc RELEASE-NOTES.txt README.html
use doc && java-pkg_dohtml -r docs/*
use source && java-pkg_dosrc src/{core,extras}/com
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/jgoodies-forms/
@ 2020-07-12 12:34 Sergei Trofimovich
0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2020-07-12 12:34 UTC (permalink / raw
To: gentoo-commits
commit: 84eb963576d0fcb033552e813ade65e33eedf026
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 12 12:34:09 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jul 12 12:34:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84eb9635
dev-java/jgoodies-forms: keyworded 1.8.0 for ppc64
keyworded wrt bug #720116
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-java/jgoodies-forms/jgoodies-forms-1.8.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-java/jgoodies-forms/jgoodies-forms-1.8.0.ebuild b/dev-java/jgoodies-forms/jgoodies-forms-1.8.0.ebuild
index fc01183201a..15575fc1f3e 100644
--- a/dev-java/jgoodies-forms/jgoodies-forms-1.8.0.ebuild
+++ b/dev-java/jgoodies-forms/jgoodies-forms-1.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -17,7 +17,7 @@ SRC_URI="http://www.jgoodies.com/download/libraries/${MY_PN}/${MY_P}.zip"
LICENSE="BSD"
SLOT="1.8"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE=""
COMMON_DEPEND="dev-java/jgoodies-common:${SLOT}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-07-12 12:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-20 21:46 [gentoo-commits] repo/gentoo:master commit in: dev-java/jgoodies-forms/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2017-01-20 21:46 Patrice Clement
2020-07-12 12:34 Sergei Trofimovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox