summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-libs/libunicode/libunicode-0.4-r1.ebuild2
-rw-r--r--gnome-base/gtkhtml/gtkhtml-0.10.1.ebuild15
-rw-r--r--gnome-base/libglade/libglade-0.16-r1.ebuild4
-rw-r--r--gnome-base/libgtop/libgtop-1.0.12.ebuild8
-rw-r--r--gnome-base/libunicode/libunicode-0.4-r1.ebuild2
-rw-r--r--gnome-extra/gtkhtml/gtkhtml-0.10.1.ebuild15
6 files changed, 24 insertions, 22 deletions
diff --git a/dev-libs/libunicode/libunicode-0.4-r1.ebuild b/dev-libs/libunicode/libunicode-0.4-r1.ebuild
index fee3753114f2..2323e592d985 100644
--- a/dev-libs/libunicode/libunicode-0.4-r1.ebuild
+++ b/dev-libs/libunicode/libunicode-0.4-r1.ebuild
@@ -19,7 +19,7 @@ src_compile() {
}
src_install() {
- make prefix=${D}/opt/gnome install || die
+ make DESTDIR=${D} install || die
dodoc AUTHORS COPYING.* ChangeLog NEWS README THANKS TODO
}
diff --git a/gnome-base/gtkhtml/gtkhtml-0.10.1.ebuild b/gnome-base/gtkhtml/gtkhtml-0.10.1.ebuild
index f7c4f6d57e7b..680ffdc73eb3 100644
--- a/gnome-base/gtkhtml/gtkhtml-0.10.1.ebuild
+++ b/gnome-base/gtkhtml/gtkhtml-0.10.1.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-base/gtkhtml/gtkhtml-0.10.1.ebuild,v 1.6 2001/08/31 03:23:39 pm Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gtkhtml/gtkhtml-0.10.1.ebuild,v 1.7 2001/08/31 22:38:18 hallski Exp $
A=${P}.tar.gz
@@ -10,6 +10,13 @@ DESCRIPTION="gtkhtml"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gtkhtml/${A}"
HOMEPAGE="http://www.gnome.org/"
+RDEPEND=">=gnome-base/gal-0.5
+ >=gnome-base/control-center-1.2.4
+ >=gnome-base/libghttp-1.0.9
+ >=gnome-base/libunicode-0.4
+ >=gnome-base/gconf-1.0.1
+ bonobo? ( >=gnome-base/bonobo-1.0.4 )"
+
DEPEND=">=gnome-base/gal-0.6
>=gnome-base/control-center-1.2.4
>=gnome-base/libghttp-1.0.9
@@ -18,12 +25,6 @@ DEPEND=">=gnome-base/gal-0.6
>=gnome-base/gconf-1.0.1
bonobo? ( >=gnome-base/bonobo-1.0.4 )"
-RDEPEND=">=gnome-base/gal-0.5
- >=gnome-base/control-center-1.2.4
- >=gnome-base/libghttp-1.0.9
- >=gnome-base/libunicode-0.4
- >=gnome-base/gconf-1.0.1
- bonobo? ( >=gnome-base/bonobo-1.0.4 )"
src_compile() {
diff --git a/gnome-base/libglade/libglade-0.16-r1.ebuild b/gnome-base/libglade/libglade-0.16-r1.ebuild
index ae701ec33a13..908fa4661297 100644
--- a/gnome-base/libglade/libglade-0.16-r1.ebuild
+++ b/gnome-base/libglade/libglade-0.16-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/gnome-base/libglade/libglade-0.16-r1.ebuild,v 1.5 2001/08/31 22:11:27 hallski Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-0.16-r1.ebuild,v 1.6 2001/08/31 22:38:18 hallski Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -39,7 +39,7 @@ src_compile() {
}
src_install() {
- make prefix=${D}/opt/gnome install || die
+ make DESTDIR=${D} install || die
dodoc AUTHORS COPYING* ChangeLog NEWS
dodoc doc/*.txt
diff --git a/gnome-base/libgtop/libgtop-1.0.12.ebuild b/gnome-base/libgtop/libgtop-1.0.12.ebuild
index 0e913b0455da..5f5a53e8f717 100644
--- a/gnome-base/libgtop/libgtop-1.0.12.ebuild
+++ b/gnome-base/libgtop/libgtop-1.0.12.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-base/libgtop/libgtop-1.0.12.ebuild,v 1.6 2001/08/31 22:13:44 hallski Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/libgtop-1.0.12.ebuild,v 1.7 2001/08/31 22:38:18 hallski Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -35,9 +35,9 @@ src_compile() {
}
src_install() {
- make prefix=${D}/opt/gnome install || die
+ make DESTDIR=${D} install || die
- dodoc ABOUT-NLS AUTHORS COPYING* ChangeLog INSTALL LIBGTOP* README NEWS
- dodoc RELNOTES*
+ dodoc ABOUT-NLS AUTHORS COPYING* ChangeLog INSTALL LIBGTOP*
+ dodoc NEWS RELNOTES* README
doinfo doc/libgtop.info
}
diff --git a/gnome-base/libunicode/libunicode-0.4-r1.ebuild b/gnome-base/libunicode/libunicode-0.4-r1.ebuild
index fee3753114f2..2323e592d985 100644
--- a/gnome-base/libunicode/libunicode-0.4-r1.ebuild
+++ b/gnome-base/libunicode/libunicode-0.4-r1.ebuild
@@ -19,7 +19,7 @@ src_compile() {
}
src_install() {
- make prefix=${D}/opt/gnome install || die
+ make DESTDIR=${D} install || die
dodoc AUTHORS COPYING.* ChangeLog NEWS README THANKS TODO
}
diff --git a/gnome-extra/gtkhtml/gtkhtml-0.10.1.ebuild b/gnome-extra/gtkhtml/gtkhtml-0.10.1.ebuild
index 03ca0934c8ec..cc326816ff37 100644
--- a/gnome-extra/gtkhtml/gtkhtml-0.10.1.ebuild
+++ b/gnome-extra/gtkhtml/gtkhtml-0.10.1.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-extra/gtkhtml/gtkhtml-0.10.1.ebuild,v 1.6 2001/08/31 03:23:39 pm Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-0.10.1.ebuild,v 1.7 2001/08/31 22:38:18 hallski Exp $
A=${P}.tar.gz
@@ -10,6 +10,13 @@ DESCRIPTION="gtkhtml"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gtkhtml/${A}"
HOMEPAGE="http://www.gnome.org/"
+RDEPEND=">=gnome-base/gal-0.5
+ >=gnome-base/control-center-1.2.4
+ >=gnome-base/libghttp-1.0.9
+ >=gnome-base/libunicode-0.4
+ >=gnome-base/gconf-1.0.1
+ bonobo? ( >=gnome-base/bonobo-1.0.4 )"
+
DEPEND=">=gnome-base/gal-0.6
>=gnome-base/control-center-1.2.4
>=gnome-base/libghttp-1.0.9
@@ -18,12 +25,6 @@ DEPEND=">=gnome-base/gal-0.6
>=gnome-base/gconf-1.0.1
bonobo? ( >=gnome-base/bonobo-1.0.4 )"
-RDEPEND=">=gnome-base/gal-0.5
- >=gnome-base/control-center-1.2.4
- >=gnome-base/libghttp-1.0.9
- >=gnome-base/libunicode-0.4
- >=gnome-base/gconf-1.0.1
- bonobo? ( >=gnome-base/bonobo-1.0.4 )"
src_compile() {