summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-base/gnustep-gui/gnustep-gui-0.9.5_pre20040928.ebuild')
-rw-r--r--gnustep-base/gnustep-gui/gnustep-gui-0.9.5_pre20040928.ebuild62
1 files changed, 0 insertions, 62 deletions
diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.9.5_pre20040928.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.9.5_pre20040928.ebuild
deleted file mode 100644
index 5b52c971e352..000000000000
--- a/gnustep-base/gnustep-gui/gnustep-gui-0.9.5_pre20040928.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2004 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.9.5_pre20040928.ebuild,v 1.5 2004/10/31 12:02:35 kloeri Exp $
-
-ECVS_CVS_COMMAND="cvs -q"
-ECVS_SERVER="savannah.gnu.org:/cvsroot/gnustep"
-ECVS_USER="anoncvs"
-ECVS_AUTH="ext"
-ECVS_MODULE="gnustep/core/gui"
-ECVS_CO_OPTS="-D ${PV/*_pre}"
-ECVS_UP_OPTS="-D ${PV/*_pre}"
-ECVS_TOP_DIR="${DISTDIR}/cvs-src/savannah.gnu.org-gnustep"
-inherit gnustep cvs
-
-S=${WORKDIR}/${ECVS_MODULE}
-
-DESCRIPTION="It is a library of graphical user interface classes written completely in the Objective-C language."
-HOMEPAGE="http://www.gnustep.org"
-
-KEYWORDS="~x86 ~ppc ~sparc ~alpha"
-SLOT="0"
-LICENSE="LGPL-2.1"
-
-IUSE="${IUSE} jpeg gif png gsnd doc cups camaelon"
-DEPEND="${GNUSTEP_BASE_DEPEND}
- =gnustep-base/gnustep-base-${PV/0.9.5/1.10.1}
- virtual/x11
- =media-libs/tiff-3*
- jpeg? =media-libs/jpeg-6b*
- gif? =media-libs/libungif-4.1*
- png? =media-libs/libpng-1.2*
- gsnd? =media-libs/audiofile-0.2*
- cups? =net-print/cups-1.1*
- app-text/aspell"
-RDEPEND="${DEPEND}
- ${DOC_RDEPEND}"
-PDEPEND="camaelon? =gnustep-libs/camaelon-0.1"
-
-src_unpack() {
- cvs_src_unpack
- cd ${S}
- if use camaelon
- then
- epatch ${FILESDIR}/${PN}-0.9.4-camaelon.patch
- fi
-}
-
-src_compile() {
- egnustep_env
-
- myconf="--with-tiff-include=/usr/include --with-tiff-library=/usr/lib"
- myconf="$myconf `use_enable gsnd`"
- use gsnd && myconf="$myconf --with-audiofile-include=/usr/include --with-audiofile-lib=/usr/lib"
- use gif && myconf="$myconf --enable-ungif"
- myconf="$myconf `use_enable jpeg`"
- myconf="$myconf `use_enable png`"
- myconf="$myconf `use_enable cups`"
- econf $myconf || die "configure failed"
-
- egnustep_make || die
-}
-