public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-java/jgraphx/
@ 2012-05-12 18:07 Alexey Shvetsov
  0 siblings, 0 replies; 5+ messages in thread
From: Alexey Shvetsov @ 2012-05-12 18:07 UTC (permalink / raw
  To: gentoo-commits

commit:     a1f417c82d04a465bcf065ea906fb931c2c19e34
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sat May 12 18:03:12 2012 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sat May 12 18:03:12 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a1f417c8

[dev-java/jgraphx] Fix ebuild eapi parsing and other minor issues

(Portage version: 2.2.0_alpha104/git/Linux x86_64, unsigned Manifest commit)

---
 dev-java/jgraphx/ChangeLog              |    6 +++++-
 dev-java/jgraphx/jgraphx-1.2.0.7.ebuild |    2 +-
 dev-java/jgraphx/jgraphx-1.3.0.2.ebuild |    6 ++++--
 dev-java/jgraphx/jgraphx-1.4.1.0.ebuild |    6 ++++--
 dev-java/jgraphx/jgraphx-1.4.1.2.ebuild |    6 ++++--
 5 files changed, 18 insertions(+), 8 deletions(-)

diff --git a/dev-java/jgraphx/ChangeLog b/dev-java/jgraphx/ChangeLog
index 6cc153d..0ad8189 100644
--- a/dev-java/jgraphx/ChangeLog
+++ b/dev-java/jgraphx/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-java/jgraphx
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  12 May 2012; Alexey Shvetsov <alexxy@gentoo.org> jgraphx-1.2.0.7.ebuild,
+  jgraphx-1.3.0.2.ebuild, jgraphx-1.4.1.0.ebuild, jgraphx-1.4.1.2.ebuild:
+  [dev-java/jgraphx] Fix ebuild eapi parsing and other minor issues
+
 *jgraphx-1.4.1.0 (30 Jun 2011)
 
   30 Jun 2011; Guillaume Horel <guillaume.horel@gmail.com>

diff --git a/dev-java/jgraphx/jgraphx-1.2.0.7.ebuild b/dev-java/jgraphx/jgraphx-1.2.0.7.ebuild
index 04003fe..e10480e 100644
--- a/dev-java/jgraphx/jgraphx-1.2.0.7.ebuild
+++ b/dev-java/jgraphx/jgraphx-1.2.0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 

diff --git a/dev-java/jgraphx/jgraphx-1.3.0.2.ebuild b/dev-java/jgraphx/jgraphx-1.3.0.2.ebuild
index d36957d..a04453d 100644
--- a/dev-java/jgraphx/jgraphx-1.3.0.2.ebuild
+++ b/dev-java/jgraphx/jgraphx-1.3.0.2.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/dev-java/jgraph/jgraph-5.12.0.4.ebuild,v 1.5 2008/05/13 21:09:16 ken69267 Exp $
 
-JAVA_PKG_IUSE="doc source"
 EAPI=2
+
+JAVA_PKG_IUSE="doc source"
+
 inherit java-pkg-2 java-ant-2 versionator
 
 MY_PV=$(replace_all_version_separators '_')

diff --git a/dev-java/jgraphx/jgraphx-1.4.1.0.ebuild b/dev-java/jgraphx/jgraphx-1.4.1.0.ebuild
index 5813fb7..a0f83e7 100644
--- a/dev-java/jgraphx/jgraphx-1.4.1.0.ebuild
+++ b/dev-java/jgraphx/jgraphx-1.4.1.0.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-JAVA_PKG_IUSE="doc source"
 EAPI=2
+
+JAVA_PKG_IUSE="doc source"
+
 inherit java-pkg-2 java-ant-2 versionator
 
 MY_PV=$(replace_all_version_separators '_')

diff --git a/dev-java/jgraphx/jgraphx-1.4.1.2.ebuild b/dev-java/jgraphx/jgraphx-1.4.1.2.ebuild
index 9fe1ad9..a0f83e7 100644
--- a/dev-java/jgraphx/jgraphx-1.4.1.2.ebuild
+++ b/dev-java/jgraphx/jgraphx-1.4.1.2.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-JAVA_PKG_IUSE="doc source"
 EAPI=2
+
+JAVA_PKG_IUSE="doc source"
+
 inherit java-pkg-2 java-ant-2 versionator
 
 MY_PV=$(replace_all_version_separators '_')



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-java/jgraphx/
@ 2013-06-12  8:13 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2013-06-12  8:13 UTC (permalink / raw
  To: gentoo-commits

commit:     18de56e6fcf32e7dcf1b6df8715ea7a6d91febbe
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 07:59:19 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 07:59:19 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=18de56e6

dev-java/jgraphx: Drop old; bump EAPI; fix license; QA -> layout

Package-Manager: portage-2.2.0_alpha179

---
 dev-java/jgraphx/ChangeLog              |  7 +++++-
 dev-java/jgraphx/jgraphx-1.2.0.7.ebuild | 44 ---------------------------------
 dev-java/jgraphx/jgraphx-1.3.0.2.ebuild | 44 ---------------------------------
 dev-java/jgraphx/jgraphx-1.4.1.0.ebuild | 18 ++++++++------
 dev-java/jgraphx/jgraphx-1.4.1.2.ebuild | 44 ---------------------------------
 dev-java/jgraphx/jgraphx-1.8.0.6.ebuild | 20 +++++++++------
 dev-java/jgraphx/metadata.xml           |  4 +--
 7 files changed, 30 insertions(+), 151 deletions(-)

diff --git a/dev-java/jgraphx/ChangeLog b/dev-java/jgraphx/ChangeLog
index 1e6b666..93b782e 100644
--- a/dev-java/jgraphx/ChangeLog
+++ b/dev-java/jgraphx/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-java/jgraphx
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  12 Jun 2013; Justin Lecher <jlec@gentoo.org> -jgraphx-1.2.0.7.ebuild,
+  -jgraphx-1.3.0.2.ebuild, jgraphx-1.4.1.0.ebuild, -jgraphx-1.4.1.2.ebuild,
+  jgraphx-1.8.0.6.ebuild, metadata.xml:
+  Drop old; bump EAPI; fix license; QA -> layout
+
 *jgraphx-1.8.0.6 (28 Jul 2012)
 
   28 Jul 2012; Guillaume Horel <guillaume.horel@gmail.com>

diff --git a/dev-java/jgraphx/jgraphx-1.2.0.7.ebuild b/dev-java/jgraphx/jgraphx-1.2.0.7.ebuild
deleted file mode 100644
index e10480e..0000000
--- a/dev-java/jgraphx/jgraphx-1.2.0.7.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2 versionator
-
-MY_PV=$(replace_all_version_separators '_')
-
-DESCRIPTION="Open-source graph component for Java"
-SRC_URI="http://www.jgraph.com/downloads/jgraphx/archive/${PN}-${MY_PV}.zip -> ${P}.zip"
-HOMEPAGE="http://www.jgraph.com/"
-IUSE="doc examples source"
-DEPEND=">=virtual/jdk-1.5
-	app-arch/unzip"
-RDEPEND=">=virtual/jre-1.5"
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
-	# don't do javadoc always
-	sed -i -e 's/depends="doc"/depends="compile"/' build.xml || \
-		die "sed failed"
-
-	rm -rf doc/api || die
-	rm lib/jgraphx.jar || die
-}
-
-EANT_BUILD_TARGET="build"
-EANT_DOC_TARGET="doc"
-
-src_install() {
-	java-pkg_dojar lib/${PN}.jar
-
-	use doc && java-pkg_dojavadoc docs/api
-	use source && java-pkg_dosrc src/org
-	use examples && java-pkg_doexamples examples
-}

diff --git a/dev-java/jgraphx/jgraphx-1.3.0.2.ebuild b/dev-java/jgraphx/jgraphx-1.3.0.2.ebuild
deleted file mode 100644
index a04453d..0000000
--- a/dev-java/jgraphx/jgraphx-1.3.0.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jgraph/jgraph-5.12.0.4.ebuild,v 1.5 2008/05/13 21:09:16 ken69267 Exp $
-
-EAPI=2
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2 versionator
-
-MY_PV=$(replace_all_version_separators '_')
-
-DESCRIPTION="Open-source graph component for Java"
-SRC_URI="http://www.jgraph.com/downloads/jgraphx/archive/${PN}-${MY_PV}.zip\
-		-> ${P}.zip"
-HOMEPAGE="http://www.jgraph.com"
-IUSE="doc examples source"
-DEPEND=">=virtual/jdk-1.5
-	app-arch/unzip"
-RDEPEND=">=virtual/jre-1.5"
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
-	# don't do javadoc always
-	sed -i \
-		-e 's/depends="doc"/depends="compile"/' \
-		build.xml || die "sed failed"
-	rm -rf doc/api lib/jgraphx.jar || die
-}
-
-EANT_BUILD_TARGET="build"
-EANT_DOC_TARGET="doc"
-
-src_install() {
-	java-pkg_dojar lib/${PN}.jar
-
-	use doc && java-pkg_dojavadoc docs/api
-	use source && java-pkg_dosrc src/org
-	use examples && java-pkg_doexamples examples
-}

diff --git a/dev-java/jgraphx/jgraphx-1.4.1.0.ebuild b/dev-java/jgraphx/jgraphx-1.4.1.0.ebuild
index a0f83e7..1940bda 100644
--- a/dev-java/jgraphx/jgraphx-1.4.1.0.ebuild
+++ b/dev-java/jgraphx/jgraphx-1.4.1.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=5
 
 JAVA_PKG_IUSE="doc source"
 
@@ -11,16 +11,18 @@ inherit java-pkg-2 java-ant-2 versionator
 MY_PV=$(replace_all_version_separators '_')
 
 DESCRIPTION="Open-source graph component for Java"
-SRC_URI="http://www.jgraph.com/downloads/jgraphx/archive/${PN}-${MY_PV}.zip\
-		-> ${P}.zip"
 HOMEPAGE="http://www.jgraph.com"
+SRC_URI="http://www.jgraph.com/downloads/jgraphx/archive/${PN}-${MY_PV}.zip -> ${P}.zip"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
 IUSE="doc examples source"
-DEPEND=">=virtual/jdk-1.5
+
+DEPEND="
+	>=virtual/jdk-1.5
 	app-arch/unzip"
 RDEPEND=">=virtual/jre-1.5"
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
 
 S="${WORKDIR}/${PN}"
 

diff --git a/dev-java/jgraphx/jgraphx-1.4.1.2.ebuild b/dev-java/jgraphx/jgraphx-1.4.1.2.ebuild
deleted file mode 100644
index a0f83e7..0000000
--- a/dev-java/jgraphx/jgraphx-1.4.1.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2 versionator
-
-MY_PV=$(replace_all_version_separators '_')
-
-DESCRIPTION="Open-source graph component for Java"
-SRC_URI="http://www.jgraph.com/downloads/jgraphx/archive/${PN}-${MY_PV}.zip\
-		-> ${P}.zip"
-HOMEPAGE="http://www.jgraph.com"
-IUSE="doc examples source"
-DEPEND=">=virtual/jdk-1.5
-	app-arch/unzip"
-RDEPEND=">=virtual/jre-1.5"
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
-	# don't do javadoc always
-	sed -i \
-		-e 's/depends="doc"/depends="compile"/' \
-		build.xml || die "sed failed"
-	rm -rf doc/api lib/jgraphx.jar || die
-}
-
-EANT_BUILD_TARGET="build"
-EANT_DOC_TARGET="doc"
-
-src_install() {
-	java-pkg_dojar lib/${PN}.jar
-
-	use doc && java-pkg_dojavadoc docs/api
-	use source && java-pkg_dosrc src/org
-	use examples && java-pkg_doexamples examples
-}

diff --git a/dev-java/jgraphx/jgraphx-1.8.0.6.ebuild b/dev-java/jgraphx/jgraphx-1.8.0.6.ebuild
index 895650d..b6d4e27 100644
--- a/dev-java/jgraphx/jgraphx-1.8.0.6.ebuild
+++ b/dev-java/jgraphx/jgraphx-1.8.0.6.ebuild
@@ -1,24 +1,28 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
+
 JAVA_PKG_IUSE="doc source"
+
 inherit java-pkg-2 java-ant-2 versionator
 
 MY_PV=$(replace_all_version_separators '_')
 
 DESCRIPTION="Open-source graph component for Java"
-SRC_URI="http://www.jgraph.com/downloads/jgraphx/archive/${PN}-${MY_PV}.zip\
-		-> ${P}.zip"
 HOMEPAGE="http://www.jgraph.com"
+SRC_URI="http://www.jgraph.com/downloads/jgraphx/archive/${PN}-${MY_PV}.zip -> ${P}.zip"
+
+SLOT="1.8"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
 IUSE="doc examples source"
-DEPEND=">=virtual/jdk-1.5
+
+DEPEND="
+	>=virtual/jdk-1.5
 	app-arch/unzip"
 RDEPEND=">=virtual/jre-1.5"
-LICENSE="as-is"
-SLOT="1.8"
-KEYWORDS="~amd64 ~x86"
 
 S="${WORKDIR}/${PN}"
 

diff --git a/dev-java/jgraphx/metadata.xml b/dev-java/jgraphx/metadata.xml
index 8cdee3b..57850f4 100644
--- a/dev-java/jgraphx/metadata.xml
+++ b/dev-java/jgraphx/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+  <herd>sci</herd>
+  <longdescription lang="en">
   JGraph X is based on the mxGraph architecture, a re-designed core
   based on JGraph experience.
   Overall, JGraph X provides more features that JGraph, with a far


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-java/jgraphx/
@ 2013-10-28  4:29 Guillaume Horel
  0 siblings, 0 replies; 5+ messages in thread
From: Guillaume Horel @ 2013-10-28  4:29 UTC (permalink / raw
  To: gentoo-commits

commit:     3fdfdae1a6c0035e0c7fb31c4c43caf447f613bf
Author:     Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
AuthorDate: Fri Oct 25 12:59:27 2013 +0000
Commit:     Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
CommitDate: Mon Oct 28 04:17:27 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3fdfdae1

dev-java/jgraphx version bump

---
 dev-java/jgraphx/jgraphx-2.1.0.8.ebuild | 42 +++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/dev-java/jgraphx/jgraphx-2.1.0.8.ebuild b/dev-java/jgraphx/jgraphx-2.1.0.8.ebuild
new file mode 100644
index 0000000..899c3a9
--- /dev/null
+++ b/dev-java/jgraphx/jgraphx-2.1.0.8.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+JAVA_PKG_IUSE="doc source"
+inherit java-pkg-2 java-ant-2 versionator
+
+MY_PV=$(replace_all_version_separators '_')
+
+DESCRIPTION="Open-source graph component for Java"
+SRC_URI="http://www.jgraph.com/downloads/jgraphx/archive/${PN}-${MY_PV}.zip\
+		-> ${P}.zip"
+HOMEPAGE="http://www.jgraph.com"
+IUSE="doc examples source"
+DEPEND=">=virtual/jdk-1.5
+	app-arch/unzip"
+RDEPEND=">=virtual/jre-1.5"
+LICENSE="as-is"
+SLOT="2.1"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/${PN}"
+
+src_prepare() {
+	# don't do javadoc always
+	sed -i \
+		-e 's/depends="doc"/depends="compile"/' \
+		build.xml || die "sed failed"
+	rm -rf doc/api lib/jgraphx.jar || die
+}
+
+EANT_BUILD_TARGET="build"
+EANT_DOC_TARGET="doc"
+
+src_install() {
+	java-pkg_dojar lib/${PN}.jar
+
+	use doc && java-pkg_dojavadoc docs/api
+	use source && java-pkg_dosrc src/org
+	use examples && java-pkg_doexamples examples
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-java/jgraphx/
@ 2014-04-22 23:48 Guillaume Horel
  0 siblings, 0 replies; 5+ messages in thread
From: Guillaume Horel @ 2014-04-22 23:48 UTC (permalink / raw
  To: gentoo-commits

commit:     059dac7fcc26e299584ac1b09d48668946304e21
Author:     Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
AuthorDate: Tue Apr 22 23:33:26 2014 +0000
Commit:     Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
CommitDate: Tue Apr 22 23:46:37 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=059dac7f

dev-java/jgraphx: version bump

Package-Manager: portage-2.2.10

---
 dev-java/jgraphx/ChangeLog                                       | 9 +++++++--
 .../jgraphx/{jgraphx-2.1.0.8.ebuild => jgraphx-2.5.0.3.ebuild}   | 4 ++--
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-java/jgraphx/ChangeLog b/dev-java/jgraphx/ChangeLog
index 93b782e..6ac0116 100644
--- a/dev-java/jgraphx/ChangeLog
+++ b/dev-java/jgraphx/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-java/jgraphx
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*jgraphx-2.5.0.3 (22 Apr 2014)
+
+  22 Apr 2014; Guillaume Horel <guillaume.horel@gmail.com>
+  +jgraphx-2.5.0.3.ebuild, -jgraphx-2.1.0.8.ebuild:
+  dev-java/jgraphx: version bump
+
   12 Jun 2013; Justin Lecher <jlec@gentoo.org> -jgraphx-1.2.0.7.ebuild,
   -jgraphx-1.3.0.2.ebuild, jgraphx-1.4.1.0.ebuild, -jgraphx-1.4.1.2.ebuild,
   jgraphx-1.8.0.6.ebuild, metadata.xml:
@@ -42,4 +48,3 @@
   22 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml:
   Initial import of jgraphx, ebuild initially submitted by Guillaume Horel,
   bug #300979
-

diff --git a/dev-java/jgraphx/jgraphx-2.1.0.8.ebuild b/dev-java/jgraphx/jgraphx-2.5.0.3.ebuild
similarity index 97%
rename from dev-java/jgraphx/jgraphx-2.1.0.8.ebuild
rename to dev-java/jgraphx/jgraphx-2.5.0.3.ebuild
index 255d097..7d46432 100644
--- a/dev-java/jgraphx/jgraphx-2.1.0.8.ebuild
+++ b/dev-java/jgraphx/jgraphx-2.5.0.3.ebuild
@@ -16,8 +16,8 @@ IUSE="doc examples source"
 DEPEND=">=virtual/jdk-1.5
 	app-arch/unzip"
 RDEPEND=">=virtual/jre-1.5"
-LICENSE="as-is"
-SLOT="2.1"
+LICENSE="BSD"
+SLOT="2.5"
 KEYWORDS="~amd64 ~x86"
 
 S="${WORKDIR}/${PN}"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-java/jgraphx/
@ 2021-01-03 22:14 Horea Christian
  0 siblings, 0 replies; 5+ messages in thread
From: Horea Christian @ 2021-01-03 22:14 UTC (permalink / raw
  To: gentoo-commits

commit:     680c7787192159fd45db3b72a04247916de3b798
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Jan  1 15:29:11 2021 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Jan  3 22:13:51 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=680c7787

dev-java/jgraphx: EAPI bump, version bump

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-java/jgraphx/jgraphx-1.8.0.6.ebuild            | 45 ----------------------
 dev-java/jgraphx/jgraphx-2.5.0.3.ebuild            | 41 --------------------
 ...jgraphx-1.4.1.0.ebuild => jgraphx-4.2.2.ebuild} | 25 +++++-------
 3 files changed, 10 insertions(+), 101 deletions(-)

diff --git a/dev-java/jgraphx/jgraphx-1.8.0.6.ebuild b/dev-java/jgraphx/jgraphx-1.8.0.6.ebuild
deleted file mode 100644
index ae457bf45..000000000
--- a/dev-java/jgraphx/jgraphx-1.8.0.6.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 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 versionator
-
-MY_PV=$(replace_all_version_separators '_')
-
-DESCRIPTION="Open-source graph component for Java"
-HOMEPAGE="http://www.jgraph.com"
-SRC_URI="http://www.jgraph.com/downloads/jgraphx/archive/${PN}-${MY_PV}.zip -> ${P}.zip"
-
-SLOT="1.8"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples source"
-
-DEPEND="
-	>=virtual/jdk-1.5
-	app-arch/unzip"
-RDEPEND=">=virtual/jre-1.5"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
-	# don't do javadoc always
-	sed -i \
-		-e 's/depends="doc"/depends="compile"/' \
-		build.xml || die "sed failed"
-	rm -rf doc/api lib/jgraphx.jar || die
-}
-
-EANT_BUILD_TARGET="build"
-EANT_DOC_TARGET="doc"
-
-src_install() {
-	java-pkg_dojar lib/${PN}.jar
-
-	use doc && java-pkg_dojavadoc docs/api
-	use source && java-pkg_dosrc src/org
-	use examples && java-pkg_doexamples examples
-}

diff --git a/dev-java/jgraphx/jgraphx-2.5.0.3.ebuild b/dev-java/jgraphx/jgraphx-2.5.0.3.ebuild
deleted file mode 100644
index 926d260f7..000000000
--- a/dev-java/jgraphx/jgraphx-2.5.0.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 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 versionator
-
-MY_PV=$(replace_all_version_separators '_')
-
-DESCRIPTION="Open-source graph component for Java"
-SRC_URI="http://www.jgraph.com/downloads/jgraphx/archive/${PN}-${MY_PV}.zip\
-		-> ${P}.zip"
-HOMEPAGE="http://www.jgraph.com"
-IUSE="doc examples source"
-DEPEND=">=virtual/jdk-1.5
-	app-arch/unzip"
-RDEPEND=">=virtual/jre-1.5"
-LICENSE="BSD"
-SLOT="2.5"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
-	# don't do javadoc always
-	sed -i \
-		-e 's/depends="doc"/depends="compile"/' \
-		build.xml || die "sed failed"
-	rm -rf doc/api lib/jgraphx.jar || die
-}
-
-EANT_BUILD_TARGET="build"
-EANT_DOC_TARGET="doc"
-
-src_install() {
-	java-pkg_dojar lib/${PN}.jar
-
-	use doc && java-pkg_dojavadoc docs/api
-	use source && java-pkg_dosrc src/org
-	use examples && java-pkg_doexamples examples
-}

diff --git a/dev-java/jgraphx/jgraphx-1.4.1.0.ebuild b/dev-java/jgraphx/jgraphx-4.2.2.ebuild
similarity index 63%
rename from dev-java/jgraphx/jgraphx-1.4.1.0.ebuild
rename to dev-java/jgraphx/jgraphx-4.2.2.ebuild
index 488bafcef..de4e6ab36 100644
--- a/dev-java/jgraphx/jgraphx-1.4.1.0.ebuild
+++ b/dev-java/jgraphx/jgraphx-4.2.2.ebuild
@@ -1,31 +1,26 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2 versionator
-
-MY_PV=$(replace_all_version_separators '_')
+inherit java-pkg-2 java-ant-2
 
 DESCRIPTION="Open-source graph component for Java"
-HOMEPAGE="http://www.jgraph.com"
-SRC_URI="http://www.jgraph.com/downloads/jgraphx/archive/${PN}-${MY_PV}.zip -> ${P}.zip"
+HOMEPAGE="https://github.com/jgraph"
+SRC_URI="https://github.com/jgraph/jgraphx/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
-SLOT="0"
 LICENSE="BSD"
+SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc examples source"
 
-DEPEND="
-	>=virtual/jdk-1.5
-	app-arch/unzip"
-RDEPEND=">=virtual/jre-1.5"
+IUSE="doc examples source"
 
-S="${WORKDIR}/${PN}"
+DEPEND=">=virtual/jdk-1.7"
+RDEPEND=">=virtual/jre-1.7"
 
 src_prepare() {
+	default
 	# don't do javadoc always
 	sed -i \
 		-e 's/depends="doc"/depends="compile"/' \


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-01-03 22:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-22 23:48 [gentoo-commits] proj/sci:master commit in: dev-java/jgraphx/ Guillaume Horel
  -- strict thread matches above, loose matches on Subject: below --
2021-01-03 22:14 Horea Christian
2013-10-28  4:29 Guillaume Horel
2013-06-12  8:13 Justin Lecher
2012-05-12 18:07 Alexey Shvetsov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox