Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 46525 Details for
Bug 72765
JabRef 1.6 released.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
jabref-1.6.ebuild
jabref-1.6.ebuild (text/plain), 1.39 KB, created by
Jan Brinkmann (RETIRED)
on 2004-12-21 03:04:45 UTC
(
hide
)
Description:
jabref-1.6.ebuild
Filename:
MIME Type:
Creator:
Jan Brinkmann (RETIRED)
Created:
2004-12-21 03:04:45 UTC
Size:
1.39 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-text/jabref/jabref-1.5.ebuild,v 1.4 2004/10/26 13:36:58 axxo Exp $ > >inherit java-pkg > >DESCRIPTION="GUI frontend for BibTeX, written in Java" >HOMEPAGE="http://jabref.sourceforge.net/" >SRC_URI="mirror://sourceforge/jabref/JabRef-${PV}-src.tar.bz2" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~sparc ~ppc ~amd64" >IUSE="jikes" > >DEPEND=">=virtual/jdk-1.4 > >=dev-java/ant-1.4.1 > jikes? ( dev-java/jikes )" >RDEPEND=">=virtual/jre-1.4 > >=dev-java/antlr-2.7.3 > >=dev-java/jgoodies-looks-bin-1.2.2 > >=dev-java/commons-logging-1.0.4 > >=dev-java/commons-httpclient-2" > >src_unpack() { > unpack ${A} > cd ${S}/lib > rm -f antlr.jar looks-*.jar > > java-pkg_jar-from antlr > java-pkg_jar-from jgoodies-looks-bin jgoodies-looks-bin.jar looks-1.2.2.jar > java-pkg_jar-from commons-logging commons-logging.jar > java-pkg_jar-from commons-httpclient commons-httpclient.jar commons-httpclient-2.0.jar >} > > >src_compile() { > local antflags="compile unjarlib jars" > use jikes && antflags="${antflags} -Dbuild.compiler=jikes" > ant ${antflags} || die "compile problem" >} > >src_install() { > java-pkg_dojar build/lib/${PN}.jar > > echo "#!/bin/sh" > ${PN} > echo "cd /usr/share/${PN}" >> ${PN} > echo '${JAVA_HOME}'/bin/java -jar lib/${PN}.jar '$*' >> ${PN} > > dobin ${PN} >}
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 72765
: 46525