diff options
Diffstat (limited to 'dev-libs/http-fetcher')
-rw-r--r-- | dev-libs/http-fetcher/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/http-fetcher/ChangeLog b/dev-libs/http-fetcher/ChangeLog index 39a88680a072..669559689410 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/ChangeLog,v 1.16 2005/06/14 10:42:32 ferdy Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/ChangeLog,v 1.17 2006/02/06 19:44:32 blubb Exp $ + + 06 Feb 2006; Simon Stelling <blubb@gentoo.org> http-fetcher-1.1.0.ebuild: + stable on amd64 14 Jun 2005; Fernando J. Pereda <ferdy@gentoo.org> http-fetcher-1.1.0.ebuild: diff --git a/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild b/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild index 4ddcb342e0c6..304aa9981695 100644 --- a/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild +++ b/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.1.0.ebuild,v 1.4 2005/06/14 10:42:32 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild,v 1.5 2006/02/06 19:44:32 blubb Exp $ MY_P="${P/-/_}" S="${WORKDIR}/${MY_P}" @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" RESTRICT="nomirror" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha ~amd64 ppc x86" +KEYWORDS="alpha amd64 ppc x86" IUSE="debug" RDEPEND="virtual/libc" |