Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65879 - nice-0.9.9.ebuild (New Source Package)
Summary: nice-0.9.9.ebuild (New Source Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: EBUILD
: 19925 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-09-29 23:05 UTC by Jason R Briggs
Modified: 2004-11-14 05:22 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
nice-0.9.9.ebuild (new source package) (nice-0.9.9.ebuild,807 bytes, text/plain)
2004-09-29 23:07 UTC, Jason R Briggs
Details
patch for the nice makefile (nice-0.9.9.orig-Makefile.patch,294 bytes, patch)
2004-09-29 23:08 UTC, Jason R Briggs
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason R Briggs 2004-09-29 23:05:54 UTC
Please find attached nice-0.9.9.ebuild and a makefile patch so that it will install itself properly.

Nice is a programming language based upon Java (& running on the JVM).  It extends the ideas behind object-orientation in order to better support modular programming and static type safety. It also incorporates features from functional programming, and puts into practice state-of-the-art results from academic research. This results in more expressivity, modularity and safety.

I suggest dev-lang/nice.  The ebuild depends upon javacc and java.

JRB

PS.  An (non-source) ebuild has already been submitted (last year I think) for nice-0.7.7.
Comment 1 Jason R Briggs 2004-09-29 23:07:22 UTC
Created attachment 40753 [details]
nice-0.9.9.ebuild (new source package)
Comment 2 Jason R Briggs 2004-09-29 23:08:15 UTC
Created attachment 40754 [details, diff]
patch for the nice makefile

required so it installs itself in the right place
Comment 3 Morgan Christiansson 2004-10-11 12:03:58 UTC
Works for me! Would be nice to finally have nice in portage.

On a related note, a friend told me that he had troubles with javacc and the masked jdk 1.5 ebuild that nice depends on.
Comment 4 Jason R Briggs 2004-10-11 12:42:31 UTC
I get problems as well after upgrading to 1.5.  Looking at the -very- few relevant comments I can find about the problems on google, I get the impression nice won't work with 1.5 at the moment.

Perhaps a short term option is to change the RDEPEND to:

RDEPEND=">=virtual/jdk-1.3
        <=virtual/jdk-1.4"

And then amend accordingly when the developers get it working on 1.5.

But I'm not sure what the standard approach is for this sort of thing?
Comment 5 Thomas Matthijs (RETIRED) gentoo-dev 2004-11-14 03:51:40 UTC
*** Bug 19925 has been marked as a duplicate of this bug. ***
Comment 6 Thomas Matthijs (RETIRED) gentoo-dev 2004-11-14 05:22:50 UTC
thanks, added to the tree