diff options
-rw-r--r-- | gnustep-base/gnustep-back-art/ChangeLog | 6 | ||||
-rw-r--r-- | gnustep-base/gnustep-back-art/gnustep-back-art-0.14.0.ebuild | 80 | ||||
-rw-r--r-- | gnustep-base/gnustep-back-xlib/ChangeLog | 6 | ||||
-rw-r--r-- | gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.14.0.ebuild | 47 | ||||
-rw-r--r-- | gnustep-base/gnustep-base/ChangeLog | 6 | ||||
-rw-r--r-- | gnustep-base/gnustep-base/gnustep-base-1.16.3.ebuild | 75 |
6 files changed, 15 insertions, 205 deletions
diff --git a/gnustep-base/gnustep-back-art/ChangeLog b/gnustep-base/gnustep-back-art/ChangeLog index d0b11ec4e3fa..bfdd884336a8 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.71 2010/01/16 14:39:26 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-art/ChangeLog,v 1.72 2010/02/10 21:52:50 voyageur Exp $ + + 10 Feb 2010; Bernard Cafarelli <voyageur@gentoo.org> + -gnustep-back-art-0.14.0.ebuild: + Drop old version 16 Jan 2010; Raúl Porcel <armin76@gentoo.org> gnustep-back-art-0.16.0.ebuild: diff --git a/gnustep-base/gnustep-back-art/gnustep-back-art-0.14.0.ebuild b/gnustep-base/gnustep-back-art/gnustep-back-art-0.14.0.ebuild deleted file mode 100644 index 2382a3120d91..000000000000 --- a/gnustep-base/gnustep-back-art/gnustep-back-art-0.14.0.ebuild +++ /dev/null @@ -1,80 +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-back-art/gnustep-back-art-0.14.0.ebuild,v 1.4 2008/10/03 17:29:19 bluebird 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" -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-xlib/ChangeLog b/gnustep-base/gnustep-back-xlib/ChangeLog index 6dc8a622e3df..647979308309 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.53 2010/01/16 14:40:04 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.54 2010/02/10 21:52:16 voyageur Exp $ + + 10 Feb 2010; Bernard Cafarelli <voyageur@gentoo.org> + -gnustep-back-xlib-0.14.0.ebuild: + Drop old version 16 Jan 2010; Raúl Porcel <armin76@gentoo.org> gnustep-back-xlib-0.16.0.ebuild: diff --git a/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.14.0.ebuild b/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.14.0.ebuild deleted file mode 100644 index 6dd13e63c6b5..000000000000 --- a/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.14.0.ebuild +++ /dev/null @@ -1,47 +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-back-xlib/gnustep-back-xlib-0.14.0.ebuild,v 1.4 2008/10/03 17:32:14 bluebird 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" -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 c8128caeda94..4cccf9917da6 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-base/ChangeLog,v 1.91 2010/01/16 14:38:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-base/ChangeLog,v 1.92 2010/02/10 21:50:08 voyageur Exp $ + + 10 Feb 2010; Bernard Cafarelli <voyageur@gentoo.org> + -gnustep-base-1.16.3.ebuild: + Drop old version 16 Jan 2010; Raúl Porcel <armin76@gentoo.org> gnustep-base-1.18.0-r4.ebuild: diff --git a/gnustep-base/gnustep-base/gnustep-base-1.16.3.ebuild b/gnustep-base/gnustep-base/gnustep-base-1.16.3.ebuild deleted file mode 100644 index 55129dbd89f1..000000000000 --- a/gnustep-base/gnustep-base/gnustep-base-1.16.3.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2009 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.16.3.ebuild,v 1.5 2009/10/14 09:48:03 ssuominen Exp $ - -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 sparc x86 ~x86-fbsd" -SLOT="0" -LICENSE="GPL-2 LGPL-2.1" - -IUSE="gnutls" - -DEPEND="${GNUSTEP_CORE_DEPEND} - >=gnustep-base/gnustep-make-2.0 - dev-libs/ffcall - 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" -RDEPEND="${DEPEND}" - -pkg_setup() { - gnustep-base_pkg_setup -} - -src_compile() { - egnustep_env - - local myconf - myconf="--disable-libffi --enable-ffcall" - - myconf="$myconf $(use_enable gnutls tls)" - 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" - - egnustep_make -} - -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_ROOT $GNUSTEP_LOCAL_ROOT"'|' \ - "${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-4]\"" -} |