summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2001-10-06 10:06:52 +0000
committerMikael Hallendal <hallski@gentoo.org>2001-10-06 10:06:52 +0000
commitef3d732e641510ce6d44846df208f1ea60f181cd (patch)
treeb4bdfbe01a46969c42d4cdb0cd54127499abacc6 /gnome-base/libghttp
parentAdded KMerlin 0.3.1, a KDE MSN client (diff)
downloadgentoo-2-ef3d732e641510ce6d44846df208f1ea60f181cd.tar.gz
gentoo-2-ef3d732e641510ce6d44846df208f1ea60f181cd.tar.bz2
gentoo-2-ef3d732e641510ce6d44846df208f1ea60f181cd.zip
gnome-base finished! gnome-libs/gnome-office and gnome-apps left
Diffstat (limited to 'gnome-base/libghttp')
-rw-r--r--gnome-base/libghttp/files/digest-libghttp-1.0.9-r1 (renamed from gnome-base/libghttp/files/digest-libghttp-1.0.9)0
-rw-r--r--gnome-base/libghttp/libghttp-1.0.9-r1.ebuild (renamed from gnome-base/libghttp/libghttp-1.0.9.ebuild)11
2 files changed, 6 insertions, 5 deletions
diff --git a/gnome-base/libghttp/files/digest-libghttp-1.0.9 b/gnome-base/libghttp/files/digest-libghttp-1.0.9-r1
index 4434075fe059..4434075fe059 100644
--- a/gnome-base/libghttp/files/digest-libghttp-1.0.9
+++ b/gnome-base/libghttp/files/digest-libghttp-1.0.9-r1
diff --git a/gnome-base/libghttp/libghttp-1.0.9.ebuild b/gnome-base/libghttp/libghttp-1.0.9-r1.ebuild
index 09733bd1d4e6..9eee4967a085 100644
--- a/gnome-base/libghttp/libghttp-1.0.9.ebuild
+++ b/gnome-base/libghttp/libghttp-1.0.9-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/libghttp/libghttp-1.0.9.ebuild,v 1.8 2001/08/31 22:54:33 hallski Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/libghttp-1.0.9-r1.ebuild,v 1.1 2001/10/06 10:06:50 hallski Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -10,12 +10,13 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}"
HOMEPAGE="http://www.gnome.org/"
-DEPEND="virtual/glibc
- >=gnome-base/gnome-env-1.0"
+DEPEND="virtual/glibc"
src_compile() {
- ./configure --host=${CHOST} --prefix=/opt/gnome \
- --mandir=/opt/gnome/man || die
+ ./configure --host=${CHOST} \
+ --prefix=/usr \
+
+ assert
emake || die
}