summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-05-28 05:24:13 +0000
committerAchim Gottinger <achim@gentoo.org>2001-05-28 05:24:13 +0000
commit8ed32e6bf344c307316970f423c63b17604b0161 (patch)
tree903729d776fdd8e9151364e6f7be0a9abefd351c /dev-util
parentAdded DarcNES a multi-system emulator (diff)
downloadgentoo-2-8ed32e6bf344c307316970f423c63b17604b0161.tar.gz
gentoo-2-8ed32e6bf344c307316970f423c63b17604b0161.tar.bz2
gentoo-2-8ed32e6bf344c307316970f423c63b17604b0161.zip
Dependencie fixes
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/cscope/cscope-15.1.ebuild4
-rw-r--r--dev-util/fbset/fbset-2.1.ebuild4
-rw-r--r--dev-util/sel/sel-0.08.2.ebuild5
-rw-r--r--dev-util/strace/strace-4.3.ebuild4
4 files changed, 8 insertions, 9 deletions
diff --git a/dev-util/cscope/cscope-15.1.ebuild b/dev-util/cscope/cscope-15.1.ebuild
index 499374b7fe8e..760f1da52826 100644
--- a/dev-util/cscope/cscope-15.1.ebuild
+++ b/dev-util/cscope/cscope-15.1.ebuild
@@ -8,9 +8,9 @@ DESCRIPTION="CScope - interactively examine a C program"
SRC_URI="http://download.sourceforge.net/cscope/${A}"
HOMEPAGE="http://cscope.sourceforge.net"
-DEPEND="virtual/glibc
+RDEPEND="virtual/glibc
>=sys-libs/ncurses-5.2"
-
+DEPEND="$RDEPEND sys-devel/flex"
src_compile() {
try ./configure --prefix=/usr/ --mandir=/usr/share/man --infodir=/usr/share/info
try make clean
diff --git a/dev-util/fbset/fbset-2.1.ebuild b/dev-util/fbset/fbset-2.1.ebuild
index 1915fd09cb39..9d40091a7482 100644
--- a/dev-util/fbset/fbset-2.1.ebuild
+++ b/dev-util/fbset/fbset-2.1.ebuild
@@ -1,15 +1,15 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Your Name <your email>
-# $Header: /var/cvsroot/gentoo-x86/dev-util/fbset/fbset-2.1.ebuild,v 1.1 2001/02/09 07:38:39 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/fbset/fbset-2.1.ebuild,v 1.2 2001/05/28 05:24:13 achim Exp $
-#P=
A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="A utility to set the framebuffer videomode"
SRC_URI="http://home.tvd.be/cr26864/Linux/fbdev/${A}"
HOMEPAGE="http://linux-fbdev.org"
+DEPEND="virtual/glibc"
src_compile() {
diff --git a/dev-util/sel/sel-0.08.2.ebuild b/dev-util/sel/sel-0.08.2.ebuild
index 7fac358ee1f2..5d7c20b3b772 100644
--- a/dev-util/sel/sel-0.08.2.ebuild
+++ b/dev-util/sel/sel-0.08.2.ebuild
@@ -1,15 +1,14 @@
# 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-util/sel/sel-0.08.2.ebuild,v 1.2 2000/11/01 04:44:16 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/sel/sel-0.08.2.ebuild,v 1.3 2001/05/28 05:24:13 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="A filemanager for shell scripts"
SRC_URI="http://www.rhein-neckar.de/~darkstar/files/${A}"
HOMEPAGE="http://www.rhein-neckar.de/~darkstar/sel.html"
-DEPEND=">=sys-libs/glibc-2.1.3
- >=sys-libs/gpm-1.19.3
+DEPEND="virtual/glibc
>=sys-libs/ncurses-5.1"
src_unpack () {
diff --git a/dev-util/strace/strace-4.3.ebuild b/dev-util/strace/strace-4.3.ebuild
index 2eff9a4a7aa9..274b5a2a22ca 100644
--- a/dev-util/strace/strace-4.3.ebuild
+++ b/dev-util/strace/strace-4.3.ebuild
@@ -1,13 +1,13 @@
# 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-util/strace/strace-4.3.ebuild,v 1.1 2001/04/27 22:49:46 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.3.ebuild,v 1.2 2001/05/28 05:24:13 achim Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A usefull diagnostic, instructional, adn debugging tool"
SRC_URI="http://prdownloads.sourceforge.net/strace/${P}.tar.bz2"
HOMEPAGE="http://www.wi.leidenuniv.nl/~wichert/strace/"
-DEPEND=">=sys-libs/glibc-2.1.3"
+DEPEND="virtual/glibc"
src_compile() {
cd ${S}