Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Hi! This is another package i think could be usefull for a java developer! mg4j! In my thesis i used this every day! Depend on dev-java/fastutil-3.1 dev-java/violinstrings-1.0.1 dev-java/jal-20031117 dev-java/colt-1.1.0 dev-java/java-getopt-1.0.9 Thanks Coloberti Matteo
Created an attachment (id=21082) [details] the ebuild
.. so i'm bored and browsing bug-wranglers. heres some input on the ebuild : No header / copyright info wrong KEYWORDS ( should be ~x86 for a new package) does it really need jdk to run, or would any JRE be usable to run this? (build != run )
There is a mistake in this ebiuld... package jal and violinstrings are now for me; before they were inside colt 1.0.3, now they are no more supported from colt so we decide to create two separeted package. Mg4j 0.8.2 seems still to use colt 1.0.3, on mondey i hope to speek to my professor ( the main author ) and ask him about this stupid error. May be i'll submit e reviwed ebuild or e new version of mg4j.
Please update the ebuilds so they are corrected as pointed on bug #34104#c2. Also should be better if those ebuilds are compiled from sources. Please send your comments. Thanks.
(From update of attachment 21082 [details]) # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 >DESCRIPTION="MG4J (Managing Gigabytes for Java) is a collaborative effort aimed at providing a free Java implementation of inverted-index compression technique." >SRC_URI="http://mg4j.dsi.unimi.it/${P}-src.tar.gz" >HOMEPAGE="http://mg4j.dsi.unimi.it" >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~x86" > >RDEPEND=">=virtual/jdk-1.4 > >=dev-java/fastutil-3.1 > =dev-java/colt-1.0.3* > >=dev-java/java-getopt-1.0.9" > >DEPEND="${RDEPEND}" > >src_install() { > ant > ant javadoc > dojar *.jar > dohtml -r docs/* >} >
Now in portage, thanks.