summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-11-01 04:44:16 +0000
committerAchim Gottinger <achim@gentoo.org>2000-11-01 04:44:16 +0000
commit9824bc4fdd2e7fbcd3875739ee2a9464547a17ee (patch)
treedcadfb623b26f96fbe9ab1ede5c5172c0a344990 /dev-util
parentAdded dependencies (diff)
downloadhistorical-9824bc4fdd2e7fbcd3875739ee2a9464547a17ee.tar.gz
historical-9824bc4fdd2e7fbcd3875739ee2a9464547a17ee.tar.bz2
historical-9824bc4fdd2e7fbcd3875739ee2a9464547a17ee.zip
Added dependencies
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/cvs/cvs-1.11.ebuild3
-rw-r--r--dev-util/guile/guile-1.4-r1.ebuild9
-rw-r--r--dev-util/sel/sel-0.08.2.ebuild7
-rw-r--r--dev-util/strace/strace-4.2.ebuild3
-rw-r--r--dev-util/yacc/yacc-1.9.1-r1.ebuild3
5 files changed, 19 insertions, 6 deletions
diff --git a/dev-util/cvs/cvs-1.11.ebuild b/dev-util/cvs/cvs-1.11.ebuild
index 1eda5995a777..7948f956f425 100644
--- a/dev-util/cvs/cvs-1.11.ebuild
+++ b/dev-util/cvs/cvs-1.11.ebuild
@@ -1,13 +1,14 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.11.ebuild,v 1.2 2000/10/23 11:27:13 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.11.ebuild,v 1.3 2000/11/01 04:44:16 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="Concurrent Versions System - source code revision control tools"
SRC_URI="ftp://ftp.cvshome.org/pub/${P}/${P}.tar.gz"
HOMEPAGE="http://www.cvshome.org/"
+DEPEND=">=sys-apps/bash-2.04 >=sys-libs/glibc-2.1.3 >=sys-libs/ncurses-5.1"
src_compile() {
try ./configure --prefix=/usr
diff --git a/dev-util/guile/guile-1.4-r1.ebuild b/dev-util/guile/guile-1.4-r1.ebuild
index e8e998311a3a..f90a104176e7 100644
--- a/dev-util/guile/guile-1.4-r1.ebuild
+++ b/dev-util/guile/guile-1.4-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-util/guile/guile-1.4-r1.ebuild,v 1.5 2000/10/23 11:27:13 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/guile/guile-1.4-r1.ebuild,v 1.6 2000/11/01 04:44:16 achim Exp $
P=guile-1.4
A=${P}.tar.gz
@@ -11,6 +11,13 @@ SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/guile/${A}
ftp://prep.ai.mit.edu/gnu/guile/${A}"
HOMEPAGE="http://www.gnu.org/software/guile/"
+DEPEND=">=sys-apps/bash-2.04
+ >=sys-apps/gawk-3.0.6
+ >=sys-libs/glibc-2.1.3
+ >=sys-libs/ncurses-5.1
+ >=sys-libs/gpm-1.19.3"
+
+
src_unpack() {
unpack ${A}
}
diff --git a/dev-util/sel/sel-0.08.2.ebuild b/dev-util/sel/sel-0.08.2.ebuild
index 6dd2d7fc1e64..7fac358ee1f2 100644
--- a/dev-util/sel/sel-0.08.2.ebuild
+++ b/dev-util/sel/sel-0.08.2.ebuild
@@ -1,13 +1,16 @@
# 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.1 2000/09/17 11:44:37 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/sel/sel-0.08.2.ebuild,v 1.2 2000/11/01 04:44:16 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
+ >=sys-libs/ncurses-5.1"
src_unpack () {
@@ -36,6 +39,6 @@ src_install () {
doman sel.1
insinto /usr/share/sel
doins help.txt
- dodoc ChangeLog LICENSE
+ dodoc Changelog LICENSE
}
diff --git a/dev-util/strace/strace-4.2.ebuild b/dev-util/strace/strace-4.2.ebuild
index 47185fbce50c..579ff70d1a93 100644
--- a/dev-util/strace/strace-4.2.ebuild
+++ b/dev-util/strace/strace-4.2.ebuild
@@ -1,13 +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/strace/strace-4.2.ebuild,v 1.2 2000/09/15 20:08:52 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.2.ebuild,v 1.3 2000/11/01 04:44:16 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="A usefull diagnostic, instructional, adn debugging tool"
SRC_URI="http://www.wi.leidenuniv.nl/~wichert/strace/${A}"
HOMEPAGE="http://www.wi.leidenuniv.nl/~wichert/strace/"
+DEPEND=">=sys-libs/glibc-2.1.3"
src_unpack () {
unpack ${A}
diff --git a/dev-util/yacc/yacc-1.9.1-r1.ebuild b/dev-util/yacc/yacc-1.9.1-r1.ebuild
index 95b8aa0c2487..901644f16f89 100644
--- a/dev-util/yacc/yacc-1.9.1-r1.ebuild
+++ b/dev-util/yacc/yacc-1.9.1-r1.ebuild
@@ -1,13 +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/yacc/yacc-1.9.1-r1.ebuild,v 1.4 2000/10/23 11:27:13 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r1.ebuild,v 1.5 2000/11/01 04:44:16 achim Exp $
P=yacc-1.9.1
A=${P}.tar.Z
S=${WORKDIR}/${P}
DESCRIPTION="Yacc"
SRC_URI="ftp://metalab.unc.edu/pub/Linux/devel/compiler-tools/${A}"
+DEPEND=">=sys-libs/glibc-2.1.3"
src_unpack () {
unpack ${A}