Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 131283 Details for
Bug 193024
app-text/jabref-2.3_beta2 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild file
jabref-2.3_beta2.ebuild (text/plain), 1.58 KB, created by
jjmmma
on 2007-09-19 07:33:08 UTC
(
hide
)
Description:
ebuild file
Filename:
MIME Type:
Creator:
jjmmma
Created:
2007-09-19 07:33:08 UTC
Size:
1.58 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># Added by jjmmma@gmail.com > >JAVA_PKG_IUSE="doc" >inherit eutils java-pkg-2 java-ant-2 > >DESCRIPTION="GUI frontend for BibTeX, written in Java" >HOMEPAGE="http://jabref.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/JabRef-2.3b2-src.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="amd64 ppc x86" >IUSE="" > >CDEPEND="dev-java/spin > >=dev-java/glazedlists-1.5.0 > >=dev-java/antlr-2.7.3 > <dev-java/jgoodies-forms-1.1.0 > >=dev-java/jgoodies-looks-2.0 > >=dev-java/microba-0.4.3 > dev-java/jempbox > dev-java/pdfbox" > >RDEPEND=">=virtual/jre-1.4 > ${CDEPEND}" > >DEPEND=">=virtual/jdk-1.4 > ${RDEPEND}" > >src_unpack() { > unpack ${A} > > cd "${S}" > # moves jarbundler definition to where it's needed (not by us) > # don't call unjarlib, don't want to absorb deps > epatch "${FILESDIR}/${P}-build.xml.patch" > > mkdir libs > mv lib/antlr-3* libs/antlr3.jar > rm -v lib/* > > java-ant_rewrite-classpath >} > >src_compile() { > java-pkg_filter-compiler jikes > > local gcp=$(java-pkg_getjars antlr,spin,glazedlists,jgoodies-looks-2.0,jgoodies-forms,microba,jempbox,pdfbox) > gcp="${gcp}:libs/antlr3.jar" > eant -Dgentoo.classpath="${gcp}" jars \ > $(use_doc -Dbuild.javadocs=build/docs/api javadocs) >} > >src_install() { > java-pkg_newjar build/lib/JabRef-${PV}.jar > java-pkg_dojar libs/antlr3.jar > > use doc && java-pkg_dojavadoc build/docs/api > dodoc src/txt/README > > java-pkg_dolauncher ${PN} \ > --main net.sf.jabref.JabRef > > newicon src/images/JabRef-icon-48.png JabRef-icon.png || die > make_desktop_entry jabref JabRef JabRef-icon.png Office >}
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 193024
: 131283