Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 324914 Details for
Bug 426756
sci-physics/jaxodraw-2.0.1 - doicon etc/OS/Linux/*.png: etc/OS/Linux/*.png is not a valid file/directory!
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild which fixes the problem for me
jaxodraw-2.0.1-r1.ebuild (text/plain), 1.50 KB, created by
David Zaslavsky
on 2012-09-25 02:28:06 UTC
(
hide
)
Description:
Updated ebuild which fixes the problem for me
Filename:
MIME Type:
Creator:
David Zaslavsky
Created:
2012-09-25 02:28:06 UTC
Size:
1.50 KB
patch
obsolete
># Copyright 1999-2010 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 $ > >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 -) > >DESCRIPTION="Java program for drawing Feynman diagrams" >HOMEPAGE="http://jaxodraw.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}_src.tar.gz > http://downloads.sourceforge.net/jaxodraw/axodraw4j_2008_11_19.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="latex" > >DEPEND=">=virtual/jdk-1.4 > latex? ( dev-texlive/texlive-pstricks )" >RDEPEND=">=virtual/jre-1.4" > >S="${WORKDIR}/JaxoDraw-${MY_PV}" > >src_install() { > java-pkg_newjar build/${PN}-${MY_PV}.jar ${PN}.jar > > 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 > > dodoc src/doc/BUGS src/doc/CHANGELOG src/doc/README src/doc/TODO || die > use doc && java-pkg_dojavadoc build/javadoc > > java-pkg_dolauncher "${PN}" > > if use latex; then > dodir /usr/share/texmf/tex/latex/misc/ > insinto /usr/share/texmf/tex/latex/misc/ > doins "${S}/../axodraw4j.sty" > fi >} > >tex_regen() { > if use latex; then > einfo "Regenerating TeX database..." > /usr/bin/mktexlsr /usr/share/texmf /var/spool/texmf > /dev/null > eend $? > fi >} > >pkg_postinst() { > tex_regen >} > >pkg_postrm() { > tex_regen >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 426756
:
318876
| 324914