summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerkan Kaba <serkan@gentoo.org>2011-09-15 04:13:15 +0000
committerSerkan Kaba <serkan@gentoo.org>2011-09-15 04:13:15 +0000
commit0d5e9e260b3f901fd2c63c0e3b018d95f48dd154 (patch)
treeeb34644d39a47196764362b2aaf603b1314203ff /dev-java
parentVersion bump #381777 by Hans. (diff)
downloadgentoo-2-0d5e9e260b3f901fd2c63c0e3b018d95f48dd154.tar.gz
gentoo-2-0d5e9e260b3f901fd2c63c0e3b018d95f48dd154.tar.bz2
gentoo-2-0d5e9e260b3f901fd2c63c0e3b018d95f48dd154.zip
Add prefix to env file.
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/icedtea6-bin/ChangeLog6
-rw-r--r--dev-java/icedtea6-bin/files/icedtea6-bin.env10
-rw-r--r--dev-java/icedtea6-bin/icedtea6-bin-1.10.2.ebuild4
-rw-r--r--dev-java/icedtea6-bin/icedtea6-bin-1.10.3.ebuild4
4 files changed, 14 insertions, 10 deletions
diff --git a/dev-java/icedtea6-bin/ChangeLog b/dev-java/icedtea6-bin/ChangeLog
index 85e1d3dd6fd6..3e6c6ef1a8b2 100644
--- a/dev-java/icedtea6-bin/ChangeLog
+++ b/dev-java/icedtea6-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/icedtea6-bin
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea6-bin/ChangeLog,v 1.62 2011/08/02 14:59:57 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea6-bin/ChangeLog,v 1.63 2011/09/15 04:13:15 serkan Exp $
+
+ 15 Sep 2011; Serkan Kaba <serkan@gentoo.org> files/icedtea6-bin.env,
+ icedtea6-bin-1.10.2.ebuild, icedtea6-bin-1.10.3.ebuild:
+ Add prefix to env file.
02 Aug 2011; Markos Chandras <hwoarang@gentoo.org>
icedtea6-bin-1.10.3.ebuild:
diff --git a/dev-java/icedtea6-bin/files/icedtea6-bin.env b/dev-java/icedtea6-bin/files/icedtea6-bin.env
index c896da51d737..60a44b98c848 100644
--- a/dev-java/icedtea6-bin/files/icedtea6-bin.env
+++ b/dev-java/icedtea6-bin/files/icedtea6-bin.env
@@ -1,15 +1,15 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea6-bin/files/icedtea6-bin.env,v 1.1 2008/12/24 22:22:37 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea6-bin/files/icedtea6-bin.env,v 1.2 2011/09/15 04:13:15 serkan Exp $
VERSION="IcedTea6-bin @PV@"
-JAVA_HOME=/opt/@P@
-JDK_HOME=/opt/@P@
+JAVA_HOME="@GENTOO_PORTAGE_EPREFIX@/opt/@P@"
+JDK_HOME="@GENTOO_PORTAGE_EPREFIX@/opt/@P@"
JAVAC=${JAVA_HOME}/bin/javac
PATH="${JAVA_HOME}/bin:${JAVA_HOME}/jre/bin"
ROOTPATH="${JAVA_HOME}/bin:${JAVA_HOME}/jre/bin"
LDPATH="${JAVA_HOME}/jre/lib/@PLATFORM@/:${JAVA_HOME}/jre/lib/@PLATFORM@/native_threads/:${JAVA_HOME}/jre/lib/@PLATFORM@/xawt/:${JAVA_HOME}/jre/lib/@PLATFORM@/server/"
-MANPATH="/opt/@P@/man"
+MANPATH="@GENTOO_PORTAGE_EPREFIX@/opt/@P@/man"
PROVIDES_TYPE="JDK JRE"
PROVIDES_VERSION="1.6"
# Taken from sun.boot.class.path property
diff --git a/dev-java/icedtea6-bin/icedtea6-bin-1.10.2.ebuild b/dev-java/icedtea6-bin/icedtea6-bin-1.10.2.ebuild
index daf3765f6bd7..fd6c322cc436 100644
--- a/dev-java/icedtea6-bin/icedtea6-bin-1.10.2.ebuild
+++ b/dev-java/icedtea6-bin/icedtea6-bin-1.10.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea6-bin/icedtea6-bin-1.10.2.ebuild,v 1.3 2011/06/20 11:43:21 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea6-bin/icedtea6-bin-1.10.2.ebuild,v 1.4 2011/09/15 04:13:15 serkan Exp $
EAPI="1"
@@ -28,7 +28,7 @@ RESTRICT="strip"
LICENSE="GPL-2-with-linking-exception"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
S="${WORKDIR}/${PN}-${TARBALL_VERSION}"
diff --git a/dev-java/icedtea6-bin/icedtea6-bin-1.10.3.ebuild b/dev-java/icedtea6-bin/icedtea6-bin-1.10.3.ebuild
index c4b8fa1483b5..f8d834fc0ae2 100644
--- a/dev-java/icedtea6-bin/icedtea6-bin-1.10.3.ebuild
+++ b/dev-java/icedtea6-bin/icedtea6-bin-1.10.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea6-bin/icedtea6-bin-1.10.3.ebuild,v 1.3 2011/08/02 14:59:57 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea6-bin/icedtea6-bin-1.10.3.ebuild,v 1.4 2011/09/15 04:13:15 serkan Exp $
EAPI="1"
@@ -28,7 +28,7 @@ RESTRICT="strip"
LICENSE="GPL-2-with-linking-exception"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
S="${WORKDIR}/${PN}-${TARBALL_VERSION}"