* [gentoo-commits] repo/gentoo:master commit in: dev-java/toolbar/
@ 2016-03-04 8:46 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2016-03-04 8:46 UTC (permalink / raw
To: gentoo-commits
commit: 91ba78ab6061bc390437a0827ee2273e50081625
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 4 08:32:37 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Mar 4 08:33:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ba78ab
dev-java/toolbar: EAPI 5 bump.
Package-Manager: portage-2.2.26
dev-java/toolbar/Manifest | 1 +
dev-java/toolbar/toolbar-1.1.0-r2.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-java/toolbar/Manifest b/dev-java/toolbar/Manifest
index b77dee5..2694066 100644
--- a/dev-java/toolbar/Manifest
+++ b/dev-java/toolbar/Manifest
@@ -1 +1,2 @@
DIST toolbar-1.1.0-src.zip 72829 SHA256 4a873f7f8202e000b050d2777b78ea51410b3d5d7bc8456c111292b81d53c28e SHA512 57f4b7970beb78f979bd3970dfc528e0a26e38828dcb8a2cc81c8f886e900f81fe53ca6cae7b5cfa3ce93cc273fa2f440cb0bd720ba6052e84e9f2df1e77099e WHIRLPOOL 0d16d46392404254726070ad6fc392204f3262adeb6a4f2da0abff1e20317b476afea4ece91c5e527ffca8096bdcbbd4049ab46f6f39129f0cfa5c7ff74852b2
+DIST toolbar-1.1.0.zip 72829 SHA256 4a873f7f8202e000b050d2777b78ea51410b3d5d7bc8456c111292b81d53c28e SHA512 57f4b7970beb78f979bd3970dfc528e0a26e38828dcb8a2cc81c8f886e900f81fe53ca6cae7b5cfa3ce93cc273fa2f440cb0bd720ba6052e84e9f2df1e77099e WHIRLPOOL 0d16d46392404254726070ad6fc392204f3262adeb6a4f2da0abff1e20317b476afea4ece91c5e527ffca8096bdcbbd4049ab46f6f39129f0cfa5c7ff74852b2
diff --git a/dev-java/toolbar/toolbar-1.1.0-r2.ebuild b/dev-java/toolbar/toolbar-1.1.0-r2.ebuild
new file mode 100644
index 0000000..7f293e0
--- /dev/null
+++ b/dev-java/toolbar/toolbar-1.1.0-r2.ebuild
@@ -0,0 +1,27 @@
+# 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-pkg-simple
+
+DESCRIPTION="An improved version of JToolBar"
+HOMEPAGE="http://toolbar.tigris.org"
+SRC_URI="http://toolbar.tigris.org/files/documents/869/25285/toolbar-${PV}-src.zip -> ${P}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=virtual/jdk-1.6"
+RDEPEND=">=virtual/jre-1.6"
+
+JAVA_SRC_DIR="src"
+
+java_prepare() {
+ rm -rf test || die
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/toolbar/
@ 2016-04-01 20:40 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2016-04-01 20:40 UTC (permalink / raw
To: gentoo-commits
commit: 98208ef7c4db9db2433a42482e92687388c001e7
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 1 20:24:43 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Apr 1 20:24:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98208ef7
dev-java/toolbar: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.26
dev-java/toolbar/toolbar-1.1.0-r2.ebuild | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/dev-java/toolbar/toolbar-1.1.0-r2.ebuild b/dev-java/toolbar/toolbar-1.1.0-r2.ebuild
index 7f293e0..d2acdc9 100644
--- a/dev-java/toolbar/toolbar-1.1.0-r2.ebuild
+++ b/dev-java/toolbar/toolbar-1.1.0-r2.ebuild
@@ -14,14 +14,18 @@ SRC_URI="http://toolbar.tigris.org/files/documents/869/25285/toolbar-${PV}-src.z
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
-DEPEND=">=virtual/jdk-1.6"
-RDEPEND=">=virtual/jre-1.6"
+RDEPEND="
+ >=virtual/jre-1.6"
+
+DEPEND="
+ >=virtual/jdk-1.6
+ source? ( app-arch/zip )"
JAVA_SRC_DIR="src"
java_prepare() {
- rm -rf test || die
+ rm -rv test || die
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/toolbar/
@ 2020-10-20 4:11 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2020-10-20 4:11 UTC (permalink / raw
To: gentoo-commits
commit: 61f7da0f30b3f7f8ae1aa0e409d9ea985065e87b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 20 04:06:41 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 04:06:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f7da0f
dev-java/toolbar: MissingUnpackerDep
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-java/toolbar/toolbar-1.1.0-r2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-java/toolbar/toolbar-1.1.0-r2.ebuild b/dev-java/toolbar/toolbar-1.1.0-r2.ebuild
index 057a3016ebf..ea0e1cf6262 100644
--- a/dev-java/toolbar/toolbar-1.1.0-r2.ebuild
+++ b/dev-java/toolbar/toolbar-1.1.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -20,6 +20,7 @@ RDEPEND="
>=virtual/jre-1.6"
DEPEND="
+ app-arch/unzip
>=virtual/jdk-1.6
source? ( app-arch/zip )"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-10-20 4:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-20 4:11 [gentoo-commits] repo/gentoo:master commit in: dev-java/toolbar/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2016-04-01 20:40 Patrice Clement
2016-03-04 8:46 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox