public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-java/jlatexmath/
@ 2011-06-09  1:18 Guillaume Horel
  0 siblings, 0 replies; 7+ messages in thread
From: Guillaume Horel @ 2011-06-09  1:18 UTC (permalink / raw
  To: gentoo-commits

commit:     a3d6879ca1e3caad392c0968fcfd725448aadcb3
Author:     Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
AuthorDate: Thu Jun  9 01:15:05 2011 +0000
Commit:     Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
CommitDate: Thu Jun  9 01:15:05 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a3d6879c

[dev-java/jlatexmath] version bump

---
 dev-java/jlatexmath/ChangeLog                      |    8 +++++++-
 ...exmath-0.9.3.ebuild => jlatexmath-0.9.4.ebuild} |   11 +++++++----
 2 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/dev-java/jlatexmath/ChangeLog b/dev-java/jlatexmath/ChangeLog
index 14b9f68..1d3da88 100644
--- a/dev-java/jlatexmath/ChangeLog
+++ b/dev-java/jlatexmath/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-java/jlatexmath
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*jlatexmath-0.9.4 (09 Jun 2011)
+
+  09 Jun 2011; Guillaume Horel <guillaume.horel@gmail.com>
+  -jlatexmath-0.9.3.ebuild, +jlatexmath-0.9.4.ebuild:
+  Version bump
+
 *jlatexmath-0.9.3 (30 Sep 2010)
 
   30 Sep 2010; Thomas Kahle <tom111@gmx.de> +jlatexmath-0.9.3.ebuild:

diff --git a/dev-java/jlatexmath/jlatexmath-0.9.3.ebuild b/dev-java/jlatexmath/jlatexmath-0.9.4.ebuild
similarity index 70%
rename from dev-java/jlatexmath/jlatexmath-0.9.3.ebuild
rename to dev-java/jlatexmath/jlatexmath-0.9.4.ebuild
index e6c3efe..ca95450 100644
--- a/dev-java/jlatexmath/jlatexmath-0.9.3.ebuild
+++ b/dev-java/jlatexmath/jlatexmath-0.9.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -9,7 +9,7 @@ JAVA_PKG_IUSE="doc source"
 inherit java-pkg-2 java-ant-2
 
 DESCRIPTION="A Java API to render LaTeX"
-SRC_URI="http://forge.scilab.org/index.php/p/jlatexmath/downloads/136/get/ -> jlatexmath-src-all-${PV}.jar"
+SRC_URI="http://forge.scilab.org/upload/jlatexmath/files/${PN}-src-${PV}.zip"
 HOMEPAGE="http://forge.scilab.org/index.php/p/jlatexmath"
 
 IUSE="doc examples source"
@@ -23,10 +23,13 @@ KEYWORDS="~amd64 ~x86"
 EANT_BUILD_TARGET="buildJar"
 EANT_DOC_TARGET="doc"
 
-S="${WORKDIR}"
-
 src_install() {
 	java-pkg_newjar dist/${P}.jar ${PN}.jar
 	use doc && java-pkg_dojavadoc doc
 	use source && java-pkg_dosrc src/org
+	#use examples && java-pkg_doexamples examples
+	if use examples; then
+		eant examples
+		java-pkg_doexamples examples
+	fi
 }



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

* [gentoo-commits] proj/sci:master commit in: dev-java/jlatexmath/
@ 2012-05-14 23:55 Sebastien Fabbro
  0 siblings, 0 replies; 7+ messages in thread
From: Sebastien Fabbro @ 2012-05-14 23:55 UTC (permalink / raw
  To: gentoo-commits

commit:     922447c6e66e945c72d954c5c789b83dc984671e
Author:     Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
AuthorDate: Mon May 14 22:30:17 2012 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon May 14 22:30:17 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=922447c6

dev-java/jlatexmath: Version bump

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

---
 dev-java/jlatexmath/ChangeLog               |    8 +++++-
 dev-java/jlatexmath/jlatexmath-0.9.7.ebuild |   35 +++++++++++++++++++++++++++
 2 files changed, 42 insertions(+), 1 deletions(-)

diff --git a/dev-java/jlatexmath/ChangeLog b/dev-java/jlatexmath/ChangeLog
index 1d3da88..0a5dcfc 100644
--- a/dev-java/jlatexmath/ChangeLog
+++ b/dev-java/jlatexmath/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-java/jlatexmath
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*jlatexmath-0.9.7 (14 May 2012)
+
+  14 May 2012; Sébastien Fabbro <bicatali@gentoo.org>
+  +jlatexmath-0.9.7.ebuild:
+  Version bump
+
 *jlatexmath-0.9.4 (09 Jun 2011)
 
   09 Jun 2011; Guillaume Horel <guillaume.horel@gmail.com>

diff --git a/dev-java/jlatexmath/jlatexmath-0.9.7.ebuild b/dev-java/jlatexmath/jlatexmath-0.9.7.ebuild
new file mode 100644
index 0000000..8a4aea2
--- /dev/null
+++ b/dev-java/jlatexmath/jlatexmath-0.9.7.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="A Java API to render LaTeX"
+SRC_URI="http://forge.scilab.org/upload/jlatexmath/files/${PN}-src-${PV}.zip"
+HOMEPAGE="http://forge.scilab.org/index.php/p/jlatexmath"
+
+IUSE="doc examples source"
+DEPEND=">=virtual/jdk-1.5
+	app-arch/unzip"
+RDEPEND=">=virtual/jre-1.5"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+EANT_BUILD_TARGET="buildJar"
+EANT_DOC_TARGET="doc"
+
+src_install() {
+	java-pkg_newjar dist/${P}.jar ${PN}.jar
+	use doc && java-pkg_dojavadoc doc
+	use source && java-pkg_dosrc src/org
+	if use examples; then
+		eant examples
+		java-pkg_doexamples examples
+	fi
+}



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

* [gentoo-commits] proj/sci:master commit in: dev-java/jlatexmath/
@ 2012-07-07  0:37 Sebastien Fabbro
  0 siblings, 0 replies; 7+ messages in thread
From: Sebastien Fabbro @ 2012-07-07  0:37 UTC (permalink / raw
  To: gentoo-commits

commit:     751f2f21ed8ef1f3291788ec5e1b2e0fdab962c7
Author:     Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
AuthorDate: Sat Jul  7 00:37:12 2012 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Sat Jul  7 00:37:12 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=751f2f21

dev-java/jlatexmath: do not compile examples, bug #421743

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

---
 dev-java/jlatexmath/ChangeLog               |    5 +++-
 dev-java/jlatexmath/jlatexmath-0.8.7.ebuild |   32 ------------------------
 dev-java/jlatexmath/jlatexmath-0.9.4.ebuild |   35 ---------------------------
 dev-java/jlatexmath/jlatexmath-0.9.7.ebuild |    5 +---
 4 files changed, 5 insertions(+), 72 deletions(-)

diff --git a/dev-java/jlatexmath/ChangeLog b/dev-java/jlatexmath/ChangeLog
index 0a5dcfc..27e0eac 100644
--- a/dev-java/jlatexmath/ChangeLog
+++ b/dev-java/jlatexmath/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> -jlatexmath-0.8.7.ebuild,
+  -jlatexmath-0.9.4.ebuild, jlatexmath-0.9.7.ebuild:
+  dev-java/jlatexmath: do not compile examples, bug #421743
+
 *jlatexmath-0.9.7 (14 May 2012)
 
   14 May 2012; Sébastien Fabbro <bicatali@gentoo.org>
@@ -21,4 +25,3 @@
 
   22 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml:
   Initial import. Ebuild submitted by Guillaume Horel, bug #301048
-

diff --git a/dev-java/jlatexmath/jlatexmath-0.8.7.ebuild b/dev-java/jlatexmath/jlatexmath-0.8.7.ebuild
deleted file mode 100644
index a416492..0000000
--- a/dev-java/jlatexmath/jlatexmath-0.8.7.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2010 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
-
-DESCRIPTION="A Java API to render LaTeX"
-SRC_URI="http://forge.scilab.org/index.php/p/${PN}/downloads/29/get/ -> ${PN}-src-${PV}.jar"
-HOMEPAGE="http://forge.scilab.org/index.php/p/jlatexmath"
-
-IUSE="doc examples source"
-DEPEND=">=virtual/jdk-1.5"
-RDEPEND=">=virtual/jre-1.5"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-EANT_BUILD_TARGET="buildJar"
-EANT_DOC_TARGET="doc"
-
-S="${WORKDIR}"
-
-src_install() {
-	java-pkg_newjar dist/${P}.jar ${PN}.jar
-	use doc && java-pkg_dojavadoc doc
-	use source && java-pkg_dosrc src/org
-}

diff --git a/dev-java/jlatexmath/jlatexmath-0.9.4.ebuild b/dev-java/jlatexmath/jlatexmath-0.9.4.ebuild
deleted file mode 100644
index ca95450..0000000
--- a/dev-java/jlatexmath/jlatexmath-0.9.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 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
-
-DESCRIPTION="A Java API to render LaTeX"
-SRC_URI="http://forge.scilab.org/upload/jlatexmath/files/${PN}-src-${PV}.zip"
-HOMEPAGE="http://forge.scilab.org/index.php/p/jlatexmath"
-
-IUSE="doc examples source"
-DEPEND=">=virtual/jdk-1.5"
-RDEPEND=">=virtual/jre-1.5"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-EANT_BUILD_TARGET="buildJar"
-EANT_DOC_TARGET="doc"
-
-src_install() {
-	java-pkg_newjar dist/${P}.jar ${PN}.jar
-	use doc && java-pkg_dojavadoc doc
-	use source && java-pkg_dosrc src/org
-	#use examples && java-pkg_doexamples examples
-	if use examples; then
-		eant examples
-		java-pkg_doexamples examples
-	fi
-}

diff --git a/dev-java/jlatexmath/jlatexmath-0.9.7.ebuild b/dev-java/jlatexmath/jlatexmath-0.9.7.ebuild
index 8a4aea2..ff19bde 100644
--- a/dev-java/jlatexmath/jlatexmath-0.9.7.ebuild
+++ b/dev-java/jlatexmath/jlatexmath-0.9.7.ebuild
@@ -28,8 +28,5 @@ src_install() {
 	java-pkg_newjar dist/${P}.jar ${PN}.jar
 	use doc && java-pkg_dojavadoc doc
 	use source && java-pkg_dosrc src/org
-	if use examples; then
-		eant examples
-		java-pkg_doexamples examples
-	fi
+	use examples && java-pkg_doexamples examples
 }



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

* [gentoo-commits] proj/sci:master commit in: dev-java/jlatexmath/
@ 2012-09-25  6:08 Guillaume Horel
  0 siblings, 0 replies; 7+ messages in thread
From: Guillaume Horel @ 2012-09-25  6:08 UTC (permalink / raw
  To: gentoo-commits

commit:     c8b4b573bb88c08c6faa25f7d40c9161a5c04bf4
Author:     Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
AuthorDate: Tue Sep 25 05:44:02 2012 +0000
Commit:     Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
CommitDate: Tue Sep 25 06:07:02 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c8b4b573

[dev-java/jlatexmath] version bump

---
 dev-java/jlatexmath/ChangeLog               |    6 +++++
 dev-java/jlatexmath/jlatexmath-1.0.0.ebuild |   32 +++++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/dev-java/jlatexmath/ChangeLog b/dev-java/jlatexmath/ChangeLog
index 27e0eac..f3a9f0a 100644
--- a/dev-java/jlatexmath/ChangeLog
+++ b/dev-java/jlatexmath/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*jlatexmath-1.0.0 (25 Sep 2012)
+
+  25 Sep 2012; Guillaume Horel <guillaume.horel@gmail.com>
+  +jlatexmath-1.0.0.ebuild:
+  version bump
+
   07 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> -jlatexmath-0.8.7.ebuild,
   -jlatexmath-0.9.4.ebuild, jlatexmath-0.9.7.ebuild:
   dev-java/jlatexmath: do not compile examples, bug #421743

diff --git a/dev-java/jlatexmath/jlatexmath-1.0.0.ebuild b/dev-java/jlatexmath/jlatexmath-1.0.0.ebuild
new file mode 100644
index 0000000..80245c7
--- /dev/null
+++ b/dev-java/jlatexmath/jlatexmath-1.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="A Java API to render LaTeX"
+SRC_URI="http://forge.scilab.org/index.php/p/${PN}/downloads/get/${PN}-src-${PV}.zip"
+HOMEPAGE="http://forge.scilab.org/index.php/p/jlatexmath"
+
+IUSE="doc examples source"
+DEPEND=">=virtual/jdk-1.5
+	  app-arch/unzip"
+RDEPEND=">=virtual/jre-1.5"
+
+LICENSE="GPL-2"
+SLOT="1"
+KEYWORDS="~amd64 ~x86"
+
+EANT_BUILD_TARGET="buildJar"
+EANT_DOC_TARGET="doc"
+
+src_install() {
+	java-pkg_newjar dist/${P}.jar ${PN}.jar
+	use doc && java-pkg_dojavadoc doc
+	use source && java-pkg_dosrc src/org
+	use examples && java-pkg_doexamples examples
+}


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

* [gentoo-commits] proj/sci:master commit in: dev-java/jlatexmath/
@ 2013-04-24  4:41 Guillaume Horel
  0 siblings, 0 replies; 7+ messages in thread
From: Guillaume Horel @ 2013-04-24  4:41 UTC (permalink / raw
  To: gentoo-commits

commit:     76bcde0c60d88d7f767eedee54ba69538b6f4771
Author:     Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
AuthorDate: Wed Apr 24 02:43:09 2013 +0000
Commit:     Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
CommitDate: Wed Apr 24 02:43:09 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=76bcde0c

dev-java/jlatexmath version bump

---
 dev-java/jlatexmath/jlatexmath-1.0.0.ebuild        |   32 --------------------
 ...exmath-0.9.7.ebuild => jlatexmath-1.0.2.ebuild} |   22 +++++++-------
 2 files changed, 11 insertions(+), 43 deletions(-)

diff --git a/dev-java/jlatexmath/jlatexmath-1.0.0.ebuild b/dev-java/jlatexmath/jlatexmath-1.0.0.ebuild
deleted file mode 100644
index 80245c7..0000000
--- a/dev-java/jlatexmath/jlatexmath-1.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="A Java API to render LaTeX"
-SRC_URI="http://forge.scilab.org/index.php/p/${PN}/downloads/get/${PN}-src-${PV}.zip"
-HOMEPAGE="http://forge.scilab.org/index.php/p/jlatexmath"
-
-IUSE="doc examples source"
-DEPEND=">=virtual/jdk-1.5
-	  app-arch/unzip"
-RDEPEND=">=virtual/jre-1.5"
-
-LICENSE="GPL-2"
-SLOT="1"
-KEYWORDS="~amd64 ~x86"
-
-EANT_BUILD_TARGET="buildJar"
-EANT_DOC_TARGET="doc"
-
-src_install() {
-	java-pkg_newjar dist/${P}.jar ${PN}.jar
-	use doc && java-pkg_dojavadoc doc
-	use source && java-pkg_dosrc src/org
-	use examples && java-pkg_doexamples examples
-}

diff --git a/dev-java/jlatexmath/jlatexmath-0.9.7.ebuild b/dev-java/jlatexmath/jlatexmath-1.0.2.ebuild
similarity index 77%
rename from dev-java/jlatexmath/jlatexmath-0.9.7.ebuild
rename to dev-java/jlatexmath/jlatexmath-1.0.2.ebuild
index ff19bde..b6b5979 100644
--- a/dev-java/jlatexmath/jlatexmath-0.9.7.ebuild
+++ b/dev-java/jlatexmath/jlatexmath-1.0.2.ebuild
@@ -1,31 +1,31 @@
-# 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"
+JAVA_PKG_IUSE="doc examples source"
 
 inherit java-pkg-2 java-ant-2
 
 DESCRIPTION="A Java API to render LaTeX"
-SRC_URI="http://forge.scilab.org/upload/jlatexmath/files/${PN}-src-${PV}.zip"
 HOMEPAGE="http://forge.scilab.org/index.php/p/jlatexmath"
-
-IUSE="doc examples source"
-DEPEND=">=virtual/jdk-1.5
-	app-arch/unzip"
-RDEPEND=">=virtual/jre-1.5"
+SRC_URI="http://forge.scilab.org/upload/jlatexmath/files/${PN}-src-${PV}.zip"
 
 LICENSE="GPL-2"
-SLOT="0"
+SLOT="1"
 KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=virtual/jdk-1.5
+		app-arch/unzip"
+RDEPEND=">=virtual/jre-1.5"
 
 EANT_BUILD_TARGET="buildJar"
 EANT_DOC_TARGET="doc"
 
 src_install() {
-	java-pkg_newjar dist/${P}.jar ${PN}.jar
+	java-pkg_newjar dist/"${P}.jar" "${PN}.jar"
 	use doc && java-pkg_dojavadoc doc
 	use source && java-pkg_dosrc src/org
 	use examples && java-pkg_doexamples examples


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

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

commit:     b7f75143d57366ad18699914d91e488968a1ef35
Author:     Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
AuthorDate: Tue Apr 22 23:36:37 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=b7f75143

dev-java/jlatexmath: version bump

Package-Manager: portage-2.2.10

---
 dev-java/jlatexmath/ChangeLog                                     | 8 +++++++-
 .../{jlatexmath-1.0.2.ebuild => jlatexmath-1.0.3.ebuild}          | 0
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-java/jlatexmath/ChangeLog b/dev-java/jlatexmath/ChangeLog
index f3a9f0a..b693f2f 100644
--- a/dev-java/jlatexmath/ChangeLog
+++ b/dev-java/jlatexmath/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-java/jlatexmath
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*jlatexmath-1.0.3 (22 Apr 2014)
+
+  22 Apr 2014; Guillaume Horel <guillaume.horel@gmail.com>
+  +jlatexmath-1.0.3.ebuild, -jlatexmath-1.0.2.ebuild:
+  dev-java/jlatexmath: version bump
+
 *jlatexmath-1.0.0 (25 Sep 2012)
 
   25 Sep 2012; Guillaume Horel <guillaume.horel@gmail.com>

diff --git a/dev-java/jlatexmath/jlatexmath-1.0.2.ebuild b/dev-java/jlatexmath/jlatexmath-1.0.3.ebuild
similarity index 100%
rename from dev-java/jlatexmath/jlatexmath-1.0.2.ebuild
rename to dev-java/jlatexmath/jlatexmath-1.0.3.ebuild


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

* [gentoo-commits] proj/sci:master commit in: dev-java/jlatexmath/
@ 2021-03-03 11:49 Andrew Ammerlaan
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2021-03-03 11:49 UTC (permalink / raw
  To: gentoo-commits

commit:     224a25ffa223b9f77542bd8fef411a8074cd2ee7
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Mar  3 11:49:33 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Mar  3 11:49:33 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=224a25ff

dev-java/jlatexmath: EAPI bump

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-java/jlatexmath/jlatexmath-1.0.3.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-java/jlatexmath/jlatexmath-1.0.3.ebuild b/dev-java/jlatexmath/jlatexmath-1.0.3.ebuild
index cda71615d..a9945c021 100644
--- a/dev-java/jlatexmath/jlatexmath-1.0.3.ebuild
+++ b/dev-java/jlatexmath/jlatexmath-1.0.3.ebuild
@@ -1,7 +1,7 @@
-# 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 examples source"
 
@@ -14,10 +14,9 @@ SRC_URI="http://forge.scilab.org/upload/jlatexmath/files/${PN}-src-${PV}.zip"
 LICENSE="GPL-2"
 SLOT="1"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-DEPEND=">=virtual/jdk-1.5
-		app-arch/unzip"
+DEPEND=">=virtual/jdk-1.5"
+BDEPEND="app-arch/unzip"
 RDEPEND=">=virtual/jre-1.5"
 
 EANT_BUILD_TARGET="buildJar"


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

end of thread, other threads:[~2021-03-03 11:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-03 11:49 [gentoo-commits] proj/sci:master commit in: dev-java/jlatexmath/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2014-04-22 23:48 Guillaume Horel
2013-04-24  4:41 Guillaume Horel
2012-09-25  6:08 Guillaume Horel
2012-07-07  0:37 Sebastien Fabbro
2012-05-14 23:55 Sebastien Fabbro
2011-06-09  1:18 Guillaume Horel

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