summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-10-14 11:39:54 +0000
committerAchim Gottinger <achim@gentoo.org>2000-10-14 11:39:54 +0000
commit8d3c798ca9cf941fb333818839c90f4355d6fd14 (patch)
tree38e0a7e2d25fc44ee9ea1ffae0630141c95f3029 /gnome-base/libghttp
parent*** empty log message *** (diff)
downloadgentoo-2-8d3c798ca9cf941fb333818839c90f4355d6fd14.tar.gz
gentoo-2-8d3c798ca9cf941fb333818839c90f4355d6fd14.tar.bz2
gentoo-2-8d3c798ca9cf941fb333818839c90f4355d6fd14.zip
*** empty log message ***
Diffstat (limited to 'gnome-base/libghttp')
-rw-r--r--gnome-base/libghttp/files/digest-libghttp-1.0.61
-rw-r--r--gnome-base/libghttp/files/digest-libghttp-1.0.71
-rw-r--r--gnome-base/libghttp/libghttp-1.0.6.ebuild28
3 files changed, 1 insertions, 29 deletions
diff --git a/gnome-base/libghttp/files/digest-libghttp-1.0.6 b/gnome-base/libghttp/files/digest-libghttp-1.0.6
deleted file mode 100644
index 2341c24d14a4..000000000000
--- a/gnome-base/libghttp/files/digest-libghttp-1.0.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f9428c3f6828e546697b6353e2653095 libghttp-1.0.6.tar.gz
diff --git a/gnome-base/libghttp/files/digest-libghttp-1.0.7 b/gnome-base/libghttp/files/digest-libghttp-1.0.7
new file mode 100644
index 000000000000..02e03af22e7f
--- /dev/null
+++ b/gnome-base/libghttp/files/digest-libghttp-1.0.7
@@ -0,0 +1 @@
+MD5 7d93355b365efc34c3a146567def0d78 libghttp-1.0.7.tar.gz
diff --git a/gnome-base/libghttp/libghttp-1.0.6.ebuild b/gnome-base/libghttp/libghttp-1.0.6.ebuild
deleted file mode 100644
index d7b2ebeaaab5..000000000000
--- a/gnome-base/libghttp/libghttp-1.0.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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.6.ebuild,v 1.3 2000/09/15 20:08:55 drobbins Exp $
-
-P=libghttp-1.0.6
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="libghttp"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/libghttp/"${A}
-HOMEPAGE="http://www.gnome.org/"
-
-src_compile() {
- cd ${S}
- try ./configure --host=${CHOST} --prefix=/opt/gnome
- try make
-}
-
-src_install() {
- cd ${S}
- try make prefix=${D}/opt/gnome install
- dodoc AUTHORS COPYING* ChangeLog README NEWS TODO
- docinto html
- dodoc doc/ghttp.html
-}
-
-
-