diff options
author | 2010-08-20 12:30:52 +0000 | |
---|---|---|
committer | 2010-08-20 12:30:52 +0000 | |
commit | 2462e7602090267368b9eacea6e595b17a8230c8 (patch) | |
tree | 856356bc811f6e03853ae10f56d896a2c0f4c097 /gnustep-base/gnustep-gui | |
parent | Drop old stable versions, security bug #325577 (diff) | |
download | gentoo-2-2462e7602090267368b9eacea6e595b17a8230c8.tar.gz gentoo-2-2462e7602090267368b9eacea6e595b17a8230c8.tar.bz2 gentoo-2-2462e7602090267368b9eacea6e595b17a8230c8.zip |
Drop old stable versions, security bug #325577
(Portage version: 2.2_rc67/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.16.0-r1.ebuild | 52 | ||||
-rw-r--r-- | gnustep-base/gnustep-gui/gnustep-gui-0.16.0.ebuild | 50 |
3 files changed, 5 insertions, 103 deletions
diff --git a/gnustep-base/gnustep-gui/ChangeLog b/gnustep-base/gnustep-gui/ChangeLog index f9e5437b149f..42d24b2d06bb 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.86 2010/08/13 17:30:10 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v 1.87 2010/08/20 12:30:50 voyageur Exp $ + + 20 Aug 2010; Bernard Cafarelli <voyageur@gentoo.org> + -gnustep-gui-0.16.0.ebuild, -gnustep-gui-0.16.0-r1.ebuild: + Drop old stable versions, security bug #325577 13 Aug 2010; Joseph Jezak <josejx@gentoo.org> gnustep-gui-0.18.0.ebuild: Marked ppc stable for bug #325577. diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.16.0-r1.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.16.0-r1.ebuild deleted file mode 100644 index a4f35c4c5f57..000000000000 --- a/gnustep-base/gnustep-gui/gnustep-gui-0.16.0-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2010 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.16.0-r1.ebuild,v 1.1 2010/03/09 18:43:56 grobian Exp $ - -EAPI="3" - -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 ~amd64-linux ~x86-linux ~x86-solaris" -SLOT="0" -LICENSE="LGPL-2.1" - -IUSE="jpeg gif png portaudio cups" - -DEPEND="${GNUSTEP_CORE_DEPEND} - >=gnustep-base/gnustep-base-1.18.0 - x11-libs/libXt - >=media-libs/tiff-3 - jpeg? ( >=media-libs/jpeg-6b:0 ) - 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_configure() { - egnustep_env - - local myconf= - use gif && myconf="--disable-ungif --enable-libgif" - - econf \ - --with-tiff-include="${EPREFIX}"/usr/include \ - --with-tiff-library="${EPREFIX}"/usr/$(get_libdir) \ - $(use_enable jpeg) \ - $(use_enable png) \ - $(use_enable portaudio gsnd) \ - $(use_enable cups) \ - ${myconf} || die "configure failed" -} - -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.16.0.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.16.0.ebuild deleted file mode 100644 index ad4fb6fe062a..000000000000 --- a/gnustep-base/gnustep-gui/gnustep-gui-0.16.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2010 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.16.0.ebuild,v 1.6 2010/01/22 16:57:45 ssuominen Exp $ - -EAPI=1 -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.18.0 - x11-libs/libXt - >=media-libs/tiff-3 - jpeg? ( >=media-libs/jpeg-6b:0 ) - 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" -} |