diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2010-08-20 12:32:23 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2010-08-20 12:32:23 +0000 |
commit | 41da30a8dad99e85adc2a75b0a32cbc23656daae (patch) | |
tree | 9786f9224f0fbcfd48d0d7e125fc8916ef73c2d5 /gnustep-base | |
parent | Stable on amd64 wrt bug #333193 (diff) | |
download | historical-41da30a8dad99e85adc2a75b0a32cbc23656daae.tar.gz historical-41da30a8dad99e85adc2a75b0a32cbc23656daae.tar.bz2 historical-41da30a8dad99e85adc2a75b0a32cbc23656daae.zip |
Drop old stable versions, security bug #325577
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'gnustep-base')
19 files changed, 33 insertions, 769 deletions
diff --git a/gnustep-base/gnustep-back-art/ChangeLog b/gnustep-base/gnustep-back-art/ChangeLog index 785044843f00..5032c3670f0a 100644 --- a/gnustep-base/gnustep-back-art/ChangeLog +++ b/gnustep-base/gnustep-back-art/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnustep-base/gnustep-back-art # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-art/ChangeLog,v 1.77 2010/08/13 17:30:57 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-art/ChangeLog,v 1.78 2010/08/20 12:31:39 voyageur Exp $ + + 20 Aug 2010; Bernard Cafarelli <voyageur@gentoo.org> + -gnustep-back-art-0.16.0.ebuild: + Drop old stable versions, security bug #325577 13 Aug 2010; Joseph Jezak <josejx@gentoo.org> gnustep-back-art-0.18.0.ebuild: diff --git a/gnustep-base/gnustep-back-art/gnustep-back-art-0.16.0.ebuild b/gnustep-base/gnustep-back-art/gnustep-back-art-0.16.0.ebuild deleted file mode 100644 index 6034d0d46acd..000000000000 --- a/gnustep-base/gnustep-back-art/gnustep-back-art-0.16.0.ebuild +++ /dev/null @@ -1,80 +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-back-art/gnustep-back-art-0.16.0.ebuild,v 1.6 2010/01/16 14:39:26 armin76 Exp $ - -inherit gnustep-base - -S=${WORKDIR}/gnustep-back-${PV} - -DESCRIPTION="libart_lgpl back-end component for the GNUstep GUI Library" - -HOMEPAGE="http://www.gnustep.org" -SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz" -KEYWORDS="~alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" -SLOT="0" -LICENSE="LGPL-2.1" - -IUSE="opengl xim" - -DEPEND="${GNUSTEP_CORE_DEPEND} - ~gnustep-base/gnustep-gui-${PV} - opengl? ( virtual/opengl virtual/glu ) - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXi - x11-libs/libXmu - x11-libs/libXt - x11-libs/libXft - x11-libs/libXrender - dev-libs/expat - media-libs/fontconfig - >=media-libs/freetype-2.1.9 - >=media-libs/libart_lgpl-2.3 - >=gnustep-base/mknfonts-0.5-r1 - media-fonts/dejavu - !gnustep-base/gnustep-back-cairo - !gnustep-base/gnustep-back-xlib" -RDEPEND="${DEPEND}" - -src_compile() { - egnustep_env - - use opengl && myconf="--enable-glx" - myconf="$myconf `use_enable xim`" - myconf="$myconf --enable-server=x11" - myconf="$myconf --enable-graphics=art" - econf $myconf || die "configure failed" - - egnustep_make - - # Create font lists for DejaVu - einfo "Generating nfonts support files" - cd Fonts - ${GNUSTEP_SYSTEM_TOOLS}/mknfonts \ - $(fc-list : file|grep -v '\.gz'|cut -d: -f1) \ - || die "nfonts support files creation failed" - # Trim whitepsaces - for fdir in *\ */; do - mv "$fdir" `echo $fdir | tr -d [:space:]` - done -} - -src_install() { - egnustep_env - - gnustep-base_src_install - - mkdir -p "${D}/${GNUSTEP_SYSTEM_LIBRARY}/Fonts" - cp -pPR Fonts/*.nfont "${D}/${GNUSTEP_SYSTEM_LIBRARY}/Fonts" -} - -gnustep_config_script() { - echo "echo ' * setting normal font to DejaVuSans'" - echo "defaults write NSGlobalDomain NSFont DejaVuSans" - echo "echo ' * setting bold font to DejaVuSans-Bold'" - echo "defaults write NSGlobalDomain NSBoldFont DejaVuSans-Bold" - echo "echo ' * setting fixed font to DejaVuSansMono'" - echo "defaults write NSGlobalDomain NSUserFixedPitchFont DejaVuSansMono" -} diff --git a/gnustep-base/gnustep-back-cairo/ChangeLog b/gnustep-base/gnustep-back-cairo/ChangeLog index 9757818fb65d..5235b3dfc14a 100644 --- a/gnustep-base/gnustep-back-cairo/ChangeLog +++ b/gnustep-base/gnustep-back-cairo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnustep-base/gnustep-back-cairo # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-cairo/ChangeLog,v 1.25 2010/08/13 17:33:14 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-cairo/ChangeLog,v 1.26 2010/08/20 12:32:23 voyageur Exp $ + + 20 Aug 2010; Bernard Cafarelli <voyageur@gentoo.org> + -gnustep-back-cairo-0.16.0.ebuild: + Drop old stable versions, security bug #325577 13 Aug 2010; Joseph Jezak <josejx@gentoo.org> gnustep-back-cairo-0.18.0.ebuild: diff --git a/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.16.0.ebuild b/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.16.0.ebuild deleted file mode 100644 index c7606830e2f5..000000000000 --- a/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-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-back-cairo/gnustep-back-cairo-0.16.0.ebuild,v 1.5 2010/08/03 09:15:02 voyageur Exp $ - -EAPI=2 - -inherit gnustep-base - -S=${WORKDIR}/gnustep-back-${PV} - -DESCRIPTION="Cairo back-end component for the GNUstep GUI Library." - -HOMEPAGE="http://www.gnustep.org" -SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz" -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-solaris" -SLOT="0" -LICENSE="LGPL-2.1" - -IUSE="opengl xim" -RDEPEND="${GNUSTEP_CORE_DEPEND} - ~gnustep-base/gnustep-gui-${PV} - opengl? ( virtual/opengl virtual/glu ) - - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXi - x11-libs/libXmu - x11-libs/libXt - x11-libs/libXft - x11-libs/libXrender - - >=media-libs/freetype-2.1.9 - >=x11-libs/cairo-1.2.0[X] - !gnustep-base/gnustep-back-art - !gnustep-base/gnustep-back-xlib" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_configure() { - egnustep_env - - use opengl && myconf="--enable-glx" - myconf="$myconf $(use_enable xim)" - myconf="$myconf --enable-server=x11" - myconf="$myconf --enable-graphics=cairo" - - econf $myconf || die "configure failed" -} diff --git a/gnustep-base/gnustep-back-xlib/ChangeLog b/gnustep-base/gnustep-back-xlib/ChangeLog index 3867dcea456f..5bc113f186ef 100644 --- a/gnustep-base/gnustep-back-xlib/ChangeLog +++ b/gnustep-base/gnustep-back-xlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnustep-base/gnustep-back-xlib # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.59 2010/08/13 17:32:39 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.60 2010/08/20 12:31:42 voyageur Exp $ + + 20 Aug 2010; Bernard Cafarelli <voyageur@gentoo.org> + -gnustep-back-xlib-0.16.0.ebuild: + Drop old stable versions, security bug #325577 13 Aug 2010; Joseph Jezak <josejx@gentoo.org> gnustep-back-xlib-0.18.0.ebuild: diff --git a/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild b/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild deleted file mode 100644 index aa6ff4524b63..000000000000 --- a/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild +++ /dev/null @@ -1,47 +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-back-xlib/gnustep-back-xlib-0.16.0.ebuild,v 1.6 2010/01/16 14:40:04 armin76 Exp $ - -inherit gnustep-base - -S=${WORKDIR}/gnustep-back-${PV} - -DESCRIPTION="Default X11 back-end component for the GNUstep GUI Library" - -HOMEPAGE="http://www.gnustep.org" -SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz" -KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -SLOT="0" -LICENSE="LGPL-2.1" - -IUSE="opengl xim" -DEPEND="${GNUSTEP_CORE_DEPEND} - ~gnustep-base/gnustep-gui-${PV} - opengl? ( virtual/opengl virtual/glu ) - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXi - x11-libs/libXmu - x11-libs/libXt - x11-libs/libXft - x11-libs/libXrender - dev-libs/expat - media-libs/fontconfig - >=media-libs/freetype-2.1.9 - !gnustep-base/gnustep-back-art - !gnustep-base/gnustep-back-cairo" -RDEPEND="${DEPEND}" - -src_compile() { - egnustep_env - - use opengl && myconf="--enable-glx" - myconf="$myconf `use_enable xim`" - myconf="$myconf --enable-server=x11" - myconf="$myconf --enable-graphics=xlib" - econf $myconf || die "configure failed" - - egnustep_make -} diff --git a/gnustep-base/gnustep-base/ChangeLog b/gnustep-base/gnustep-base/ChangeLog index e97f16e670f8..7c2c12c0975c 100644 --- a/gnustep-base/gnustep-base/ChangeLog +++ b/gnustep-base/gnustep-base/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnustep-base/gnustep-base # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-base/ChangeLog,v 1.101 2010/08/13 17:29:16 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-base/ChangeLog,v 1.102 2010/08/20 12:30:03 voyageur Exp $ + + 20 Aug 2010; Bernard Cafarelli <voyageur@gentoo.org> + -gnustep-base-1.18.0-r4.ebuild, + -files/gnustep-base-1.18.0-mdns_configure.patch, + -gnustep-base-1.20.0.ebuild: + Drop old stable versions, security bug #325577 13 Aug 2010; Joseph Jezak <josejx@gentoo.org> gnustep-base-1.20.1.ebuild: Marked ppc stable for bug #325577. diff --git a/gnustep-base/gnustep-base/files/gnustep-base-1.18.0-mdns_configure.patch b/gnustep-base/gnustep-base/files/gnustep-base-1.18.0-mdns_configure.patch deleted file mode 100644 index 9f187e0913ba..000000000000 --- a/gnustep-base/gnustep-base/files/gnustep-base-1.18.0-mdns_configure.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- configure.ac.orig 2008-12-22 16:16:38.000000000 +0100 -+++ configure.ac 2009-03-11 13:50:03.000000000 +0100 -@@ -2376,12 +2376,18 @@ - # Check for NSNetServices - #-------------------------------------------------------------------- - HAVE_MDNS=0 --AC_CHECK_HEADERS(dns_sd.h, have_mdns=yes, have_mdns=no) --if test "$have_mdns" = "yes"; then -- AC_CHECK_LIB(dns_sd, DNSServiceBrowse, have_mdns=yes, have_mdns=no) -+AC_ARG_ENABLE(zeroconf, -+ [ --disable-zeroconf Disable NSNetServices support],, -+ enable_zeroconf=yes) -+ -+if test $enable_zeroconf = yes; then -+ AC_CHECK_HEADERS(dns_sd.h, have_mdns=yes, have_mdns=no) - if test "$have_mdns" = "yes"; then -- LIBS="-ldns_sd $LIBS" -- HAVE_MDNS=1 -+ AC_CHECK_LIB(dns_sd, DNSServiceBrowse, have_mdns=yes, have_mdns=no) -+ if test "$have_mdns" = "yes"; then -+ LIBS="-ldns_sd $LIBS" -+ HAVE_MDNS=1 -+ fi - fi - fi - AC_SUBST(HAVE_MDNS) diff --git a/gnustep-base/gnustep-base/gnustep-base-1.18.0-r4.ebuild b/gnustep-base/gnustep-base/gnustep-base-1.18.0-r4.ebuild deleted file mode 100644 index 703775fca5d4..000000000000 --- a/gnustep-base/gnustep-base/gnustep-base-1.18.0-r4.ebuild +++ /dev/null @@ -1,90 +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-base/gnustep-base-1.18.0-r4.ebuild,v 1.6 2010/01/16 14:38:00 armin76 Exp $ - -EAPI=2 - -inherit autotools gnustep-base - -DESCRIPTION="A library of general-purpose, non-graphical Objective C objects." - -HOMEPAGE="http://www.gnustep.org" -SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" -KEYWORDS="~alpha amd64 ppc ~ppc64 sparc x86 ~x86-fbsd" -SLOT="0" -LICENSE="GPL-2 LGPL-2.1" - -IUSE="libffi gnutls zeroconf" - -RDEPEND="${GNUSTEP_CORE_DEPEND} - >=gnustep-base/gnustep-make-2.0.8 - !libffi? ( dev-libs/ffcall - gnustep-base/gnustep-make[-native-exceptions] ) - libffi? ( virtual/libffi ) - gnutls? ( net-libs/gnutls ) - >=dev-libs/libxml2-2.6 - >=dev-libs/libxslt-1.1 - >=dev-libs/gmp-4.1 - >=dev-libs/openssl-0.9.7 - >=sys-libs/zlib-1.2 - zeroconf? ( || ( - net-dns/avahi[mdnsresponder-compat] - net-misc/mDNSResponder ) )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_prepare() { - # Automagic dependency on mdns-responder - epatch "${FILESDIR}"/${P}-mdns_configure.patch - - eautoreconf -} - -src_configure() { - egnustep_env - - local myconf - if use libffi; - then - myconf="--enable-libffi --disable-ffcall --with-ffi-include=$(pkg-config --variable=includedir libffi)" - else - myconf="--disable-libffi --enable-ffcall" - fi - - myconf="$myconf $(use_enable gnutls tls)" - myconf="$myconf $(use_enable zeroconf)" - myconf="$myconf --with-xml-prefix=/usr" - myconf="$myconf --with-gmp-include=/usr/include --with-gmp-library=/usr/lib" - myconf="$myconf --with-default-config=/etc/GNUstep/GNUstep.conf" - - econf $myconf || die "configure failed" -} - -src_install() { - # We need to set LD_LIBRARY_PATH because the doc generation program - # uses the gnustep-base libraries. Since egnustep_env "cleans the - # environment" including our LD_LIBRARY_PATH, we're left no choice - # but doing it like this. - - egnustep_env - egnustep_install - - if use doc ; then - export LD_LIBRARY_PATH="${S}/Source/obj:${LD_LIBRARY_PATH}" - egnustep_doc - fi - egnustep_install_config - - dodir /etc/revdep-rebuild - sed -e 's|$GNUSTEP_SEARCH_DIRS|'"$GNUSTEP_SYSTEM_LIBRARIES $GNUSTEP_SYSTEM_TOOLS $GNUSTEP_LOCAL_LIBRARIES $GNUSTEP_LOCAL_TOOLS"'|' \ - "${FILESDIR}"/50-gnustep-revdep \ - > "${D}/etc/revdep-rebuild/50-gnustep-revdep" -} - -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." - ewarn "Run:" - ewarn "revdep-rebuild --library \"libgnustep-base.so.1.1[0-6]\"" -} diff --git a/gnustep-base/gnustep-base/gnustep-base-1.20.0.ebuild b/gnustep-base/gnustep-base/gnustep-base-1.20.0.ebuild deleted file mode 100644 index ae49d6de2be6..000000000000 --- a/gnustep-base/gnustep-base/gnustep-base-1.20.0.ebuild +++ /dev/null @@ -1,83 +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-base/gnustep-base-1.20.0.ebuild,v 1.3 2010/07/23 09:18:34 voyageur Exp $ - -EAPI="3" - -inherit gnustep-base - -DESCRIPTION="A library of general-purpose, non-graphical Objective C objects." - -HOMEPAGE="http://www.gnustep.org" -SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" -SLOT="0" -LICENSE="GPL-2 LGPL-2.1" - -IUSE="+libffi gnutls zeroconf" - -RDEPEND="${GNUSTEP_CORE_DEPEND} - >=gnustep-base/gnustep-make-2.0.8 - !libffi? ( dev-libs/ffcall - gnustep-base/gnustep-make[-native-exceptions] ) - libffi? ( virtual/libffi ) - gnutls? ( net-libs/gnutls ) - >=dev-libs/libxml2-2.6 - >=dev-libs/libxslt-1.1 - >=dev-libs/gmp-4.1 - >=dev-libs/openssl-0.9.7 - >=sys-libs/zlib-1.2 - zeroconf? ( || ( - net-dns/avahi[mdnsresponder-compat] - net-misc/mDNSResponder ) )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_configure() { - egnustep_env - - local myconf - if use libffi; - then - myconf="--enable-libffi --disable-ffcall --with-ffi-include=$(pkg-config --variable=includedir libffi)" - else - myconf="--disable-libffi --enable-ffcall" - fi - - myconf="$myconf $(use_enable gnutls tls)" - myconf="$myconf $(use_enable zeroconf)" - myconf="$myconf --with-xml-prefix=${EPREFIX}/usr" - myconf="$myconf --with-gmp-include=${EPREFIX}/usr/include --with-gmp-library=${EPREFIX}/usr/lib" - myconf="$myconf --with-default-config=${EPREFIX}/etc/GNUstep/GNUstep.conf" - - econf $myconf || die "configure failed" -} - -src_install() { - # We need to set LD_LIBRARY_PATH because the doc generation program - # uses the gnustep-base libraries. Since egnustep_env "cleans the - # environment" including our LD_LIBRARY_PATH, we're left no choice - # but doing it like this. - - egnustep_env - egnustep_install - - if use doc ; then - export LD_LIBRARY_PATH="${S}/Source/obj:${LD_LIBRARY_PATH}" - egnustep_doc - fi - egnustep_install_config - - dodir /etc/revdep-rebuild - sed -e 's|$GNUSTEP_SEARCH_DIRS|'"$GNUSTEP_SYSTEM_LIBRARIES $GNUSTEP_SYSTEM_TOOLS $GNUSTEP_LOCAL_LIBRARIES $GNUSTEP_LOCAL_TOOLS"'|' \ - "${FILESDIR}"/50-gnustep-revdep \ - > "${ED}/etc/revdep-rebuild/50-gnustep-revdep" -} - -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." - ewarn "Run:" - ewarn "revdep-rebuild --library \"libgnustep-base.so.1.1[0-8]\"" -} 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" -} diff --git a/gnustep-base/gnustep-make/ChangeLog b/gnustep-base/gnustep-make/ChangeLog index 90eb3cdb2f31..b97b3deecf60 100644 --- a/gnustep-base/gnustep-make/ChangeLog +++ b/gnustep-base/gnustep-make/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnustep-base/gnustep-make # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v 1.94 2010/08/13 17:28:28 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v 1.95 2010/08/20 12:29:02 voyageur Exp $ + + 20 Aug 2010; Bernard Cafarelli <voyageur@gentoo.org> + -gnustep-make-2.0.4.ebuild, -gnustep-make-2.2.0.ebuild, + -gnustep-make-2.2.0-r1.ebuild, -files/gnustep-2.csh, -files/gnustep-2.sh: + Drop old stable versions, security bug #325577 13 Aug 2010; Joseph Jezak <josejx@gentoo.org> gnustep-make-2.4.0.ebuild: Marked ppc stable for bug #325577. diff --git a/gnustep-base/gnustep-make/files/gnustep-2.csh b/gnustep-base/gnustep-make/files/gnustep-2.csh deleted file mode 100644 index a9af0de85e98..000000000000 --- a/gnustep-base/gnustep-make/files/gnustep-2.csh +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/env csh -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/files/gnustep-2.csh,v 1.2 2007/11/20 19:12:13 grobian Exp $ - -# Test for an interactive shell -if ( $?prompt ) then - - setenv GNUSTEP_SYSTEM_TOOLS /usr/GNUstep/System/Tools - - if ( -x $GNUSTEP_SYSTEM_TOOLS/make_services ) then - $GNUSTEP_SYSTEM_TOOLS/make_services - endif - - if ( -x $GNUSTEP_SYSTEM_TOOLS/gdnc ) then - $GNUSTEP_SYSTEM_TOOLS/gdnc - endif - -endif diff --git a/gnustep-base/gnustep-make/files/gnustep-2.sh b/gnustep-base/gnustep-make/files/gnustep-2.sh deleted file mode 100644 index e69e18bc8f1b..000000000000 --- a/gnustep-base/gnustep-make/files/gnustep-2.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/env sh -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/files/gnustep-2.sh,v 1.2 2007/11/20 19:12:13 grobian Exp $ - -# Test for an interactive shell -case $- in - *i*) - ;; - *) - return - ;; -esac - -GNUSTEP_SYSTEM_TOOLS=/usr/GNUstep/System/Tools - -if [ -x ${GNUSTEP_SYSTEM_TOOLS}/make_services ]; then - ${GNUSTEP_SYSTEM_TOOLS}/make_services -fi - -if [ -x ${GNUSTEP_SYSTEM_TOOLS}/gdnc ]; then - ${GNUSTEP_SYSTEM_TOOLS}/gdnc -fi diff --git a/gnustep-base/gnustep-make/gnustep-make-2.0.4.ebuild b/gnustep-base/gnustep-make/gnustep-make-2.0.4.ebuild deleted file mode 100644 index 7f97a9f28402..000000000000 --- a/gnustep-base/gnustep-make/gnustep-make-2.0.4.ebuild +++ /dev/null @@ -1,82 +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-make/gnustep-make-2.0.4.ebuild,v 1.6 2008/05/12 15:17:27 corsair Exp $ - -inherit gnustep-base eutils - -DESCRIPTION="GNUstep Makefile Package" - -HOMEPAGE="http://www.gnustep.org" -SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86 ~x86-fbsd" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="${GNUSTEP_CORE_DEPEND} - >=sys-devel/make-3.75" -RDEPEND="${DEPEND}" - -pkg_setup() { - gnustep-base_pkg_setup - - if ! built_with_use sys-devel/gcc objc; then - ewarn "gcc must be compiled with Objective-C support! See the objc USE flag." - die "ObjC support not available" - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-2.0.1-destdir.patch -} - -src_compile() { - local myconf - myconf="--prefix=${GNUSTEP_PREFIX} --with-layout=gnustep" - myconf="$myconf --with-config-file=/etc/GNUstep/GNUstep.conf" - myconf="$myconf --enable-native-objc-exceptions" - econf $myconf || die "configure failed" - - emake - # Prepare doc here (needed when no gnustep-make is already installed) - if use doc ; then - # If a gnustep-1 environment is set - unset GNUSTEP_MAKEFILES - cd Documentation - emake -j1 all install || die "doc make has failed" - cd .. - fi -} - -src_install() { - # Get GNUSTEP_* variables - . ./GNUstep.conf - - local make_eval="-j1" - use debug || make_eval="${make_eval} debug=no" - make_eval="${make_eval} verbose=yes" - - emake ${make_eval} DESTDIR="${D}" install || die "install has failed" - - # Copy the documentation - if use doc ; then - dodir ${GNUSTEP_SYSTEM_LIBRARY} - cp -r Documentation/tmp-installation/System/Library/Documentation \ - "${D}"${GNUSTEP_SYSTEM_LIBRARY} - fi - - exeinto /etc/profile.d - doexe "${FILESDIR}"/gnustep-2.sh - doexe "${FILESDIR}"/gnustep-2.csh - - dodir /etc/env.d - cat <<- EOF > "${D}"/etc/env.d/99gnustep -PATH=${GNUSTEP_SYSTEM_TOOLS}:${GNUSTEP_LOCAL_TOOLS} -ROOTPATH=${GNUSTEP_SYSTEM_TOOLS}:${GNUSTEP_LOCAL_TOOLS} -LDPATH=${GNUSTEP_SYSTEM_LIBRARIES}:${GNUSTEP_LOCAL_LIBRARIES} -MANPATH=${GNUSTEP_SYSTEM_DOC_MAN}:${GNUSTEP_LOCAL_DOC_MAN} -INFOPATH=${GNUSTEP_SYSTEM_DOC_INFO}:${GNUSTEP_LOCAL_DOC_INFO} -INFODIR=${GNUSTEP_SYSTEM_DOC_INFO}:${GNUSTEP_LOCAL_DOC_INFO} -EOF -} diff --git a/gnustep-base/gnustep-make/gnustep-make-2.2.0-r1.ebuild b/gnustep-base/gnustep-make/gnustep-make-2.2.0-r1.ebuild deleted file mode 100644 index 6dd54e2f2316..000000000000 --- a/gnustep-base/gnustep-make/gnustep-make-2.2.0-r1.ebuild +++ /dev/null @@ -1,82 +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-make/gnustep-make-2.2.0-r1.ebuild,v 1.2 2010/03/09 18:58:29 grobian Exp $ - -EAPI="3" - -inherit gnustep-base eutils prefix - -DESCRIPTION="GNUstep Makefile Package" - -HOMEPAGE="http://www.gnustep.org" -SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" -IUSE="native-exceptions" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="${GNUSTEP_CORE_DEPEND} - >=sys-devel/gcc-3.3[objc] - >=sys-devel/make-3.75" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.0.1-destdir.patch - cp "${FILESDIR}"/gnustep-3.{csh,sh} "${T}"/ - eprefixify "${T}"/gnustep-3.{csh,sh} -} - -src_configure() { - econf \ - --prefix="${GNUSTEP_PREFIX}" \ - --with-layout=gnustep \ - --with-config-file="${EPREFIX}"/etc/GNUstep/GNUstep.conf \ - $(use_enable native-exceptions native-objc-exceptions) \ - || die "configure failed" -} - -src_compile() { - emake || die "compilation failed" - # Prepare doc here (needed when no gnustep-make is already installed) - if use doc ; then - # If a gnustep-1 environment is set - unset GNUSTEP_MAKEFILES - cd Documentation - emake all install || die "doc make has failed" - cd .. - fi -} - -src_install() { - # Get GNUSTEP_* variables - . ./GNUstep.conf - - local make_eval - use debug || make_eval="${make_eval} debug=no" - make_eval="${make_eval} verbose=yes" - - emake ${make_eval} DESTDIR="${D}" install || die "install has failed" - - # Copy the documentation - if use doc ; then - dodir ${GNUSTEP_SYSTEM_LIBRARY} - cp -r Documentation/tmp-installation/System/Library/Documentation \ - "${ED}"${GNUSTEP_SYSTEM_LIBRARY} - fi - - dodoc FAQ README RELEASENOTES - - exeinto /etc/profile.d - doexe "${T}"/gnustep-3.sh - doexe "${T}"/gnustep-3.csh - - dodir /etc/env.d - cat <<- EOF > "${ED}"/etc/env.d/99gnustep -PATH=${GNUSTEP_SYSTEM_TOOLS}:${GNUSTEP_LOCAL_TOOLS} -ROOTPATH=${GNUSTEP_SYSTEM_TOOLS}:${GNUSTEP_LOCAL_TOOLS} -LDPATH=${GNUSTEP_SYSTEM_LIBRARIES}:${GNUSTEP_LOCAL_LIBRARIES} -MANPATH=${GNUSTEP_SYSTEM_DOC_MAN}:${GNUSTEP_LOCAL_DOC_MAN} -INFOPATH=${GNUSTEP_SYSTEM_DOC_INFO}:${GNUSTEP_LOCAL_DOC_INFO} -INFODIR=${GNUSTEP_SYSTEM_DOC_INFO}:${GNUSTEP_LOCAL_DOC_INFO} -EOF -} diff --git a/gnustep-base/gnustep-make/gnustep-make-2.2.0.ebuild b/gnustep-base/gnustep-make/gnustep-make-2.2.0.ebuild deleted file mode 100644 index 3e902f798e03..000000000000 --- a/gnustep-base/gnustep-make/gnustep-make-2.2.0.ebuild +++ /dev/null @@ -1,79 +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-make/gnustep-make-2.2.0.ebuild,v 1.5 2010/01/16 14:37:16 armin76 Exp $ - -EAPI=2 - -inherit gnustep-base eutils - -DESCRIPTION="GNUstep Makefile Package" - -HOMEPAGE="http://www.gnustep.org" -SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" -KEYWORDS="~alpha amd64 ppc ~ppc64 sparc x86 ~x86-fbsd" -IUSE="native-exceptions" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="${GNUSTEP_CORE_DEPEND} - >=sys-devel/gcc-3.3[objc] - >=sys-devel/make-3.75" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.0.1-destdir.patch -} - -src_configure() { - local myconf - myconf="--prefix=${GNUSTEP_PREFIX} --with-layout=gnustep" - myconf="$myconf --with-config-file=/etc/GNUstep/GNUstep.conf" - myconf="$myconf $(use_enable native-exceptions native-objc-exceptions)" - econf $myconf || die "configure failed" -} - -src_compile() { - emake || die "compilation failed" - # Prepare doc here (needed when no gnustep-make is already installed) - if use doc ; then - # If a gnustep-1 environment is set - unset GNUSTEP_MAKEFILES - cd Documentation - emake all install || die "doc make has failed" - cd .. - fi -} - -src_install() { - # Get GNUSTEP_* variables - . ./GNUstep.conf - - local make_eval - use debug || make_eval="${make_eval} debug=no" - make_eval="${make_eval} verbose=yes" - - emake ${make_eval} DESTDIR="${D}" install || die "install has failed" - - # Copy the documentation - if use doc ; then - dodir ${GNUSTEP_SYSTEM_LIBRARY} - cp -r Documentation/tmp-installation/System/Library/Documentation \ - "${D}"${GNUSTEP_SYSTEM_LIBRARY} - fi - - dodoc FAQ README RELEASENOTES - - exeinto /etc/profile.d - doexe "${FILESDIR}"/gnustep-2.sh - doexe "${FILESDIR}"/gnustep-2.csh - - dodir /etc/env.d - cat <<- EOF > "${D}"/etc/env.d/99gnustep -PATH=${GNUSTEP_SYSTEM_TOOLS}:${GNUSTEP_LOCAL_TOOLS} -ROOTPATH=${GNUSTEP_SYSTEM_TOOLS}:${GNUSTEP_LOCAL_TOOLS} -LDPATH=${GNUSTEP_SYSTEM_LIBRARIES}:${GNUSTEP_LOCAL_LIBRARIES} -MANPATH=${GNUSTEP_SYSTEM_DOC_MAN}:${GNUSTEP_LOCAL_DOC_MAN} -INFOPATH=${GNUSTEP_SYSTEM_DOC_INFO}:${GNUSTEP_LOCAL_DOC_INFO} -INFODIR=${GNUSTEP_SYSTEM_DOC_INFO}:${GNUSTEP_LOCAL_DOC_INFO} -EOF -} |