summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-base/gnustep-gui/gnustep-gui-0.8.7.ebuild')
-rw-r--r--gnustep-base/gnustep-gui/gnustep-gui-0.8.7.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.8.7.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.8.7.ebuild
deleted file mode 100644
index bde24526df1a..000000000000
--- a/gnustep-base/gnustep-gui/gnustep-gui-0.8.7.ebuild
+++ /dev/null
@@ -1,29 +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.8.7.ebuild,v 1.2 2004/07/23 15:00:58 fafhrd Exp $
-
-IUSE=""
-
-inherit gnustep-old
-
-DESCRIPTION="GNUstep AppKit implementation"
-HOMEPAGE="http://www.gnustep.org"
-SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="-x86 -ppc -sparc"
-
-DEPEND=">=gnustep-base/gnustep-base-1.7.1
- >=media-libs/tiff-3.5.7
- >=media-libs/jpeg-6b-r2"
-PDEPEND="=gnustep-base/gnustep-back-${PV}*"
-
-src_compile() {
- egnustepmake \
- --with-jpeg-library=/usr/lib \
- --with-jpeg-include=/usr/include \
- --with-tiff-library=/usr/lib \
- --with-tiff-include=/usr/include \
- || die "configure failed"
-}