diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2007-03-31 09:58:14 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2007-03-31 09:58:14 +0000 |
commit | 0f9185e7534bcaf99b5efe094ee62ab8ac156e9c (patch) | |
tree | 455c0b230921a5fb93413316ea3d70a261c47e0c /dev-java | |
parent | Add ~ia64 (diff) | |
download | gentoo-2-0f9185e7534bcaf99b5efe094ee62ab8ac156e9c.tar.gz gentoo-2-0f9185e7534bcaf99b5efe094ee62ab8ac156e9c.tar.bz2 gentoo-2-0f9185e7534bcaf99b5efe094ee62ab8ac156e9c.zip |
Remove old versions.
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-java')
5 files changed, 5 insertions, 102 deletions
diff --git a/dev-java/libgconf-java/ChangeLog b/dev-java/libgconf-java/ChangeLog index 19e909a232bc..b629ba7317e0 100644 --- a/dev-java/libgconf-java/ChangeLog +++ b/dev-java/libgconf-java/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/libgconf-java # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/libgconf-java/ChangeLog,v 1.22 2007/02/10 18:08:45 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/libgconf-java/ChangeLog,v 1.23 2007/03/31 09:58:14 betelgeuse Exp $ + + 31 Mar 2007; Petteri Räty <betelgeuse@gentoo.org> + -libgconf-java-2.12.1-r1.ebuild, -libgconf-java-2.12.4.ebuild: + Remove old versions. 10 Feb 2007; nixnut <nixnut@gentoo.org> libgconf-java-2.12.4-r1.ebuild: Stable on ppc wrt bug 160002 diff --git a/dev-java/libgconf-java/files/digest-libgconf-java-2.12.1-r1 b/dev-java/libgconf-java/files/digest-libgconf-java-2.12.1-r1 deleted file mode 100644 index ac6a7efea28f..000000000000 --- a/dev-java/libgconf-java/files/digest-libgconf-java-2.12.1-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 0b696a7228f78f63fd897e64d1278955 libgconf-java-2.12.1.tar.gz 336474 -RMD160 f05354004358ad64fc71ec65389dbb7f733dec90 libgconf-java-2.12.1.tar.gz 336474 -SHA256 07521e12151e82ae7e621a6cf26263ec8d76c7abd11d7b184d9f7988b3592f44 libgconf-java-2.12.1.tar.gz 336474 diff --git a/dev-java/libgconf-java/files/digest-libgconf-java-2.12.4 b/dev-java/libgconf-java/files/digest-libgconf-java-2.12.4 deleted file mode 100644 index 257f426ed13d..000000000000 --- a/dev-java/libgconf-java/files/digest-libgconf-java-2.12.4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3361f18e219cecd655323c637073c23f libgconf-java-2.12.4.tar.gz 340610 -RMD160 865f10113fe9e4545ffc589fbdce96d124508e62 libgconf-java-2.12.4.tar.gz 340610 -SHA256 fa6551bf6776d36e59234a37ab5fc2fbd60baaf086a4ee8f3ff73650ab40c293 libgconf-java-2.12.4.tar.gz 340610 diff --git a/dev-java/libgconf-java/libgconf-java-2.12.1-r1.ebuild b/dev-java/libgconf-java/libgconf-java-2.12.1-r1.ebuild deleted file mode 100644 index 44d3628bc10d..000000000000 --- a/dev-java/libgconf-java/libgconf-java-2.12.1-r1.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/libgconf-java/libgconf-java-2.12.1-r1.ebuild,v 1.5 2006/09/14 20:02:20 nichoj Exp $ - -# Must be before the gnome.org inherit -GNOME_TARBALL_SUFFIX="gz" -inherit java-pkg eutils gnome.org - -DESCRIPTION="Java bindings for Glade" -HOMEPAGE="http://java-gnome.sourceforge.net/" - -# Not on gnome.org mirrors yet :-( -SRC_URI="http://research.operationaldynamics.com/linux/java-gnome/dist/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="2.12" -KEYWORDS="amd64 ppc x86" -IUSE="doc gcj source" - -DEPS=">=gnome-base/gconf-2.12.0 - >=dev-java/glib-java-0.2.1 - >=dev-java/libgtk-java-2.8.1 - >=dev-java/libgnome-java-2.8.0" -DEPEND=">=virtual/jdk-1.4 - ${DEPS}" -RDEPEND=">=virtual/jre-1.4 - ${DEPS}" -JARNAME="gconf${SLOT}.jar" - -pkg_setup() { - java-pkg_pkg_setup - if use gcj ; then - if ! built_with_use sys-devel/gcc gcj ; then - ewarn - ewarn "You must build gcc with the gcj support to build with gcj" - ewarn - ebeep 5 - die "No GCJ support found!" - fi - fi -} - -src_compile() { - # this gcj deal is a workaround for http://bugzilla.gnome.org/show_bug.cgi?id=336149 - local myflags - use gcj || myflags="${myflags} --without-gcj-compile" - econf ${myflags} \ - $(use_with doc javadocs) \ - --with-jardir=/usr/share/${PN}-${SLOT}/lib \ - || die "configure failed" - - emake || die "compile failed" - - # Fix the broken pkgconfig file - sed -i \ - -e "s:classpath.*$:classpath=\${prefix}/share/${PN}-${SLOT}/lib/${JARNAME}:" \ - ${S}/gconf-java.pc -} - -src_install() { - emake DESTDIR=${D} install || die "install failed" - - # Examples as documentation - use doc || rm -rf ${D}/usr/share/doc/${PF}/examples - - # Use the jars installed by make - # and build our own package.env file. - # NOTE: dojar puts the jar in the wrong place! (/usr/share/${PN}/lib) - cat <<-END > ${D}/usr/share/${PN}-${SLOT}/package.env -DESCRIPTION=${DESCRIPTION} -CLASSPATH=/usr/share/${PN}-${SLOT}/lib/${JARNAME} -END - - use source && java-pkg_dosrc src/java/* -} diff --git a/dev-java/libgconf-java/libgconf-java-2.12.4.ebuild b/dev-java/libgconf-java/libgconf-java-2.12.4.ebuild deleted file mode 100644 index 49fc6a1d87ad..000000000000 --- a/dev-java/libgconf-java/libgconf-java-2.12.4.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/libgconf-java/libgconf-java-2.12.4.ebuild,v 1.2 2006/12/17 13:24:33 betelgeuse Exp $ - -inherit java-gnome - -DESCRIPTION="Java bindings for Glade" -SLOT="2.12" - -LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~ppc ~x86" - -DEPS=" - >=gnome-base/gconf-2.12.0 - >=dev-java/glib-java-0.2.1 - >=dev-java/libgtk-java-2.8.1 - >=dev-java/libgnome-java-2.8.0" - -DEPEND="${DEPS}" -RDEPEND="${DEPS}" |