diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2012-12-20 15:05:32 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2012-12-20 15:05:32 +0000 |
commit | cf4f80310d6d804635e99f7501799dbf7a7271a8 (patch) | |
tree | 2b1a541682c3d4f889d3435cd51429d4315ce4dc /gnustep-base | |
parent | Remove old. (diff) | |
download | gentoo-2-cf4f80310d6d804635e99f7501799dbf7a7271a8.tar.gz gentoo-2-cf4f80310d6d804635e99f7501799dbf7a7271a8.tar.bz2 gentoo-2-cf4f80310d6d804635e99f7501799dbf7a7271a8.zip |
Remove version using old gnustep layout
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'gnustep-base')
-rw-r--r-- | gnustep-base/gnustep-gui/ChangeLog | 6 | ||||
-rw-r--r-- | gnustep-base/gnustep-gui/files/gnustep-gui-0.18.0-libpng15.patch | 13 | ||||
-rw-r--r-- | gnustep-base/gnustep-gui/gnustep-gui-0.18.0.ebuild | 55 |
3 files changed, 5 insertions, 69 deletions
diff --git a/gnustep-base/gnustep-gui/ChangeLog b/gnustep-base/gnustep-gui/ChangeLog index 537165f4e6e1..5b0441a57974 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v 1.98 2012/12/20 13:08:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v 1.99 2012/12/20 15:05:31 voyageur Exp $ + + 20 Dec 2012; Bernard Cafarelli <voyageur@gentoo.org> + -gnustep-gui-0.18.0.ebuild, -files/gnustep-gui-0.18.0-libpng15.patch: + Remove version using old gnustep layout 20 Dec 2012; Agostino Sarubbo <ago@gentoo.org> gnustep-gui-0.22.0.ebuild: Stable for sparc, wrt bug #410601 diff --git a/gnustep-base/gnustep-gui/files/gnustep-gui-0.18.0-libpng15.patch b/gnustep-base/gnustep-gui/files/gnustep-gui-0.18.0-libpng15.patch deleted file mode 100644 index 80f90b552801..000000000000 --- a/gnustep-base/gnustep-gui/files/gnustep-gui-0.18.0-libpng15.patch +++ /dev/null @@ -1,13 +0,0 @@ -http://bugs.gentoo.org/389363 - ---- Source/NSBitmapImageRep+PNG.m -+++ Source/NSBitmapImageRep+PNG.m -@@ -229,7 +229,7 @@ - initWithBytesNoCopy: buf - length: bytes_per_row * height]; - -- if (PNG_INFO_gAMA & png_info->valid) -+ if (png_get_valid(png_struct, png_info, PNG_INFO_gAMA)) - { - double file_gamma = 2.2; - if (PNG_FLOATING_POINT) diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.18.0.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.18.0.ebuild deleted file mode 100644 index 731f46974d4d..000000000000 --- a/gnustep-base/gnustep-gui/gnustep-gui-0.18.0.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2011 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.18.0.ebuild,v 1.8 2011/11/04 15:06:49 voyageur Exp $ - -EAPI="3" - -inherit eutils 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 cups" - -DEPEND="${GNUSTEP_CORE_DEPEND} - >=gnustep-base/gnustep-base-1.20.0 - x11-libs/libXt - >=media-libs/tiff-3 - jpeg? ( virtual/jpeg ) - 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_prepare() { - epatch "${FILESDIR}"/${P}-libpng15.patch - gnustep-base_src_prepare -} - -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 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" -} |