summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-11-04 16:14:54 +0000
committerAchim Gottinger <achim@gentoo.org>2000-11-04 16:14:54 +0000
commit0e5848291c1df6da4f1dc5862eae9e7f53d280e7 (patch)
tree2263339d912d031538db376eb00db6abe661a945 /gnome-apps
parentlil fix (diff)
downloadhistorical-0e5848291c1df6da4f1dc5862eae9e7f53d280e7.tar.gz
historical-0e5848291c1df6da4f1dc5862eae9e7f53d280e7.tar.bz2
historical-0e5848291c1df6da4f1dc5862eae9e7f53d280e7.zip
Added dependencies
Diffstat (limited to 'gnome-apps')
-rw-r--r--gnome-apps/gnorpm/gnorpm-0.95.1.ebuild8
-rw-r--r--gnome-apps/gtop/gtop-1.0.9.ebuild4
-rw-r--r--gnome-apps/gupsc/gupsc-0.3.0.ebuild4
-rw-r--r--gnome-apps/medusa/medusa-0.2.ebuild4
-rw-r--r--gnome-apps/nautilus/nautilus-0.1.0.ebuild6
-rw-r--r--gnome-apps/nmap/nmap-2.53.ebuild2
-rw-r--r--gnome-apps/powershell/powershell-0.80.ebuild2
-rw-r--r--gnome-apps/users-guide/users-guide-1.2.ebuild6
8 files changed, 29 insertions, 7 deletions
diff --git a/gnome-apps/gnorpm/gnorpm-0.95.1.ebuild b/gnome-apps/gnorpm/gnorpm-0.95.1.ebuild
index a4ae49ca9c63..460c1cb49a7f 100644
--- a/gnome-apps/gnorpm/gnorpm-0.95.1.ebuild
+++ b/gnome-apps/gnorpm/gnorpm-0.95.1.ebuild
@@ -9,6 +9,11 @@ DESCRIPTION="A Gnome RPM Frontend"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}"
HOMEPAGE="http://www.gnome.org/"
+DEPEND=">=gnome-base/gnome-libs-1.2.4
+ >=gnome-base/libghttp-1.0.7
+ >=gnome-base/libxml-1.8.10
+ >=app-arch/rpm-3.0.5"
+
src_unpack() {
unpack ${A}
}
@@ -22,9 +27,8 @@ src_compile() {
src_install() {
cd ${S}
try make prefix=${D}/opt/gnome install
- prepman /opt/gnome
- dodoc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
+ dodoc AUTHORS COPYING ChangeLog NEWS README TODO
}
diff --git a/gnome-apps/gtop/gtop-1.0.9.ebuild b/gnome-apps/gtop/gtop-1.0.9.ebuild
index 47bfa061e414..137ef9191e2f 100644
--- a/gnome-apps/gtop/gtop-1.0.9.ebuild
+++ b/gnome-apps/gtop/gtop-1.0.9.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/gnome-apps/gtop/gtop-1.0.9.ebuild,v 1.4 2000/10/14 11:32:54 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gtop/gtop-1.0.9.ebuild,v 1.5 2000/11/04 16:14:54 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -9,6 +9,8 @@ DESCRIPTION="gtop"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}"
HOMEPGAE="http://www.gnome.org/"
+DEPEND=">=gnome-base/libgtop-1.0.9"
+
src_compile() {
cd ${S}
try ./configure --host=${CHOST} --prefix=/opt/gnome \
diff --git a/gnome-apps/gupsc/gupsc-0.3.0.ebuild b/gnome-apps/gupsc/gupsc-0.3.0.ebuild
index 562d54921859..97073b155e86 100644
--- a/gnome-apps/gupsc/gupsc-0.3.0.ebuild
+++ b/gnome-apps/gupsc/gupsc-0.3.0.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/gnome-apps/gupsc/gupsc-0.3.0.ebuild,v 1.3 2000/09/15 20:08:54 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gupsc/gupsc-0.3.0.ebuild,v 1.4 2000/11/04 16:14:54 achim Exp $
P=gupsc-0.3.0
A=${P}.tar.bz2
@@ -10,6 +10,8 @@ DESCRIPTION="A Gnome client for the Network UPS Tools (nut)"
SRC_URI="http://www.stud.ifi.uio.no/~hennikul/gupsc/download/"${A}
HOMEPAGE="http://www.stud.ifi.uio.no/~hennikul/gupsc/"
+DEPEND=">=gnome-base/gnome-libs-1.2.4"
+
src_unpack() {
unpack ${A}
}
diff --git a/gnome-apps/medusa/medusa-0.2.ebuild b/gnome-apps/medusa/medusa-0.2.ebuild
index 4cab0ba51d61..7248556e7844 100644
--- a/gnome-apps/medusa/medusa-0.2.ebuild
+++ b/gnome-apps/medusa/medusa-0.2.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/gnome-apps/medusa/medusa-0.2.ebuild,v 1.1 2000/10/14 11:32:54 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-apps/medusa/medusa-0.2.ebuild,v 1.2 2000/11/04 16:14:54 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -9,6 +9,8 @@ DESCRIPTION="medusa"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}"
HOMEPAGE="http://www.gnome.org/"
+DEPEND=">=gnome-base/gnome-vfs-0.3.1"
+
src_compile() {
cd ${S}
try ./configure --host=${CHOST} --prefix=/opt/gnome
diff --git a/gnome-apps/nautilus/nautilus-0.1.0.ebuild b/gnome-apps/nautilus/nautilus-0.1.0.ebuild
index 0fc1eef975cf..b074d81b807b 100644
--- a/gnome-apps/nautilus/nautilus-0.1.0.ebuild
+++ b/gnome-apps/nautilus/nautilus-0.1.0.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/gnome-apps/nautilus/nautilus-0.1.0.ebuild,v 1.2 2000/10/29 20:36:59 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-apps/nautilus/nautilus-0.1.0.ebuild,v 1.3 2000/11/04 16:14:54 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -9,6 +9,10 @@ DESCRIPTION="nautlilus"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}"
HOMEPAGE="http://www.gnome.org/"
+DEPEND=">=gnome-base/gtkhtml-0.6.1
+ >=gnome-base/libghttp-1.0.7
+ >=gnome-apps/medusa-0.2"
+
src_compile() {
cd ${S}
MOZILLA=${S}/../../../mozilla-milestone-18/work/mozilla/dist
diff --git a/gnome-apps/nmap/nmap-2.53.ebuild b/gnome-apps/nmap/nmap-2.53.ebuild
index 727a3ab43222..f1730e90c85a 100644
--- a/gnome-apps/nmap/nmap-2.53.ebuild
+++ b/gnome-apps/nmap/nmap-2.53.ebuild
@@ -10,6 +10,8 @@ DESCRIPTION="Portscanner"
SRC_URI="http://www.insecure.org/nmap/dist/"${A}
HOMEPAGE="http://www.insecure.org/nmap/"
+DEPEND=">=x11-libs/gtk+-1.2.8"
+
src_compile() {
cd ${S}
try ./configure --host=${CHOST} --prefix=/opt/gnome
diff --git a/gnome-apps/powershell/powershell-0.80.ebuild b/gnome-apps/powershell/powershell-0.80.ebuild
index 28303e766944..859d8181da01 100644
--- a/gnome-apps/powershell/powershell-0.80.ebuild
+++ b/gnome-apps/powershell/powershell-0.80.ebuild
@@ -10,6 +10,8 @@ DESCRIPTION="Terminal emulator, supports multiple terminals in a single window"
SRC_URI="http://powershell.pdq.net/download/"${A}
HOMEPAGE="http://powershell.pdq.net"
+DEPEND=">=gnome-base/gnome-libs-1.2.4"
+
src_unpack() {
unpack ${A}
}
diff --git a/gnome-apps/users-guide/users-guide-1.2.ebuild b/gnome-apps/users-guide/users-guide-1.2.ebuild
index 485d468ad60c..89bfe0351b19 100644
--- a/gnome-apps/users-guide/users-guide-1.2.ebuild
+++ b/gnome-apps/users-guide/users-guide-1.2.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/gnome-apps/users-guide/users-guide-1.2.ebuild,v 1.3 2000/09/15 20:08:54 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-apps/users-guide/users-guide-1.2.ebuild,v 1.4 2000/11/04 16:14:54 achim Exp $
P=users-guide-1.2
A=${P}.tar.gz
@@ -10,6 +10,10 @@ DESCRIPTION="gnome-users-guide"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/users-guide/"${A}
HOMEPAGE="http://www.gnome.org/"
+DEPEND=">=sys-devel/automake-1.4
+ >=sys-devel/autoconf-2.13
+ >=sys-apps/texinfo-4.0"
+
src_compile() {
cd ${S}
try ./configure --host=${CHOST} --prefix=/opt/gnome