diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2010-02-10 21:53:43 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2010-02-10 21:53:43 +0000 |
commit | 5ba9c30c6bff75fe8fcdfd8ae6ee6dcabee8ffac (patch) | |
tree | 54b193e0d69db367e1d9cbe4337ec6e44fc04823 /gnustep-base/gnustep-gui | |
parent | Version bump, remove old. (diff) | |
download | historical-5ba9c30c6bff75fe8fcdfd8ae6ee6dcabee8ffac.tar.gz historical-5ba9c30c6bff75fe8fcdfd8ae6ee6dcabee8ffac.tar.bz2 historical-5ba9c30c6bff75fe8fcdfd8ae6ee6dcabee8ffac.zip |
Drop old versions
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'gnustep-base/gnustep-gui')
-rw-r--r-- | gnustep-base/gnustep-gui/ChangeLog | 6 | ||||
-rw-r--r-- | gnustep-base/gnustep-gui/gnustep-gui-0.14.0-r1.ebuild | 49 | ||||
-rw-r--r-- | gnustep-base/gnustep-gui/gnustep-gui-0.14.0.ebuild | 49 |
3 files changed, 5 insertions, 99 deletions
diff --git a/gnustep-base/gnustep-gui/ChangeLog b/gnustep-base/gnustep-gui/ChangeLog index 74e48c354613..626eb37f3244 100644 --- a/gnustep-base/gnustep-gui/ChangeLog +++ b/gnustep-base/gnustep-gui/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnustep-base/gnustep-gui # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v 1.78 2010/01/22 16:57:45 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v 1.79 2010/02/10 21:50:54 voyageur Exp $ + + 10 Feb 2010; Bernard Cafarelli <voyageur@gentoo.org> + -gnustep-gui-0.14.0.ebuild, -gnustep-gui-0.14.0-r1.ebuild: + Drop old versions 22 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> gnustep-gui-0.16.0.ebuild: diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.14.0-r1.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.14.0-r1.ebuild deleted file mode 100644 index 1a85876945a0..000000000000 --- a/gnustep-base/gnustep-gui/gnustep-gui-0.14.0-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.14.0-r1.ebuild,v 1.1 2008/06/25 08:47:56 voyageur Exp $ - -inherit gnustep-base multilib - -DESCRIPTION="Library of GUI classes written in Obj-C" -HOMEPAGE="http://www.gnustep.org/" -SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" - -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" -SLOT="0" -LICENSE="LGPL-2.1" - -IUSE="jpeg gif png portaudio cups" - -DEPEND="${GNUSTEP_CORE_DEPEND} - >=gnustep-base/gnustep-base-1.16.0 - x11-libs/libXt - >=media-libs/tiff-3 - jpeg? ( >=media-libs/jpeg-6b ) - gif? ( >=media-libs/giflib-4.1 ) - png? ( >=media-libs/libpng-1.2 ) - !x86-fbsd? ( portaudio? ( =media-libs/portaudio-19* ) ) - cups? ( >=net-print/cups-1.1 ) - media-libs/audiofile - app-text/aspell" -RDEPEND="${DEPEND}" - -src_compile() { - egnustep_env - - myconf="--with-tiff-include=/usr/include --with-tiff-library=/usr/$(get_libdir)" - use gif && myconf="$myconf --disable-ungif --enable-libgif" - myconf="$myconf `use_enable jpeg`" - myconf="$myconf `use_enable png`" - myconf="$myconf `use_enable portaudio gsnd`" - myconf="$myconf `use_enable cups`" - - econf $myconf || die "configure failed" - - egnustep_make || die -} - -pkg_postinst() { - ewarn "The shared library version has changed in this release." - ewarn "You will need to recompile all Applications/Tools/etc in order" - ewarn "to use this library. Please run revdep-rebuild to do so" -} diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.14.0.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.14.0.ebuild deleted file mode 100644 index 828ea9908d51..000000000000 --- a/gnustep-base/gnustep-gui/gnustep-gui-0.14.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.14.0.ebuild,v 1.4 2008/10/03 17:25:09 bluebird Exp $ - -inherit gnustep-base multilib - -DESCRIPTION="Library of GUI classes written in Obj-C" -HOMEPAGE="http://www.gnustep.org/" -SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" - -KEYWORDS="~alpha amd64 ppc sparc x86 ~x86-fbsd" -SLOT="0" -LICENSE="LGPL-2.1" - -IUSE="jpeg gif png cups" - -DEPEND="${GNUSTEP_CORE_DEPEND} - >=gnustep-base/gnustep-base-1.16.0 - x11-libs/libXt - >=media-libs/tiff-3 - jpeg? ( >=media-libs/jpeg-6b ) - gif? ( >=media-libs/giflib-4.1 ) - png? ( >=media-libs/libpng-1.2 ) - cups? ( >=net-print/cups-1.1 ) - media-libs/audiofile - app-text/aspell" -RDEPEND="${DEPEND}" - -src_compile() { - egnustep_env - - myconf="--with-tiff-include=/usr/include --with-tiff-library=/usr/$(get_libdir)" - use gif && myconf="$myconf --disable-ungif --enable-libgif" - myconf="$myconf `use_enable jpeg`" - myconf="$myconf `use_enable png`" - myconf="$myconf `use_enable cups`" - # gsnd is disabled until portaudio-19 is unmasked in portage - myconf="$myconf --disable-gsnd" - - econf $myconf || die "configure failed" - - egnustep_make || die -} - -pkg_postinst() { - ewarn "The shared library version has changed in this release." - ewarn "You will need to recompile all Applications/Tools/etc in order" - ewarn "to use this library. Please run revdep-rebuild to do so" -} |