diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2012-12-20 15:07:36 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2012-12-20 15:07:36 +0000 |
commit | b736c7fb00ac4f0d2953574c4b4ec772853868d5 (patch) | |
tree | f4f50e55c9cdcf206678fad734f0dd136735f423 /gnustep-base | |
parent | Remove version using old gnustep layout (diff) | |
download | gentoo-2-b736c7fb00ac4f0d2953574c4b4ec772853868d5.tar.gz gentoo-2-b736c7fb00ac4f0d2953574c4b4ec772853868d5.tar.bz2 gentoo-2-b736c7fb00ac4f0d2953574c4b4ec772853868d5.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-base/ChangeLog | 6 | ||||
-rw-r--r-- | gnustep-base/gnustep-base/files/50-gnustep-revdep | 1 | ||||
-rw-r--r-- | gnustep-base/gnustep-base/gnustep-base-1.20.1.ebuild | 81 |
3 files changed, 5 insertions, 83 deletions
diff --git a/gnustep-base/gnustep-base/ChangeLog b/gnustep-base/gnustep-base/ChangeLog index ba77ef9a4d67..a86787b94c4c 100644 --- a/gnustep-base/gnustep-base/ChangeLog +++ b/gnustep-base/gnustep-base/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnustep-base/gnustep-base # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-base/ChangeLog,v 1.114 2012/12/20 13:07:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-base/ChangeLog,v 1.115 2012/12/20 15:07:36 voyageur Exp $ + + 20 Dec 2012; Bernard Cafarelli <voyageur@gentoo.org> + -files/50-gnustep-revdep, -gnustep-base-1.20.1.ebuild: + Remove version using old gnustep layout 20 Dec 2012; Agostino Sarubbo <ago@gentoo.org> gnustep-base-1.24.0-r1.ebuild: Stable for sparc, wrt bug #410601 diff --git a/gnustep-base/gnustep-base/files/50-gnustep-revdep b/gnustep-base/gnustep-base/files/50-gnustep-revdep deleted file mode 100644 index f05569328fb5..000000000000 --- a/gnustep-base/gnustep-base/files/50-gnustep-revdep +++ /dev/null @@ -1 +0,0 @@ -SEARCH_DIRS="$GNUSTEP_SEARCH_DIRS" diff --git a/gnustep-base/gnustep-base/gnustep-base-1.20.1.ebuild b/gnustep-base/gnustep-base/gnustep-base-1.20.1.ebuild deleted file mode 100644 index ce99b1f50a08..000000000000 --- a/gnustep-base/gnustep-base/gnustep-base-1.20.1.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2012 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.1.ebuild,v 1.9 2012/05/02 21:21:12 jdhore 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 ssl 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 ) - ssl? ( 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] )" -DEPEND="${RDEPEND} - virtual/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 ssl 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]\"" -} |