diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-11-12 03:48:44 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-11-12 03:48:44 +0000 |
commit | cb0575339da34bc58a55d8c255c4f1ed55d73b47 (patch) | |
tree | 9c757c6f1cf8998c33a422c1a8059c8e236900f5 /gnustep-base/gnustep-make/gnustep-make-1.7.1.ebuild | |
parent | Stable on sparc (Manifest recommit) (diff) | |
download | gentoo-2-cb0575339da34bc58a55d8c255c4f1ed55d73b47.tar.gz gentoo-2-cb0575339da34bc58a55d8c255c4f1ed55d73b47.tar.bz2 gentoo-2-cb0575339da34bc58a55d8c255c4f1ed55d73b47.zip |
Mass Update: gnustep.eclass revamped to allow configurable root install; gnustep-base/libs/apps updated to utilize new gnustep.eclass (only versions bumped where files would change); some KEYWORDS were accidentally dropped between version bumps of packages -- this has been resolved; windowmaker correctly supports gnustep now; gnustep-funcs.eclass added -- used where info on an installed gnustep-env is needed rather than making a full GNUstep application
Diffstat (limited to 'gnustep-base/gnustep-make/gnustep-make-1.7.1.ebuild')
-rw-r--r-- | gnustep-base/gnustep-make/gnustep-make-1.7.1.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/gnustep-base/gnustep-make/gnustep-make-1.7.1.ebuild b/gnustep-base/gnustep-make/gnustep-make-1.7.1.ebuild deleted file mode 100644 index 5ac9bf450d83..000000000000 --- a/gnustep-base/gnustep-make/gnustep-make-1.7.1.ebuild +++ /dev/null @@ -1,40 +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-make/gnustep-make-1.7.1.ebuild,v 1.1 2004/07/23 13:51:21 fafhrd Exp $ - -IUSE="" - -DESCRIPTION="GNUstep makefile package" -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" - -DEPEND="virtual/libc - >=sys-devel/gcc-3.2 - >=dev-libs/ffcall-1.8d - >=dev-libs/gmp-4.1 - >=dev-util/guile-1.6 - >=dev-libs/openssl-0.9.6j - >=media-libs/tiff-3.5.7-r1 - >=dev-libs/libxml2-2.4.24 - >=media-libs/audiofile-0.2.3" - -src_compile() { - ./configure \ - --prefix=/usr/GNUstep \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --host=${CHOST} || die "./configure failed" - make || die -} - -src_install() { - make \ - GNUSTEP_SYSTEM_ROOT=${D}/usr/GNUstep/System \ - GNUSTEP_LOCAL_ROOT=${D}/usr/GNUstep/Local \ - GNUSTEP_NETWORK_ROOT=${D}/usr/GNUstep/Network \ - install || die "install failed" -} |