Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 206836 Details for
Bug 190636
app-office/openproj-1.4: new ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
=app-office/openproj-1.4 source ;)
openproj-1.4.ebuild (text/plain), 1.81 KB, created by
Oleh Kravchenko
on 2009-10-12 08:06:23 UTC
(
hide
)
Description:
=app-office/openproj-1.4 source ;)
Filename:
MIME Type:
Creator:
Oleh Kravchenko
Created:
2009-10-12 08:06:23 UTC
Size:
1.81 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit java-pkg-2 java-ant-2 > >DESCRIPTION="A desktop replacement for Microsoft Project. It is capable of sharing files with Microsoft Project and has very similar functionality (Gantt, PERT diagram, histogram, charts, reports, detailed usage), as well as tree views which aren't in MS Project" >HOMEPAGE="http://www.openproj.org/openproj" >SRC_URI="mirror://sourceforge/openproj/openproj-${PV}-src.tar.gz" > >LICENSE="CPL-1.0" > >SLOT="0" >IUSE="" > >KEYWORDS="~amd64 ~x86" > >DEPEND=">=virtual/jdk-1.6 dev-java/ant-core" >RDEPEND=">=virtual/jdk-1.6" > >S="${WORKDIR}/openproj-${PV}-src" > >src_unpack() { > unpack ${A} > cd "${S}/openproj_build/resources" > > epatch "${FILESDIR}/openproj-${PV}-fix-launcher.patch" >} > >src_compile() { > JAVA_ANT_ENCODING="UTF-8" > > cd "${S}/openproj_contrib" > ant build-contrib build-script build-exchange build-reports > > JAVA_OPTS="-Xmx128m" > java $JAVA_OPTS -jar ant-lib/proguard.jar @openproj_contrib.conf > java $JAVA_OPTS -jar ant-lib/proguard.jar @openproj_script.conf > java $JAVA_OPTS -jar ant-lib/proguard.jar @openproj_exchange.conf > java $JAVA_OPTS -jar ant-lib/proguard.jar @openproj_exchange2.conf > java $JAVA_OPTS -jar ant-lib/proguard.jar @openproj_reports.conf > > cd "${S}/openproj_build" > ant -Dbuild_contrib=false >} > >src_install() { > java-pkg_jarinto "/usr/share/${PN}/lib/" > java-pkg_dojar ${S}/openproj_build/dist/lib/*.jar > > java-pkg_jarinto "/usr/share/${PN}/" > java-pkg_dojar ${S}/openproj_build/dist/${PN}.jar > > insinto "/usr/share/${PN}/" > > doins ${S}/openproj_build/resources/openproj.sh > fperms a+rx "/usr/share/${PN}/openproj.sh" > dosym "/usr/share/${PN}/openproj.sh" /usr/bin/openproj > > domenu ${S}/openproj_build/resources/openproj.desktop > doicon ${S}/openproj_build/resources/openproj.png >}
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 190636
:
130268
|
130271
|
130272
|
130279
|
130281
|
143204
|
143206
|
155687
|
155689
|
167732
|
167734
| 206836 |
206837