summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2003-01-20 02:44:42 +0000
committerNick Hadaway <raker@gentoo.org>2003-01-20 02:44:42 +0000
commit4a3feb1659902bc216d810659a883a139d0e68a2 (patch)
tree6154c6d7a826592cb8e2ea206d06d5c3f00365bc /dev-util/gnustep-base
parentbumped 1.0.1-r3 to stable (diff)
downloadgentoo-2-4a3feb1659902bc216d810659a883a139d0e68a2.tar.gz
gentoo-2-4a3feb1659902bc216d810659a883a139d0e68a2.tar.bz2
gentoo-2-4a3feb1659902bc216d810659a883a139d0e68a2.zip
New unstable version.
Diffstat (limited to 'dev-util/gnustep-base')
-rw-r--r--dev-util/gnustep-base/ChangeLog8
-rw-r--r--dev-util/gnustep-base/files/digest-gnustep-base-1.5.11
-rw-r--r--dev-util/gnustep-base/gnustep-base-1.5.1.ebuild36
3 files changed, 44 insertions, 1 deletions
diff --git a/dev-util/gnustep-base/ChangeLog b/dev-util/gnustep-base/ChangeLog
index 61b381f5879f..490b2db779be 100644
--- a/dev-util/gnustep-base/ChangeLog
+++ b/dev-util/gnustep-base/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/gnustep-base
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gnustep-base/ChangeLog,v 1.8 2002/12/13 10:56:49 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gnustep-base/ChangeLog,v 1.9 2003/01/20 02:44:41 raker Exp $
+
+*gnustep-base-1.5.1 (19 Jan 2003)
+
+ 19 Jan 2003; Nick Hadaway <raker@gentoo.org> gnustep-base-1.5.1.ebuild,
+ files/digest-gnustep-base-1.5.1 :
+ New "unstable" version.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/dev-util/gnustep-base/files/digest-gnustep-base-1.5.1 b/dev-util/gnustep-base/files/digest-gnustep-base-1.5.1
new file mode 100644
index 000000000000..8a4bc3f78870
--- /dev/null
+++ b/dev-util/gnustep-base/files/digest-gnustep-base-1.5.1
@@ -0,0 +1 @@
+MD5 817cfca4f6c59d10592dd7ca8ad4e418 gnustep-base-1.5.1.tar.gz 1532722
diff --git a/dev-util/gnustep-base/gnustep-base-1.5.1.ebuild b/dev-util/gnustep-base/gnustep-base-1.5.1.ebuild
new file mode 100644
index 000000000000..254fef3a0038
--- /dev/null
+++ b/dev-util/gnustep-base/gnustep-base-1.5.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gnustep-base/gnustep-base-1.5.1.ebuild,v 1.1 2003/01/20 02:44:42 raker Exp $
+
+DESCRIPTION="GNUstep base package"
+HOMEPAGE="http://www.gnustep.org"
+LICENSE="LGPL"
+DEPEND=">=dev-util/gnustep-make-1.5.1
+ >=dev-libs/libxml2-2.4.23"
+RDEPEND="virtual/glibc"
+SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz"
+KEYWORDS="~x86 -ppc ~sparc "
+SLOT="0"
+
+src_compile() {
+
+ . /usr/GNUstep/System/Makefiles/GNUstep.sh
+ econf \
+ --with-xml-prefix=/usr \
+ --with-gmp-include=/usr/include \
+ --with-gmp-library=/usr/lib || die "./configure failed"
+
+ make || die
+
+}
+
+src_install () {
+
+ . /usr/GNUstep/System/Makefiles/GNUstep.sh
+
+ make install \
+ GNUSTEP_INSTALLATION_DIR=${D}/usr/GNUstep/System \
+ INSTALL_ROOT_DIR=${D} \
+ || die "install failed"
+
+}