public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-java/jlatexmath/
Date: Sat,  7 Jul 2012 00:37:28 +0000 (UTC)	[thread overview]
Message-ID: <1341621432.751f2f21ed8ef1f3291788ec5e1b2e0fdab962c7.bicatali@gentoo> (raw)

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
 }



             reply	other threads:[~2012-07-07  0:37 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1341621432.751f2f21ed8ef1f3291788ec5e1b2e0fdab962c7.bicatali@gentoo \
    --to=bicatali@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox