diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-23 19:36:40 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-23 19:36:40 +0000 |
commit | a9bc49c14768595b070352e6ccbd5f5705d2f6f5 (patch) | |
tree | 7e4d8f0449ebc35daddc282d30c90c995b12e29a /dev-libs/http-fetcher | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-a9bc49c14768595b070352e6ccbd5f5705d2f6f5.tar.gz gentoo-2-a9bc49c14768595b070352e6ccbd5f5705d2f6f5.tar.bz2 gentoo-2-a9bc49c14768595b070352e6ccbd5f5705d2f6f5.zip |
Stable on alpha.
Diffstat (limited to 'dev-libs/http-fetcher')
-rw-r--r-- | dev-libs/http-fetcher/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/http-fetcher/http-fetcher-1.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/http-fetcher/ChangeLog b/dev-libs/http-fetcher/ChangeLog index 18b050f2339b..98096c12527e 100644 --- a/dev-libs/http-fetcher/ChangeLog +++ b/dev-libs/http-fetcher/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/http-fetcher # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/ChangeLog,v 1.6 2004/04/26 00:56:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/ChangeLog,v 1.7 2004/05/23 19:34:43 kloeri Exp $ + + 23 May 2004; Bryan Østergaard <kloeri@gentoo.org> http-fetcher-1.0.3.ebuild: + Stable on alpha. 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> http-fetcher-1.0.2.ebuild: Add die following econf for bug 48950 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 76d1eb4768d2..3804c5e37a80 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 Technologies, Inc. # 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.2 2004/03/14 12:28:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/http-fetcher-1.0.3.ebuild,v 1.3 2004/05/23 19:34:43 kloeri 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" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P/-/_}.tar.gz" RESTRICT="nomirror" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~amd64 ~alpha ~ppc" +KEYWORDS="~x86 ~amd64 alpha ~ppc" IUSE="" DEPEND="virtual/glibc" |