diff options
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jlatexmath-fop/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/jlatexmath-fop/jlatexmath-fop-0.9.4.ebuild (renamed from dev-java/jlatexmath-fop/jlatexmath-fop-0.9.3.ebuild) | 10 |
2 files changed, 13 insertions, 5 deletions
diff --git a/dev-java/jlatexmath-fop/ChangeLog b/dev-java/jlatexmath-fop/ChangeLog index ea678f5f6..20909fa1f 100644 --- a/dev-java/jlatexmath-fop/ChangeLog +++ b/dev-java/jlatexmath-fop/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-java/jlatexmath-fop -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*jlatexmath-fop-0.9.4 (09 Jun 2011) + + 09 Jun 2011; Guillaume Horel <guillaume.horel@gmail.com> + -jlatexmath-fop-0.9.3.ebuild, +jlatexmath-fop-0.9.4.ebuild: + Version bump + 01 Dec 2010; Thomas Kahle <tomka@gentoo.org> jlatexmath-fop-0.9.3.ebuild: removed stale doc useflag. Fix by Guillaume Horel in bug 301048. diff --git a/dev-java/jlatexmath-fop/jlatexmath-fop-0.9.3.ebuild b/dev-java/jlatexmath-fop/jlatexmath-fop-0.9.4.ebuild index f439d592c..7306b8889 100644 --- a/dev-java/jlatexmath-fop/jlatexmath-fop-0.9.3.ebuild +++ b/dev-java/jlatexmath-fop/jlatexmath-fop-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: $ @@ -8,8 +8,10 @@ JAVA_PKG_IUSE="examples source" inherit java-pkg-2 java-ant-2 +MY_PN="${PN/-fop/}" +MY_P="${P/-fop/}" DESCRIPTION="jlatexmath plugin for dev-java/fop" -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/${MY_PN}-src-all-${PV}.zip" HOMEPAGE="http://forge.scilab.org/index.php/p/jlatexmath" IUSE="" @@ -25,10 +27,10 @@ KEYWORDS="~amd64 ~x86" EANT_BUILD_TARGET="buildJar" -S="${WORKDIR}"/plugin/fop +S="${WORKDIR}/${MY_P}/plugin/fop" src_prepare() { - cd "${WORKDIR}" + cd "${WORKDIR}/${MY_P}" sed -i -e "s:/usr/share/java/fop.jar:$(java-pkg_getjar fop fop.jar):g" \ -e "s:/usr/share/java/xmlgraphics-commons.jar:$(java-pkg_getjar xmlgraphics-commons-1.3 xmlgraphics-commons.jar):g" \ -e "s:/usr/share/java/batik.jar:$(java-pkg_getjar batik-1.7 batik-all.jar):g" \ |