diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2014-03-28 10:49:32 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2014-03-28 10:49:32 +0000 |
commit | acc99789e032f049bf5a171f97da16e31d13125a (patch) | |
tree | f9106c282bf029ee4cae94d5bf1bcc6c9e26d261 /sci-physics | |
parent | Version bump. (diff) | |
download | gentoo-2-acc99789e032f049bf5a171f97da16e31d13125a.tar.gz gentoo-2-acc99789e032f049bf5a171f97da16e31d13125a.tar.bz2 gentoo-2-acc99789e032f049bf5a171f97da16e31d13125a.zip |
Revision bump, adapt to new icon location and install desktop entry instead of menu item; fixes bug #426756, this fix has been contributed by David Zaslavsky (diazona).
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/jaxodraw/ChangeLog | 12 | ||||
-rw-r--r-- | sci-physics/jaxodraw/jaxodraw-2.0.1-r1.ebuild (renamed from sci-physics/jaxodraw/jaxodraw-2.0.1.ebuild) | 15 |
2 files changed, 19 insertions, 8 deletions
diff --git a/sci-physics/jaxodraw/ChangeLog b/sci-physics/jaxodraw/ChangeLog index 16c53486dc47..090a7b0513f6 100644 --- a/sci-physics/jaxodraw/ChangeLog +++ b/sci-physics/jaxodraw/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sci-physics/jaxodraw -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/jaxodraw/ChangeLog,v 1.12 2012/12/16 14:18:37 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/jaxodraw/ChangeLog,v 1.13 2014/03/28 10:49:32 tomwij Exp $ + +*jaxodraw-2.0.1-r1 (28 Mar 2014) + + 28 Mar 2014; Tom Wijsman <TomWij@gentoo.org> +jaxodraw-2.0.1-r1.ebuild, + -jaxodraw-2.0.1.ebuild: + Revision bump, adapt to new icon location and install desktop entry instead of + menu item; fixes bug #426756, this fix has been contributed by David Zaslavsky + (diazona). 16 Dec 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml: Cleanup due retirement, #95685 diff --git a/sci-physics/jaxodraw/jaxodraw-2.0.1.ebuild b/sci-physics/jaxodraw/jaxodraw-2.0.1-r1.ebuild index bb0a1019f915..25906aa70c42 100644 --- a/sci-physics/jaxodraw/jaxodraw-2.0.1.ebuild +++ b/sci-physics/jaxodraw/jaxodraw-2.0.1-r1.ebuild @@ -1,13 +1,15 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/jaxodraw/jaxodraw-2.0.1.ebuild,v 1.1 2010/04/02 18:13:40 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/jaxodraw/jaxodraw-2.0.1-r1.ebuild,v 1.1 2014/03/28 10:49:32 tomwij Exp $ + +EAPI="5" JAVA_PKG_IUSE="doc source" WANT_ANT_TASKS="ant-trax" inherit java-pkg-2 java-ant-2 versionator eutils -MY_PV=$(replace_version_separator 2 -) +MY_PV="$(replace_version_separator 2 -)" DESCRIPTION="Java program for drawing Feynman diagrams" HOMEPAGE="http://jaxodraw.sourceforge.net/" @@ -20,7 +22,8 @@ KEYWORDS="~amd64 ~x86" IUSE="latex" DEPEND=">=virtual/jdk-1.4 - latex? ( dev-texlive/texlive-pstricks )" + latex? ( dev-texlive/texlive-pstricks:0 )" + RDEPEND=">=virtual/jre-1.4" S="${WORKDIR}/JaxoDraw-${MY_PV}" @@ -28,8 +31,8 @@ S="${WORKDIR}/JaxoDraw-${MY_PV}" src_install() { java-pkg_newjar build/${PN}-${MY_PV}.jar ${PN}.jar - doicon etc/OS/Linux/*.png - domenu etc/OS/Linux/${PN}.desktop + newicon src/site/xdocs/images/favicon.ico jaxodraw.ico + make_desktop_entry jaxodraw JaxoDraw jaxodraw.ico use source && java-pkg_dosrc src/main/java/net |