public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/weka: ChangeLog weka-3.6.0.ebuild
@ 2009-03-28  6:28 Serkan Kaba (serkan)
  0 siblings, 0 replies; 2+ messages in thread
From: Serkan Kaba (serkan) @ 2009-03-28  6:28 UTC (permalink / raw
  To: gentoo-commits

serkan      09/03/28 06:28:36

  Modified:             ChangeLog
  Added:                weka-3.6.0.ebuild
  Log:
  Version bump fixing bug #262692 and #201803. Thanks to Randall Wald <rdwald@gmail.com> and Patrizio Bassi <hetfield666@gmail.com> for the report and help.
  (Portage version: 2.2_rc26/cvs/Linux x86_64)

Revision  Changes    Path
1.31                 dev-util/weka/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/weka/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/weka/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/weka/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/weka/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	1 Nov 2008 10:09:26 -0000	1.30
+++ ChangeLog	28 Mar 2009 06:28:36 -0000	1.31
@@ -1,6 +1,13 @@
 # ChangeLog for dev-util/weka
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/ChangeLog,v 1.30 2008/11/01 10:09:26 serkan Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/ChangeLog,v 1.31 2009/03/28 06:28:36 serkan Exp $
+
+*weka-3.6.0 (28 Mar 2009)
+
+  28 Mar 2009; Serkan Kaba <serkan@gentoo.org> +weka-3.6.0.ebuild:
+  Version bump fixing bug #262692 and #201803. Thanks to Randall Wald
+  <rdwald@gmail.com> and Patrizio Bassi <hetfield666@gmail.com> for the
+  report and help.
 
 *weka-3.5.8 (01 Nov 2008)
 



1.1                  dev-util/weka/weka-3.6.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/weka/weka-3.6.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/weka/weka-3.6.0.ebuild?rev=1.1&content-type=text/plain

Index: weka-3.6.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/weka-3.6.0.ebuild,v 1.1 2009/03/28 06:28:36 serkan Exp $

EAPI="2"

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"
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"
RDEPEND=">=virtual/jre-1.5"
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
}

EANT_EXTRA_ARGS="-Djavac_max_memory=$(weka_get_max_memory)"

src_prepare() {
	unzip -qq "${PN}-src.jar" -d . || die "Failed to unpack the source"
	rm -v *.jar || die
	rm -rf doc || die
	mkdir lib || die
	epatch "${FILESDIR}"/${P}-build.xml.patch
	java-pkg-2_src_prepare
}

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/*
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/weka: ChangeLog weka-3.6.0.ebuild
@ 2010-04-26 13:11 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 2+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-04-26 13:11 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/04/26 13:11:14

  Modified:             ChangeLog weka-3.6.0.ebuild
  Log:
  x86 stable wrt bug #315685
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.35                 dev-util/weka/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/weka/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/weka/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/weka/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/weka/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	17 Apr 2010 06:01:02 -0000	1.34
+++ ChangeLog	26 Apr 2010 13:11:14 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/weka
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/ChangeLog,v 1.34 2010/04/17 06:01:02 serkan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/ChangeLog,v 1.35 2010/04/26 13:11:14 phajdan.jr Exp $
+
+  26 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> weka-3.6.0.ebuild:
+  x86 stable wrt bug #315685
 
 *weka-3.6.2 (17 Apr 2010)
 



1.2                  dev-util/weka/weka-3.6.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/weka/weka-3.6.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/weka/weka-3.6.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/weka/weka-3.6.0.ebuild?r1=1.1&r2=1.2

Index: weka-3.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/weka/weka-3.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- weka-3.6.0.ebuild	28 Mar 2009 06:28:36 -0000	1.1
+++ weka-3.6.0.ebuild	26 Apr 2010 13:11:14 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/weka-3.6.0.ebuild,v 1.1 2009/03/28 06:28:36 serkan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/weka-3.6.0.ebuild,v 1.2 2010/04/26 13:11:14 phajdan.jr Exp $
 
 EAPI="2"
 
@@ -14,7 +14,7 @@
 HOMEPAGE="http://www.cs.waikato.ac.nz/ml/weka/"
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 DEPEND=">=virtual/jdk-1.5
 	app-arch/unzip"
 RDEPEND=">=virtual/jre-1.5"






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-26 13:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-28  6:28 [gentoo-commits] gentoo-x86 commit in dev-util/weka: ChangeLog weka-3.6.0.ebuild Serkan Kaba (serkan)
  -- strict thread matches above, loose matches on Subject: below --
2010-04-26 13:11 PaweA Hajdan (phajdan.jr)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox