summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-05-29 17:28:19 +0000
committerAchim Gottinger <achim@gentoo.org>2001-05-29 17:28:19 +0000
commit09a0cb6830d8c9cd82846bccece0d90c0bb30c8b (patch)
treecb24f3beb108accae6cf7aae333c349896d91687 /dev-libs
parentUpdate (diff)
downloadhistorical-09a0cb6830d8c9cd82846bccece0d90c0bb30c8b.tar.gz
historical-09a0cb6830d8c9cd82846bccece0d90c0bb30c8b.tar.bz2
historical-09a0cb6830d8c9cd82846bccece0d90c0bb30c8b.zip
dependencie, fhs and use fixes
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/gmp/gmp-3.1.1-r1.ebuild3
-rw-r--r--dev-libs/librep/librep-0.13.6.ebuild5
-rw-r--r--dev-libs/libxml/libxml-1.8.11.ebuild5
-rw-r--r--dev-libs/libxml2/libxml2-2.3.5.ebuild5
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-libs/gmp/gmp-3.1.1-r1.ebuild b/dev-libs/gmp/gmp-3.1.1-r1.ebuild
index 3e4f06b50e2d..a69b2167307f 100644
--- a/dev-libs/gmp/gmp-3.1.1-r1.ebuild
+++ b/dev-libs/gmp/gmp-3.1.1-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-3.1.1-r1.ebuild,v 1.1 2001/03/06 06:20:41 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-3.1.1-r1.ebuild,v 1.2 2001/05/29 17:28:19 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -11,6 +11,7 @@ SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/gmp/${A}
HOMEPAGE="http://www.gnu.org/software/gmp/gmp.html"
DEPEND="virtual/glibc
>=sys-devel/m4-1.4o"
+RDEPEND="virtual/glibc"
src_compile() {
try ./configure --prefix=/usr --infodir=/usr/share/info --host=${CHOST} \
diff --git a/dev-libs/librep/librep-0.13.6.ebuild b/dev-libs/librep/librep-0.13.6.ebuild
index 0cb688a5fd43..dbcb340aa3d6 100644
--- a/dev-libs/librep/librep-0.13.6.ebuild
+++ b/dev-libs/librep/librep-0.13.6.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.13.6.ebuild,v 1.2 2001/05/18 21:32:48 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.13.6.ebuild,v 1.3 2001/05/29 17:28:19 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -12,7 +12,8 @@ HOMEPAGE="http://librep.sourceforge.net/"
DEPEND="virtual/glibc
>=sys-libs/gdbm-1.8.0
>=dev-libs/gmp-3.1.1
- readline? ( >=sys-libs/readline-4.1 )"
+ readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )
+ sys-apps/texinfo"
src_compile() {
diff --git a/dev-libs/libxml/libxml-1.8.11.ebuild b/dev-libs/libxml/libxml-1.8.11.ebuild
index d2aa563998c1..87fa924946be 100644
--- a/dev-libs/libxml/libxml-1.8.11.ebuild
+++ b/dev-libs/libxml/libxml-1.8.11.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/libxml-1.8.11.ebuild,v 1.2 2001/04/13 16:59:03 pete Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/libxml-1.8.11.ebuild,v 1.3 2001/05/29 17:28:19 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -14,6 +14,9 @@ DEPEND=">=gnome-base/gnome-env-1.0
>=sys-libs/ncurses-5.2
>=sys-libs/readline-4.1"
+RDEPEND=">=gnome-base/gnome-env-1.0
+ >=sys-libs/ncurses-5.2"
+
src_compile() {
cd ${S}
LDFLAGS="-lncurses" try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome
diff --git a/dev-libs/libxml2/libxml2-2.3.5.ebuild b/dev-libs/libxml2/libxml2-2.3.5.ebuild
index 6eb3aad8aabf..d68c720246e5 100644
--- a/dev-libs/libxml2/libxml2-2.3.5.ebuild
+++ b/dev-libs/libxml2/libxml2-2.3.5.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.3.5.ebuild,v 1.1 2001/04/26 22:19:02 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.3.5.ebuild,v 1.2 2001/05/29 17:28:19 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -10,7 +10,8 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/${A}
ftp://gnome.eazel.com/pub/gnome/stable/sources/libxml/${A}"
HOMEPAGE="http://www.gnome.org/"
-DEPEND=">=sys-libs/ncurses-5.2
+DEPEND="virtual/glibc
+ >=sys-libs/ncurses-5.2
>=sys-libs/readline-4.1
gnome-base/gnome-env"