summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/http-fetcher')
-rw-r--r--dev-libs/http-fetcher/ChangeLog7
-rw-r--r--dev-libs/http-fetcher/http-fetcher-1.0.1-r1.ebuild4
-rw-r--r--dev-libs/http-fetcher/http-fetcher-1.0.1.ebuild4
-rw-r--r--dev-libs/http-fetcher/http-fetcher-1.0.2.ebuild4
-rw-r--r--dev-libs/http-fetcher/http-fetcher-1.0.3.ebuild4
5 files changed, 14 insertions, 9 deletions
diff --git a/dev-libs/http-fetcher/ChangeLog b/dev-libs/http-fetcher/ChangeLog
index bff3bcadd3f6..284c10e2cb7e 100644
--- a/dev-libs/http-fetcher/ChangeLog
+++ b/dev-libs/http-fetcher/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/http-fetcher
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/ChangeLog,v 1.8 2004/06/24 23:12:33 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/ChangeLog,v 1.9 2004/07/02 04:42:46 eradicator Exp $
+
+ 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ http-fetcher-1.0.1-r1.ebuild, http-fetcher-1.0.1.ebuild,
+ http-fetcher-1.0.2.ebuild, http-fetcher-1.0.3.ebuild:
+ virtual/glibc -> virtual/libc
23 May 2004; Bryan Østergaard <kloeri@gentoo.org> http-fetcher-1.0.3.ebuild:
Stable on alpha.
diff --git a/dev-libs/http-fetcher/http-fetcher-1.0.1-r1.ebuild b/dev-libs/http-fetcher/http-fetcher-1.0.1-r1.ebuild
index ca19bfe3aeca..167db9e038b6 100644
--- a/dev-libs/http-fetcher/http-fetcher-1.0.1-r1.ebuild
+++ b/dev-libs/http-fetcher/http-fetcher-1.0.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/http-fetcher-1.0.1-r1.ebuild,v 1.3 2004/06/24 23:12:33 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/http-fetcher-1.0.1-r1.ebuild,v 1.4 2004/07/02 04:42:46 eradicator Exp $
DESCRIPTION="HTTP Fetcher is a small, robust, flexible library for downloading files via HTTP using the GET method."
HOMEPAGE="http://cs.nmu.edu/~lhanson/http_fetcher/"
@@ -10,7 +10,7 @@ SLOT="0"
KEYWORDS="x86"
IUSE=""
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
S=${WORKDIR}/${P/-/_}
diff --git a/dev-libs/http-fetcher/http-fetcher-1.0.1.ebuild b/dev-libs/http-fetcher/http-fetcher-1.0.1.ebuild
index 34f4e23ff1c2..3ae9ff7a39b6 100644
--- a/dev-libs/http-fetcher/http-fetcher-1.0.1.ebuild
+++ b/dev-libs/http-fetcher/http-fetcher-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/http-fetcher-1.0.1.ebuild,v 1.3 2004/06/24 23:12:33 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/http-fetcher-1.0.1.ebuild,v 1.4 2004/07/02 04:42:46 eradicator Exp $
DESCRIPTION="HTTP Fetcher is a small, robust, flexible library for downloading files via HTTP using the GET method."
HOMEPAGE="http://cs.nmu.edu/~lhanson/http_fetcher/"
@@ -10,7 +10,7 @@ SLOT="0"
KEYWORDS="x86"
IUSE=""
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
S=${WORKDIR}/${P/-/_}
diff --git a/dev-libs/http-fetcher/http-fetcher-1.0.2.ebuild b/dev-libs/http-fetcher/http-fetcher-1.0.2.ebuild
index f8df90150f33..6728da4a5313 100644
--- a/dev-libs/http-fetcher/http-fetcher-1.0.2.ebuild
+++ b/dev-libs/http-fetcher/http-fetcher-1.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/http-fetcher-1.0.2.ebuild,v 1.6 2004/06/24 23:12:33 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/http-fetcher-1.0.2.ebuild,v 1.7 2004/07/02 04:42:46 eradicator Exp $
DESCRIPTION="HTTP Fetcher is a small, robust, flexible library for downloading files via HTTP using the GET method."
HOMEPAGE="http://http-fetcher.sourceforge.net"
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="x86"
IUSE=""
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
S=${WORKDIR}/${P/-/_}
diff --git a/dev-libs/http-fetcher/http-fetcher-1.0.3.ebuild b/dev-libs/http-fetcher/http-fetcher-1.0.3.ebuild
index 0384369b8596..78a3fbe6cc5a 100644
--- a/dev-libs/http-fetcher/http-fetcher-1.0.3.ebuild
+++ b/dev-libs/http-fetcher/http-fetcher-1.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/http-fetcher-1.0.3.ebuild,v 1.4 2004/06/24 23:12:33 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/http-fetcher-1.0.3.ebuild,v 1.5 2004/07/02 04:42:46 eradicator Exp $
DESCRIPTION="HTTP Fetcher is a small, robust, flexible library for downloading files via HTTP using the GET method."
HOMEPAGE="http://http-fetcher.sourceforge.net"
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="~x86 ~amd64 alpha ~ppc"
IUSE=""
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
S=${WORKDIR}/${P/-/_}