summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-base/gnustep-gui/gnustep-gui-0.23.1.ebuild')
-rw-r--r--gnustep-base/gnustep-gui/gnustep-gui-0.23.1.ebuild59
1 files changed, 0 insertions, 59 deletions
diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.23.1.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.23.1.ebuild
deleted file mode 100644
index 6cf097380f5f..000000000000
--- a/gnustep-base/gnustep-gui/gnustep-gui-0.23.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-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"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="cups gif jpeg png speech"
-
-DEPEND="${GNUSTEP_CORE_DEPEND}
- app-text/aspell
- >=gnustep-base/gnustep-base-1.24.0
- media-libs/audiofile
- >=media-libs/tiff-3
- x11-libs/libXt
- cups? ( >=net-print/cups-1.1 )
- gif? ( >=media-libs/giflib-4.1 )
- jpeg? ( virtual/jpeg )
- png? ( >=media-libs/libpng-1.2 )
- speech? ( app-accessibility/flite )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- gnustep-base_src_prepare
-
- # remove hardcoded -g -Werror, bug #378179
- sed -i -e 's/-g -Werror//' \
- Tools/say/GNUmakefile \
- Tools/speech/GNUmakefile \
- || die
-}
-
-src_configure() {
- egnustep_env
-
- local myconf=
- use gif && myconf="--disable-ungif --enable-libgif"
-
- econf \
- $(use_enable cups) \
- $(use_enable jpeg) \
- $(use_enable png) \
- $(use_enable speech) \
- --with-tiff-include="${EPREFIX}"/usr/include \
- --with-tiff-library="${EPREFIX}"/usr/$(get_libdir) \
- ${myconf}
-}
-
-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"
-}