Gentoo Archives: gentoo-java

From: Alistair Bush <alistair.bush@×××××.com>
To: gentoo-java@l.g.o
Subject: [gentoo-java] Documentation Update or actual eclass restriction
Date: Sun, 14 Jan 2007 20:12:13
Message-Id: 93e475bc0701141211y13acc3a9p236b9651b22cf389@mail.gmail.com
1 I was just looking at
2 http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml while attempting
3 to procrastionate from work and was wondering if the following should be
4 updated to include 1.6
5
6
7 Other functions
8 ....
9 ...
10 ....
11
12 - java-pkg_ensure-vm-version-ge
13 - die if the current vm's version isn't at least ${1}
14 - Takes a version: 1.4 1.5
15 - java-pkg_is-vm-version-ge
16 - test if the active vm's version is at least $1
17 - Takes a version: 1.4 1.5
18
19 I work in a gentoo free zone :( so can't actually check the eclass to see if
20 it restricts its input to 1.4 or 1.5 but im guessing that it won't.