Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 30402 Details for
Bug 47734
NEW EBUILD chart2d-1.9.6
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated ebuild.
chart2d-1.9.6k.ebuild (text/plain), 906 bytes, created by
Redeeman
on 2004-04-30 12:36:53 UTC
(
hide
)
Description:
updated ebuild.
Filename:
MIME Type:
Creator:
Redeeman
Created:
2004-04-30 12:36:53 UTC
Size:
906 bytes
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils java-pkg > >DESCRIPTION="Java programming library for visualizing quantitative data using two-dimensional charts." >HOMEPAGE="http://chart2d.sourceforge.net/" >SRC_URI="mirror://sourceforge/chart2d/Chart2D_${PV}.zip" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="x86" >IUSE="" > >RDEPEND=">=virtual/jdk-1.3" > >src_unpack() { > mkdir ${PN}; cd ${PN} > unpack ${A} >} > >S="${WORKDIR}/${PN}/" > >src_compile() { > find . -name '*.class' -exec rm {} \; > javac -O *.java >} > >src_install() { > mkdir -p "${D}/usr/share/${PN}/" > cp -r net/ "${D}/usr/share/${PN}/" > > find net/ -name '*.java' -exec rm {} \; > jar cfv chart2d.jar net/ > java-pkg_dojar chart2d.jar > > dodoc Changelog.txt > use doc && docinto javadoc && dohtml -r javadocs/ > use doc && docinto tutorial && dohtml -r Tutorial/ >}
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 47734
:
29219
| 30402