Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 235375 Details for
Bug 119276
Ebuild-Request app-office/ganttproject-2.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild for ganttproject-2.0.10
ganttproject-2.0.10.ebuild (text/plain), 1.45 KB, created by
Florian E. Teply
on 2010-06-15 08:06:51 UTC
(
hide
)
Description:
Updated ebuild for ganttproject-2.0.10
Filename:
MIME Type:
Creator:
Florian E. Teply
Created:
2010-06-15 08:06:51 UTC
Size:
1.45 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-java/jgroups/jgroups-2.2.7-r2.ebuild,v 1.1 2006/08/15 10:01:18 nelchael Exp $ > >inherit eutils java-pkg-opt-2 > >DESCRIPTION="Ganttproject ... project management as free as bee(r)" >SRC_URI="http://${PN}.googlecode.com/files/${P}-src.zip" >HOMEPAGE="http://ganttproject.sourceforge.net/" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" >RDEPEND=">=virtual/jre-1.4" > >DEPEND=">=virtual/jdk-1.4 > ${RDEPEND} > >=dev-java/ant-core-1.5 > app-arch/unzip" > >S="${WORKDIR}/${P}-src" > >src_unpack() { > unpack "${A}" >} > >src_compile() { > cd ganttproject-builder > ant || die "build failed" >} > >src_install() { > cd "${S}"/ganttproject > dodoc README COPYING AUTHORS > > cd "${S}"/ganttproject-builder > insinto "${DESTTREE}/share/${PN}/lib" > doins ganttproject-eclipsito-config.xml > > cd dist-bin > > java-pkg_dojar eclipsito.jar > cp -dPR plugins "${D}${DESTTREE}/share/${PN}/lib" > > cat > ${PN} <<EOF >#!/bin/sh > >LOCAL_CLASSPATH=\$(java-config -p ${PN}) > >CONFIGURATION_FILE="${DESTTREE}/share/${PN}/lib/ganttproject-eclipsito-config.xml" >BOOT_CLASS=org.bardsoftware.eclipsito.Boot > ># Gantt Project does not handle absolute paths!!! ># So, if we don't change to / it complains about ># not finding configuration file >cd / > >exec "\$(java-config -J)" -Xmx256m -classpath "\${CLASSPATH}:\${LOCAL_CLASSPATH}" \$BOOT_CLASS "\$CONFIGURATION_FILE" "\$@" >EOF > 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 119276
:
79998
|
96589
|
124305
|
139884
|
196508
|
235375
|
353212
|
353214