diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2007-02-28 13:51:46 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2007-02-28 13:51:46 +0000 |
commit | 4a95bfbd8e16dd83cdf6f00b5ff2a27c13991ecd (patch) | |
tree | e8a16b21035a1ec9337ed9950189b9e712fe8e18 /dev-java/gnu-classpath | |
parent | Install mount_smbfs and friends so we can mount samba shares. (diff) | |
download | gentoo-2-4a95bfbd8e16dd83cdf6f00b5ff2a27c13991ecd.tar.gz gentoo-2-4a95bfbd8e16dd83cdf6f00b5ff2a27c13991ecd.tar.bz2 gentoo-2-4a95bfbd8e16dd83cdf6f00b5ff2a27c13991ecd.zip |
Version bump. This version add the gconf use flag for a preferences backstore and nsplugin for a browser plugin.
(Portage version: 2.1.2-r12)
Diffstat (limited to 'dev-java/gnu-classpath')
-rw-r--r-- | dev-java/gnu-classpath/ChangeLog | 9 | ||||
-rw-r--r-- | dev-java/gnu-classpath/files/digest-gnu-classpath-0.93 | 3 | ||||
-rw-r--r-- | dev-java/gnu-classpath/gnu-classpath-0.93.ebuild | 113 |
3 files changed, 124 insertions, 1 deletions
diff --git a/dev-java/gnu-classpath/ChangeLog b/dev-java/gnu-classpath/ChangeLog index 18895fc7c95a..49677e910cbc 100644 --- a/dev-java/gnu-classpath/ChangeLog +++ b/dev-java/gnu-classpath/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-java/gnu-classpath # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/ChangeLog,v 1.67 2007/01/05 23:29:06 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/ChangeLog,v 1.68 2007/02/28 13:51:46 betelgeuse Exp $ + +*gnu-classpath-0.93 (28 Feb 2007) + + 28 Feb 2007; Petteri Räty <betelgeuse@gentoo.org> + +gnu-classpath-0.93.ebuild: + Version bump. This version add the gconf use flag for a preferences + backstore and nsplugin for a browser plugin. 05 Jan 2007; Vlastimil Babka <caster@gentoo.org> gnu-classpath-0.90.ebuild, gnu-classpath-0.92.ebuild: diff --git a/dev-java/gnu-classpath/files/digest-gnu-classpath-0.93 b/dev-java/gnu-classpath/files/digest-gnu-classpath-0.93 new file mode 100644 index 000000000000..86041521cc7f --- /dev/null +++ b/dev-java/gnu-classpath/files/digest-gnu-classpath-0.93 @@ -0,0 +1,3 @@ +MD5 ffa9e9cac31c5acbf0ea9eff9efa923d classpath-0.93.tar.gz 9534222 +RMD160 4c72b68766e35adbb2c89170fbdf7f30dd788836 classpath-0.93.tar.gz 9534222 +SHA256 df2d093612abd23fe67e9409d89bb2a8e79b1664fe2b2da40e1c8ed693e32945 classpath-0.93.tar.gz 9534222 diff --git a/dev-java/gnu-classpath/gnu-classpath-0.93.ebuild b/dev-java/gnu-classpath/gnu-classpath-0.93.ebuild new file mode 100644 index 000000000000..dc177800549e --- /dev/null +++ b/dev-java/gnu-classpath/gnu-classpath-0.93.ebuild @@ -0,0 +1,113 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-classpath/gnu-classpath-0.93.ebuild,v 1.1 2007/02/28 13:51:46 betelgeuse Exp $ + +inherit eutils multilib + +MY_P=${P/gnu-/} +DESCRIPTION="Free core class libraries for use with virtual machines and compilers for the Java programming language" +SRC_URI="mirror://gnu/classpath/${MY_P}.tar.gz" +HOMEPAGE="http://www.gnu.org/software/classpath" + +LICENSE="GPL-2-with-linking-exception" +SLOT="0.93" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +# Add the doc use flag after the upstream build system is improved +# See their bug 24025 + +IUSE="alsa cairo debug dssi examples gconf gtk nsplugin xml" + +GTK_DEPS=" + >=x11-libs/gtk+-2.8 + >=dev-libs/glib-2.0 + || ( + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXtst + ) + cairo? ( >=x11-libs/cairo-0.5.0 ) +" + +RDEPEND="alsa? ( media-libs/alsa-lib ) + dssi? ( >=media-libs/dssi-0.9 ) + gconf? ( gnome-base/gconf ) + gtk? ( ${GTK_DEPS} ) + nsplugin? ( + ${GTK_DEPS} + || ( + www-client/mozilla-firefox + net-libs/xulrunner + www-client/seamonkey + ) + ) + xml? ( >=dev-libs/libxml2-2.6.8 >=dev-libs/libxslt-1.1.11 )" + +DEPEND="app-arch/zip + >=dev-java/jikes-1.22-r13 + gtk? ( || ( + x11-libs/libXrender + x11-proto/xextproto + x11-proto/xproto + ) + ) + ${REPEND}" + +S=${WORKDIR}/${MY_P} + +src_compile() { + unset CLASSPATH JAVA_HOME + # We want to force use of jikes, because it is the only way to build + # classpath without requiring some sort of Java already available, ie ecj + # requires a runtime and gcj already has a bundled version. + + # https://bugs.gentoo.org/show_bug.cgi?id=163801 + # for jikes-bin + local compiler="--with-jikes=/usr/bin/jikes-bin" + + # Now this detects fastjar automatically and some people have broken + # wrappers in /usr/bin by eselect-compiler. Unfortunately + # --without-fastjar does not seem to work. + # http://bugs.gentoo.org/show_bug.cgi?id=135688 + + # The plugin needs the gtk peer or the build fails + # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27923 + local myconf + if use nsplugin; then + myconf="--enable-gtk-peer" + else + myconf="$(use_enable gtk gtk-peer)" + fi + + # TODO: check head and report upstream. If gconf is not installed it + # it should set this automatically to file + use gconf || myconf="${myconf} --enable-default-preferences-peer=file" + + # don't use econf, because it ends up putting things under /usr, which may + # collide with other slots of classpath + ./configure ${compiler} \ + $(use_enable alsa) \ + $(use_enable cairo gtk-cairo) \ + $(use_enable debug ) \ + $(use_enable examples) \ + $(use_enable gconf gconf-peer) \ + $(use_enable nsplugin plugin) \ + $(use_enable xml xmlj) \ + $(use_enable dssi ) \ + ${myconf} \ + --enable-jni \ + --disable-dependency-tracking \ + --prefix=/opt/${PN}-${SLOT} \ + || die "configure failed" + # disabled for now... see above. + # $(use_with doc gjdoc) \ + + emake || die "make failed" +} + +src_install() { + emake DESTDIR=${D} install || die "einstall failed" + dodoc AUTHORS BUGS ChangeLog* HACKING NEWS README THANKYOU TODO || die +} + |