First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 34104
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Java team <java@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Matteo Coloberti <xteo78@libero.it>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
mg4j-0.8.2.ebuild the ebuild text/plain Matteo Coloberti 2003-11-22 05:47 0000 528 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 34104 depends on: Show dependency tree
Bug 34104 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-11-22 05:46 0000
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

------- Comment #1 From Matteo Coloberti 2003-11-22 05:47:25 0000 -------
Created an attachment (id=21082) [details]
the ebuild

------- Comment #2 From Spider (RETIRED) 2003-11-22 06:19:05 0000 -------
.. 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 )


------- Comment #3 From Matteo Coloberti 2003-11-23 12:38:16 0000 -------
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.

------- Comment #4 From Adrian Almenar 2003-12-01 20:31:34 0000 -------
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. 

------- Comment #5 From Matteo Coloberti 2003-12-05 05:35:00 0000 -------
(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/*
>}
>

------- Comment #6 From Chris Aniszczyk (RETIRED) 2004-03-06 14:04:11 0000 -------
Now in portage, thanks.

First Last Prev Next    No search results available      Search page      Enter new bug