* [gentoo-commits] repo/gentoo:master commit in: dev-java/touchgraph-graphlayout/
@ 2015-10-02 23:14 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2015-10-02 23:14 UTC (permalink / raw
To: gentoo-commits
commit: f9360143ffeb9e222e8c7555dea244c89f022239
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 2 23:08:47 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Oct 2 23:12:20 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9360143
dev-java/touchgraph-graphlayout: Clean up old.
Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
.../touchgraph-graphlayout-1.22.ebuild | 33 ----------------------
1 file changed, 33 deletions(-)
diff --git a/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22.ebuild b/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22.ebuild
deleted file mode 100644
index eda9479..0000000
--- a/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-MY_PN="TGGraphLayout"
-JAVA_PKG_IUSE="source"
-
-inherit java-pkg-2
-
-DESCRIPTION="TouchGraph provides a set of interfaces for graph visualization"
-HOMEPAGE="http://touchgraph.sourceforge.net"
-SRC_URI="mirror://sourceforge/touchgraph/TGGL_${PV//./}_jre11.zip"
-LICENSE="Apache-1.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.4"
-RDEPEND=">=virtual/jre-1.4"
-
-S="${WORKDIR}/${MY_PN}"
-
-src_compile() {
- mkdir -p bin || die
- ejavac -d bin `find com -name "*.java" || die`
- `java-config -j` cvf ${MY_PN}.jar -C bin . || die
-}
-
-src_install() {
- java-pkg_newjar ${MY_PN}.jar
- dodoc "TGGL ReleaseNotes.txt" || die
- use source && java-pkg_dosrc com
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/touchgraph-graphlayout/
@ 2015-10-02 23:14 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2015-10-02 23:14 UTC (permalink / raw
To: gentoo-commits
commit: 6020016c6b845b9445ef37e87473d95475ecc0d9
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 2 23:10:03 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Oct 2 23:12:24 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6020016c
dev-java/touchgraph-graphlayout: Stable for amd+ppc+x86. Keyword for ppc64.
Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22-r1.ebuild b/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22-r1.ebuild
index 230a7e9..4074eee 100644
--- a/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22-r1.ebuild
+++ b/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://touchgraph.sourceforge.net"
SRC_URI="mirror://sourceforge/touchgraph/TGGL_${PV//./}_jre11.zip"
LICENSE="Apache-1.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
IUSE=""
DEPEND=">=virtual/jdk-1.6"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/touchgraph-graphlayout/
@ 2015-10-02 23:14 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2015-10-02 23:14 UTC (permalink / raw
To: gentoo-commits
commit: 992b23bbcf4c1dd5423607ec2e18c2360e221d03
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 2 23:08:06 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Oct 2 23:12:17 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=992b23bb
dev-java/touchgraph-graphlayout: EAPI 5 bump.
Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
.../touchgraph-graphlayout-1.22-r1.ebuild | 31 ++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22-r1.ebuild b/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22-r1.ebuild
new file mode 100644
index 0000000..230a7e9
--- /dev/null
+++ b/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 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
+
+MY_PN="TGGraphLayout"
+
+DESCRIPTION="TouchGraph provides a set of interfaces for graph visualization"
+HOMEPAGE="http://touchgraph.sourceforge.net"
+SRC_URI="mirror://sourceforge/touchgraph/TGGL_${PV//./}_jre11.zip"
+LICENSE="Apache-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND=">=virtual/jdk-1.6"
+RDEPEND=">=virtual/jre-1.6"
+
+S="${WORKDIR}/${MY_PN}"
+
+JAVA_SRC_DIR="com"
+
+src_install() {
+ java-pkg-simple_src_install
+ dodoc "TGGL ReleaseNotes.txt"
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/touchgraph-graphlayout/
@ 2020-10-20 4:11 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2020-10-20 4:11 UTC (permalink / raw
To: gentoo-commits
commit: 467210059b0e298ed2d9cffa64557f2a3dbfb693
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 20 04:07:01 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 04:07:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46721005
dev-java/touchgraph-graphlayout: MissingUnpackerDep
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../touchgraph-graphlayout/touchgraph-graphlayout-1.22-r1.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22-r1.ebuild b/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22-r1.ebuild
index 252ec5063ff..2119402430f 100644
--- a/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22-r1.ebuild
+++ b/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22-r1.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
@@ -17,7 +17,10 @@ SLOT="0"
KEYWORDS="amd64 ~ppc64 x86"
IUSE=""
-DEPEND=">=virtual/jdk-1.6"
+DEPEND="
+ app-arch/unzip
+ >=virtual/jdk-1.6
+"
RDEPEND=">=virtual/jre-1.6"
S="${WORKDIR}/${MY_PN}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-10-20 4:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-02 23:14 [gentoo-commits] repo/gentoo:master commit in: dev-java/touchgraph-graphlayout/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2020-10-20 4:11 Sam James
2015-10-02 23:14 Patrice Clement
2015-10-02 23:14 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox