From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SU58J-0001Hr-SP for garchives@archives.gentoo.org; Mon, 14 May 2012 23:56:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A98EE0ABB; Mon, 14 May 2012 23:55:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id ED89FE0AB4 for ; Mon, 14 May 2012 23:55:47 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 640131B4031 for ; Mon, 14 May 2012 23:55:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7085BE5439 for ; Mon, 14 May 2012 23:55:45 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1337034617.922447c6e66e945c72d954c5c789b83dc984671e.bicatali@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-java/jlatexmath/ X-VCS-Repository: proj/sci X-VCS-Files: dev-java/jlatexmath/ChangeLog dev-java/jlatexmath/jlatexmath-0.9.7.ebuild X-VCS-Directories: dev-java/jlatexmath/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 922447c6e66e945c72d954c5c789b83dc984671e X-VCS-Branch: master Date: Mon, 14 May 2012 23:55:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5548f123-624f-4839-b56d-65b59b45d53f X-Archives-Hash: de56a402cd6f89e849e33461d4537ff0 commit: 922447c6e66e945c72d954c5c789b83dc984671e Author: S=C3=A9bastien Fabbro gmail com> AuthorDate: Mon May 14 22:30:17 2012 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Mon May 14 22:30:17 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D922447c6 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/ChangeLo= g 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: $ =20 +*jlatexmath-0.9.7 (14 May 2012) + + 14 May 2012; S=C3=A9bastien Fabbro + +jlatexmath-0.9.7.ebuild: + Version bump + *jlatexmath-0.9.4 (09 Jun 2011) =20 09 Jun 2011; Guillaume Horel diff --git a/dev-java/jlatexmath/jlatexmath-0.9.7.ebuild b/dev-java/jlate= xmath/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=3D4 + +JAVA_PKG_IUSE=3D"doc source" + +inherit java-pkg-2 java-ant-2 + +DESCRIPTION=3D"A Java API to render LaTeX" +SRC_URI=3D"http://forge.scilab.org/upload/jlatexmath/files/${PN}-src-${P= V}.zip" +HOMEPAGE=3D"http://forge.scilab.org/index.php/p/jlatexmath" + +IUSE=3D"doc examples source" +DEPEND=3D">=3Dvirtual/jdk-1.5 + app-arch/unzip" +RDEPEND=3D">=3Dvirtual/jre-1.5" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" + +EANT_BUILD_TARGET=3D"buildJar" +EANT_DOC_TARGET=3D"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 +}