Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 294545 Details for
Bug 389877
dev-util/weka 3.6.6 bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Proposed weka-3.6.6.ebuild with new icon and .desktop entry
weka-3.6.6-r1.ebuild (text/plain), 1.89 KB, created by
Randall Wald
on 2011-12-02 22:18:47 UTC
(
hide
)
Description:
Proposed weka-3.6.6.ebuild with new icon and .desktop entry
Filename:
MIME Type:
Creator:
Randall Wald
Created:
2011-12-02 22:18:47 UTC
Size:
1.89 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-util/weka/weka-3.6.4.ebuild,v 1.4 2011/06/23 17:19:00 ranger Exp $ > >EAPI="3" > >JAVA_PKG_IUSE="doc source" > >inherit eutils java-pkg-2 java-ant-2 versionator > >MY_P="${PN}-$(replace_all_version_separators '-')" >DESCRIPTION="A Java data mining package" >SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip > http://dl.dropbox.com/u/7496278/weka_demo.png" >HOMEPAGE="http://www.cs.waikato.ac.nz/ml/weka/" >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="amd64 ppc x86" >DEPEND=">=virtual/jdk-1.5 > app-arch/unzip > >=dev-java/javacup-0.11a_beta20060608:0" >RDEPEND=">=virtual/jre-1.5 > >=dev-java/javacup-0.11a_beta20060608:0" >IUSE="" > >S="${WORKDIR}/${MY_P}" > >EANT_BUILD_TARGET="exejar" >EANT_DOC_TARGET="docs" >JAVA_ANT_IGNORE_SYSTEM_CLASSES="true" > >weka_get_max_memory() { > if use amd64; then > echo 512m > else > echo 256m > fi >} > >java_prepare() { > unzip -qq "${PN}-src.jar" -d . || die "Failed to unpack the source" > rm -v *.jar lib/*.jar || die > rm -rf doc || die > java-pkg_jar-from --into lib javacup > epatch "${FILESDIR}"/${P}-build.xml.patch > sed -i -e "s/256m/$(weka_get_max_memory)/g" build.xml || die >} > >src_install() { > java-pkg_dojar dist/${PN}.jar > java-pkg_dolauncher weka --main "${PN}.gui.GUIChooser" > > # Really need a virtual to list all available drivers and pull the ones > # instaled > java-pkg_register-optional-dependency hsqldb,jdbc-mysql,mckoi-1 > > use source && java-pkg_dosrc src/main/java/weka/ > > dodoc README || die > if use doc; then > java-pkg_dojavadoc doc/ > insinto /usr/share/doc/${PF} > doins WekaManual.pdf || die > fi > > dodir /usr/share/${PN}/data/ > insinto /usr/share/${PN}/data/ > doins data/* > > newicon "${DISTDIR}/${PN}_demo.png" "${PN}".png > make_desktop_entry "${PN}" "Waikato Environment for Knowledge Analysis" "${PN}" "Education;Science;ArtificialIntelligence;" "Comment=Start Weka" >}
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 389877
: 294545