Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Alexis Ballier (aballier)" <aballier@g.o>
|
|
Subject:
|
gentoo-x86 commit in dev-java/diablo-jre-bin: ChangeLog diablo-jre-bin-1.6.0.07.02.ebuild
|
|
Date:
|
Wed, 15 Oct 2008 13:34:05 +0000
|
|
aballier 08/10/15 13:34:05
Modified: ChangeLog
Added: diablo-jre-bin-1.6.0.07.02.ebuild
Log:
Bump to JRE 1.6, bug #232310
(Portage version: 2.2_rc12/cvs/Linux 2.6.26.6 x86_64)
Revision Changes Path
1.5 dev-java/diablo-jre-bin/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/diablo-jre-bin/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/diablo-jre-bin/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/diablo-jre-bin/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/diablo-jre-bin/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 22 Jul 2007 09:41:58 -0000 1.4
+++ ChangeLog 15 Oct 2008 13:34:05 -0000 1.5
@@ -1,6 +1,12 @@
# ChangeLog for dev-java/diablo-jre-bin
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/diablo-jre-bin/ChangeLog,v 1.4 2007/07/22 09:41:58 graaff Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/diablo-jre-bin/ChangeLog,v 1.5 2008/10/15 13:34:05 aballier Exp $
+
+*diablo-jre-bin-1.6.0.07.02 (15 Oct 2008)
+
+ 15 Oct 2008; Alexis Ballier <aballier@g.o>
+ +files/diablo-jre-bin-1.6.env, +diablo-jre-bin-1.6.0.07.02.ebuild:
+ Bump to JRE 1.6, bug #232310
22 Jul 2007; Hans de Graaff <graaff@g.o>
diablo-jre-bin-1.5.0.07.01.ebuild:
1.1 dev-java/diablo-jre-bin/diablo-jre-bin-1.6.0.07.02.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/diablo-jre-bin/diablo-jre-bin-1.6.0.07.02.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/diablo-jre-bin/diablo-jre-bin-1.6.0.07.02.ebuild?rev=1.1&content-type=text/plain
Index: diablo-jre-bin-1.6.0.07.02.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/diablo-jre-bin/diablo-jre-bin-1.6.0.07.02.ebuild,v 1.1 2008/10/15 13:34:05 aballier Exp $
inherit java-vm-2 eutils versionator
DESCRIPTION="Java Runtime Environment"
HOMEPAGE="http://www.FreeBSDFoundation.org/downloads/java.shtml"
MY_PV=$(replace_version_separator 3 '_')
MY_PVA=$(replace_version_separator 4 '-b' ${MY_PV})
SRC_URI="diablo-latte-freebsd7-i386-${MY_PVA}.tar.bz2"
LICENSE="sun-bcla-java-vm"
SLOT="1.6"
KEYWORDS="-* ~x86-fbsd"
RESTRICT="fetch"
IUSE="X nsplugin"
QA_TEXTRELS_x86="opt/${P}/jre/lib/i386/motif21/libmawt.so opt/${P}/jre/lib/i386/server/libjvm.so opt/${P}/jre/lib/i386/client/libjvm.so"
JAVA_VM_NO_GENERATION1=true
DEPEND=""
RDEPEND="X? (
x11-libs/libX11
x11-libs/libXext
x11-libs/libXi
x11-libs/libXp
x11-libs/libXt
x11-libs/libXtst
)
=sys-freebsd/freebsd-lib-7*"
S="${WORKDIR}/diablo-jre$(get_version_component_range 1-4 ${MY_PV})"
pkg_nofetch() {
einfo "Please download ${SRC_URI} from:"
einfo "${HOMEPAGE}"
einfo "and move it to ${DISTDIR}"
}
src_install() {
local dirs="bin lib man plugin javaws"
dodir /opt/${P}
for i in $dirs ; do
cp -pPR $i "${D}"/opt/${P}/ || die "failed to build"
done
dodoc COPYRIGHT README
dohtml Welcome.html
if use nsplugin; then
install_mozilla_plugin /opt/${P}/plugin/i386/ns7/libjavaplugin_oji.so
fi
# Change libz.so.4 to libz.so.1
scanelf -qR -N libz.so.4 -F "#N" "${D}"/opt/${P}/ | \
while read i; do
if [[ $(strings "$i" | fgrep -c libz.so.4) -ne 1 ]]; then
export SANITY_CHECK_LIBZ_FAILED=1
break
fi
sed -i -e 's/libz\.so\.4/libz.so.1/g' "$i"
done
[[ "$SANITY_CHECK_LIBZ_FAILED" = "1" ]] && die "failed to change libz.so.4 to libz.so.1"
# create dir for system preferences
dodir /opt/${P}/.systemPrefs
# install control panel for Gnome/KDE
sed -e "s/INSTALL_DIR\/JRE_NAME_VERSION/\/opt\/${P}/" \
-e "s/\(Name=Java\)/\1 Control Panel/" \
"${D}"/opt/${P}/plugin/desktop/sun_java.desktop > \
"${T}"/sun_java-jre.desktop
domenu "${T}"/sun_java-jre.desktop
set_java_env
}
pkg_postinst() {
# Create files used as storage for system preferences.
PREFS_LOCATION=/opt/${P}/
mkdir -p "${PREFS_LOCATION}"/.systemPrefs
if [ ! -f "${PREFS_LOCATION}"/.systemPrefs/.system.lock ] ; then
touch "${PREFS_LOCATION}"/.systemPrefs/.system.lock
chmod 644 "${PREFS_LOCATION}"/.systemPrefs/.system.lock
fi
if [ ! -f "${PREFS_LOCATION}"/.systemPrefs/.systemRootModFile ] ; then
touch "${PREFS_LOCATION}"/.systemPrefs/.systemRootModFile
chmod 644 "${PREFS_LOCATION}"/.systemPrefs/.systemRootModFile
fi
# Set as default VM if none exists
java-vm-2_pkg_postinst
if ! use X; then
local xwarn="X11 libraries and/or"
fi
echo
ewarn "Some parts of Sun's JRE require ${xwarn} virtual/lpr to be installed."
ewarn "Be careful which Java libraries you attempt to use."
}
|
|