From c2ebdaa57d6912d2ff2d20dace9721aad629fafa Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Thu, 20 Mar 2008 17:34:17 +0000 Subject: Unstable version bump (Portage version: 2.1.4.4) --- gnustep-base/gnustep-gui/ChangeLog | 8 +++- gnustep-base/gnustep-gui/gnustep-gui-0.13.1.ebuild | 49 ---------------------- gnustep-base/gnustep-gui/gnustep-gui-0.13.2.ebuild | 49 ++++++++++++++++++++++ 3 files changed, 56 insertions(+), 50 deletions(-) delete mode 100644 gnustep-base/gnustep-gui/gnustep-gui-0.13.1.ebuild create mode 100644 gnustep-base/gnustep-gui/gnustep-gui-0.13.2.ebuild (limited to 'gnustep-base/gnustep-gui') diff --git a/gnustep-base/gnustep-gui/ChangeLog b/gnustep-base/gnustep-gui/ChangeLog index e5ca75ed3e7f..83016e1e2a23 100644 --- a/gnustep-base/gnustep-gui/ChangeLog +++ b/gnustep-base/gnustep-gui/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnustep-base/gnustep-gui # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v 1.58 2008/01/09 12:22:58 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v 1.59 2008/03/20 17:34:17 voyageur Exp $ + +*gnustep-gui-0.13.2 (20 Mar 2008) + + 20 Mar 2008; Bernard Cafarelli + -gnustep-gui-0.13.1.ebuild, +gnustep-gui-0.13.2.ebuild: + Unstable version bump *gnustep-gui-0.13.1 (09 Jan 2008) diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.13.1.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.13.1.ebuild deleted file mode 100644 index 4064a50d6e0e..000000000000 --- a/gnustep-base/gnustep-gui/gnustep-gui-0.13.1.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.13.1.ebuild,v 1.1 2008/01/09 12:22:58 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 cups" - -DEPEND="${GNUSTEP_CORE_DEPEND} - >=gnustep-base/gnustep-base-1.15.1 - 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" -} diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.13.2.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.13.2.ebuild new file mode 100644 index 000000000000..230439fa36bd --- /dev/null +++ b/gnustep-base/gnustep-gui/gnustep-gui-0.13.2.ebuild @@ -0,0 +1,49 @@ +# 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.13.2.ebuild,v 1.1 2008/03/20 17:34:17 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 cups" + +DEPEND="${GNUSTEP_CORE_DEPEND} + >=gnustep-base/gnustep-base-1.15.1 + 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" +} -- cgit v1.2.3-65-gdbad