* [gentoo-commits] repo/gentoo:master commit in: dev-java/laf-plugin/
@ 2016-02-17 8:34 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2016-02-17 8:34 UTC (permalink / raw
To: gentoo-commits
commit: 6cddef9a088f487738062a9c7dd0fcab612d1e88
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 17 08:31:10 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 08:31:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cddef9a
dev-java/laf-plugin: Clean up old.
Package-Manager: portage-2.2.26
dev-java/laf-plugin/laf-plugin-0.2.ebuild | 33 -------------------------------
1 file changed, 33 deletions(-)
diff --git a/dev-java/laf-plugin/laf-plugin-0.2.ebuild b/dev-java/laf-plugin/laf-plugin-0.2.ebuild
deleted file mode 100644
index 51a0349..0000000
--- a/dev-java/laf-plugin/laf-plugin-0.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-JAVA_PKG_IUSE="doc source"
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="A generic plugin framework for look-and-feels"
-HOMEPAGE="http://laf-plugin.dev.java.net/"
-# repackaged from zip and renamed to contain PV
-SRC_URI="mirror://gentoo/${P}-src.tar.bz2"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND=">=virtual/jdk-1.4"
-RDEPEND=">=virtual/jre-1.4"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- cp "${FILESDIR}/${P}-build.xml" build.xml || die
-}
-
-EANT_BUILD_TARGET="dist"
-
-src_install() {
- java-pkg_dojar dist/${PN}.jar
-
- use doc && java-pkg_dojavadoc api
- use source && java-pkg_dosrc src/org
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/laf-plugin/
@ 2016-02-17 8:34 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2016-02-17 8:34 UTC (permalink / raw
To: gentoo-commits
commit: 0bee90a525093787b39f829b41c18e4f5f0916da
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 08:28:00 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 08:27:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bee90a5
dev-java/laf-plugin: EAPI 5 bump.
Force because EAPI 0 ebuilds really need to go.
Package-Manager: portage-2.2.26
RepoMan-Options: --force
dev-java/laf-plugin/laf-plugin-0.2-r1.ebuild | 32 ++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/dev-java/laf-plugin/laf-plugin-0.2-r1.ebuild b/dev-java/laf-plugin/laf-plugin-0.2-r1.ebuild
new file mode 100644
index 0000000..7cad2c2
--- /dev/null
+++ b/dev-java/laf-plugin/laf-plugin-0.2-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="A generic plugin framework for look-and-feels"
+HOMEPAGE="http://laf-plugin.dev.java.net/"
+SRC_URI="mirror://gentoo/${P}-src.tar.bz2"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+DEPEND=">=virtual/jdk-1.4"
+RDEPEND=">=virtual/jre-1.4"
+
+EANT_BUILD_TARGET="dist"
+
+java_prepare() {
+ cp "${FILESDIR}/${P}-build.xml" build.xml || die
+}
+
+src_install() {
+ java-pkg_dojar "dist/${PN}.jar"
+
+ use doc && java-pkg_dojavadoc api
+ use source && java-pkg_dosrc src/org
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/laf-plugin/
@ 2017-02-07 19:52 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2017-02-07 19:52 UTC (permalink / raw
To: gentoo-commits
commit: 71459d9e285b9ed99a6eac8a09b8b75eb4da8040
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 7 19:52:26 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Feb 7 19:52:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71459d9e
dev-java/laf-plugin: version bump.
Gentoo-Bug: https://bugs.gentoo.org/349007
Package-Manager: portage-2.3.3
dev-java/laf-plugin/Manifest | 1 +
dev-java/laf-plugin/laf-plugin-1.1.ebuild | 37 +++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-java/laf-plugin/Manifest b/dev-java/laf-plugin/Manifest
index 102b809..d269b06 100644
--- a/dev-java/laf-plugin/Manifest
+++ b/dev-java/laf-plugin/Manifest
@@ -1 +1,2 @@
DIST laf-plugin-0.2-src.tar.bz2 13799 SHA256 e2252f74efbaa1f0c32a475c320283e614932e3af2d98a65462bf0e1f8cc00ba SHA512 91ac3f9f5ebfcd70e7cc76f2e028e9578c6113a848b0ccdc6b001fff006bf5aaa12af08b1752851693d218d4b2d7d053f62461481e49d5a0bde21e5a7d086331 WHIRLPOOL 6aaea36bbcc22eca1704185faf866fba1b723cd3d6ff02197f28287ded67fc43bb4c2f9cbe8a2dce9e82eaa88774b1fdb4c66e54cdc4f09ad946718641cb1334
+DIST laf-plugin-1.1.jar 8105 SHA256 2b7919c502906983307b556284d6e86df2034b69ebf3394f303490e99936500d SHA512 2ca265d23ac95e5d194e4905ead4c975cb8739a0aa30096c028d2f6467b148de2ac0ff71c6730752a666eee53551867d9d8c852d25238a873fbd4bd994cf80c0 WHIRLPOOL cda35e80834745d00ab2e1a3f3531ecc0e5cf4b140c5a167b86ffd213ccf9cdf0bb76d4582ec1745d738fbccd5fa81e1267e6f54a7a330521cd78fb6897d6e3d
diff --git a/dev-java/laf-plugin/laf-plugin-1.1.ebuild b/dev-java/laf-plugin/laf-plugin-1.1.ebuild
new file mode 100644
index 00000000..dacfc84
--- /dev/null
+++ b/dev-java/laf-plugin/laf-plugin-1.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="A generic plugin framework for look-and-feels"
+HOMEPAGE="http://laf-plugin.dev.java.net/"
+SRC_URI="https://repo1.maven.org/maven2/net/java/dev/${PN}/${PN}/${PV}/${P}-sources.jar -> ${P}.jar"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+CDEPEND="
+ dev-java/nanoxml:0"
+
+DEPEND="
+ >=virtual/jdk-1.6
+ ${CDEPEND}"
+
+RDEPEND="
+ >=virtual/jre-1.6
+ ${CDEPEND}"
+
+JAVA_GENTOO_CLASSPATH="nanoxml"
+
+java_prepare() {
+ java-pkg_clean
+}
+
+src_install() {
+ java-pkg-simple_src_install
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/laf-plugin/
@ 2017-03-25 17:44 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2017-03-25 17:44 UTC (permalink / raw
To: gentoo-commits
commit: 117e70180d389c8261d9bfd0affa2fc87def3171
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 19:02:49 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 17:44:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117e7018
dev-java/laf-plugin: clean up bogus version.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-java/laf-plugin/laf-plugin-1.1.ebuild | 36 -------------------------------
1 file changed, 36 deletions(-)
diff --git a/dev-java/laf-plugin/laf-plugin-1.1.ebuild b/dev-java/laf-plugin/laf-plugin-1.1.ebuild
deleted file mode 100644
index ff181497b33..00000000000
--- a/dev-java/laf-plugin/laf-plugin-1.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="A generic plugin framework for look-and-feels"
-HOMEPAGE="http://laf-plugin.dev.java.net/"
-SRC_URI="https://repo1.maven.org/maven2/net/java/dev/${PN}/${PN}/${PV}/${P}-sources.jar -> ${P}.jar"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="
- dev-java/nanoxml:0"
-
-DEPEND="
- >=virtual/jdk-1.6
- ${CDEPEND}"
-
-RDEPEND="
- >=virtual/jre-1.6
- ${CDEPEND}"
-
-JAVA_GENTOO_CLASSPATH="nanoxml"
-
-java_prepare() {
- java-pkg_clean
-}
-
-src_install() {
- java-pkg-simple_src_install
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/laf-plugin/
@ 2017-03-25 17:44 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2017-03-25 17:44 UTC (permalink / raw
To: gentoo-commits
commit: 52666da21e81a58901c1de2b836b096b05f9d80e
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 19:02:17 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 17:44:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52666da2
dev-java/laf-plugin: EAPI 6 bump.
This commit also add a SLOT to laf-plugin.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-java/laf-plugin/laf-plugin-1.1-r1.ebuild | 36 ++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/dev-java/laf-plugin/laf-plugin-1.1-r1.ebuild b/dev-java/laf-plugin/laf-plugin-1.1-r1.ebuild
new file mode 100644
index 00000000000..0c34f8779fc
--- /dev/null
+++ b/dev-java/laf-plugin/laf-plugin-1.1-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Look'n'feel Java library"
+HOMEPAGE="http://laf-plugin.dev.java.net"
+SRC_URI="https://repo1.maven.org/maven2/net/java/dev/${PN}/${PN}/${PV}/${P}-sources.jar -> ${P}.jar"
+LICENSE="BSD"
+SLOT="1"
+KEYWORDS="~amd64 ~x86"
+
+CDEPEND="dev-java/nanoxml:0"
+
+DEPEND="
+ ${CDEPEND}
+ >=virtual/jdk-1.6"
+
+RDEPEND="
+ ${CDEPEND}
+ >=virtual/jre-1.6"
+
+JAVA_GENTOO_CLASSPATH="nanoxml"
+
+src_prepare() {
+ default
+ java-pkg_clean
+}
+
+src_install() {
+ java-pkg-simple_src_install
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/laf-plugin/
@ 2017-06-12 21:34 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2017-06-12 21:34 UTC (permalink / raw
To: gentoo-commits
commit: bc5b637c3720fb99ce9e50f9af986398a5683fe0
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 21:27:37 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 21:34:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5b637c
dev-java/laf-plugin: clean up old.
Package-Manager: Portage-2.3.5, Repoman-2.3.1
dev-java/laf-plugin/Manifest | 1 -
dev-java/laf-plugin/laf-plugin-0.2-r1.ebuild | 31 ----------------------------
2 files changed, 32 deletions(-)
diff --git a/dev-java/laf-plugin/Manifest b/dev-java/laf-plugin/Manifest
index bf70815c556..164872494ba 100644
--- a/dev-java/laf-plugin/Manifest
+++ b/dev-java/laf-plugin/Manifest
@@ -1,3 +1,2 @@
-DIST laf-plugin-0.2-src.tar.bz2 13799 SHA256 e2252f74efbaa1f0c32a475c320283e614932e3af2d98a65462bf0e1f8cc00ba SHA512 91ac3f9f5ebfcd70e7cc76f2e028e9578c6113a848b0ccdc6b001fff006bf5aaa12af08b1752851693d218d4b2d7d053f62461481e49d5a0bde21e5a7d086331 WHIRLPOOL 6aaea36bbcc22eca1704185faf866fba1b723cd3d6ff02197f28287ded67fc43bb4c2f9cbe8a2dce9e82eaa88774b1fdb4c66e54cdc4f09ad946718641cb1334
DIST laf-plugin-0.2.tar.bz2 13799 SHA256 e2252f74efbaa1f0c32a475c320283e614932e3af2d98a65462bf0e1f8cc00ba SHA512 91ac3f9f5ebfcd70e7cc76f2e028e9578c6113a848b0ccdc6b001fff006bf5aaa12af08b1752851693d218d4b2d7d053f62461481e49d5a0bde21e5a7d086331 WHIRLPOOL 6aaea36bbcc22eca1704185faf866fba1b723cd3d6ff02197f28287ded67fc43bb4c2f9cbe8a2dce9e82eaa88774b1fdb4c66e54cdc4f09ad946718641cb1334
DIST laf-plugin-1.1.jar 8105 SHA256 2b7919c502906983307b556284d6e86df2034b69ebf3394f303490e99936500d SHA512 2ca265d23ac95e5d194e4905ead4c975cb8739a0aa30096c028d2f6467b148de2ac0ff71c6730752a666eee53551867d9d8c852d25238a873fbd4bd994cf80c0 WHIRLPOOL cda35e80834745d00ab2e1a3f3531ecc0e5cf4b140c5a167b86ffd213ccf9cdf0bb76d4582ec1745d738fbccd5fa81e1267e6f54a7a330521cd78fb6897d6e3d
diff --git a/dev-java/laf-plugin/laf-plugin-0.2-r1.ebuild b/dev-java/laf-plugin/laf-plugin-0.2-r1.ebuild
deleted file mode 100644
index f376e853e94..00000000000
--- a/dev-java/laf-plugin/laf-plugin-0.2-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="A generic plugin framework for look-and-feels"
-HOMEPAGE="http://laf-plugin.dev.java.net/"
-SRC_URI="mirror://gentoo/${P}-src.tar.bz2"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-DEPEND=">=virtual/jdk-1.4"
-RDEPEND=">=virtual/jre-1.4"
-
-EANT_BUILD_TARGET="dist"
-
-java_prepare() {
- cp "${FILESDIR}/${P}-build.xml" build.xml || die
-}
-
-src_install() {
- java-pkg_dojar "dist/${PN}.jar"
-
- use doc && java-pkg_dojavadoc api
- use source && java-pkg_dosrc src/org
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/laf-plugin/
@ 2017-06-12 21:34 Patrice Clement
0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2017-06-12 21:34 UTC (permalink / raw
To: gentoo-commits
commit: 5687710ed66389dab9c34361629cff894511fcd3
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 21:06:34 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 21:34:13 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5687710e
dev-java/laf-plugin: stable for amd64+x86.
Package-Manager: Portage-2.3.5, Repoman-2.3.1
dev-java/laf-plugin/laf-plugin-0.2-r2.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-java/laf-plugin/laf-plugin-0.2-r2.ebuild b/dev-java/laf-plugin/laf-plugin-0.2-r2.ebuild
index 589fa712cb2..03ba88053fb 100644
--- a/dev-java/laf-plugin/laf-plugin-0.2-r2.ebuild
+++ b/dev-java/laf-plugin/laf-plugin-0.2-r2.ebuild
@@ -10,9 +10,10 @@ inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Look'n'feel Java library"
HOMEPAGE="http://laf-plugin.dev.java.net/"
SRC_URI="mirror://gentoo/${P}-src.tar.bz2 -> ${P}.tar.bz2"
-LICENSE="BSD"
+
+KEYWORDS="amd64 x86"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+LICENSE="BSD"
DEPEND=">=virtual/jdk-1.6"
RDEPEND=">=virtual/jre-1.6"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2017-06-12 21:34 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-12 21:34 [gentoo-commits] repo/gentoo:master commit in: dev-java/laf-plugin/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2017-06-12 21:34 Patrice Clement
2017-03-25 17:44 Patrice Clement
2017-03-25 17:44 Patrice Clement
2017-02-07 19:52 Patrice Clement
2016-02-17 8:34 Patrice Clement
2016-02-17 8:34 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox