Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 216562 Details for
Bug 300979
[science overlay] Version Bump dev-java/jgraph -> dev-java/jgraphx (New package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
jgraphx-1.0.2.8.ebuild
jgraphx-1.0.2.8.ebuild (text/plain), 1.04 KB, created by
Guillaume Horel
on 2010-01-15 03:03:17 UTC
(
hide
)
Description:
jgraphx-1.0.2.8.ebuild
Filename:
MIME Type:
Creator:
Guillaume Horel
Created:
2010-01-15 03:03:17 UTC
Size:
1.04 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-java/jgraph/jgraph-5.12.0.4.ebuild,v 1.5 2008/05/13 21:09:16 ken69267 Exp $ > >JAVA_PKG_IUSE="doc source" > >inherit java-pkg-2 java-ant-2 versionator > >MY_PV=$(replace_all_version_separators '_') > >DESCRIPTION="Open-source graph component for Java" >SRC_URI="http://guillaume.horel.free.fr/${PN}-${MY_PV}.zip" >HOMEPAGE="http://www.jgraph.com" >IUSE="doc examples source" >DEPEND=">=virtual/jdk-1.5 > app-arch/unzip" >RDEPEND=">=virtual/jre-1.5" >LICENSE="as-is" >SLOT="0" >KEYWORDS="~x86" > >S="${WORKDIR}/${PN}" > >src_unpack() { > unpack ${A} > cd "${S}" > > # don't do javadoc always > sed -i -e 's/depends="doc"/depends="compile"/' build.xml || \ > die "sed failed" > > rm -rf doc/api || die > rm lib/jgraphx.jar || die >} > >EANT_BUILD_TARGET="build" >EANT_DOC_TARGET="doc" > >src_install() { > java-pkg_dojar lib/${PN}.jar > > use doc && java-pkg_dojavadoc docs > use source && java-pkg_dosrc src/org > use examples && java-pkg_doexamples examples >}
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 300979
:
216562
|
220529
|
220531