diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-12-05 16:57:00 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-12-05 16:57:00 +0000 |
commit | 7f5bbc3feab530b9339d6717aecea9db973f3908 (patch) | |
tree | 5706d03474ac1ee101aae8df622bdbcf3153a7ee /net-proxy | |
parent | x86 stable, bug #201218 (diff) | |
download | gentoo-2-7f5bbc3feab530b9339d6717aecea9db973f3908.tar.gz gentoo-2-7f5bbc3feab530b9339d6717aecea9db973f3908.tar.bz2 gentoo-2-7f5bbc3feab530b9339d6717aecea9db973f3908.zip |
alpha stable wrt #200177
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/http-replicator/ChangeLog | 6 | ||||
-rw-r--r-- | net-proxy/http-replicator/http-replicator-3.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-proxy/http-replicator/ChangeLog b/net-proxy/http-replicator/ChangeLog index de2855d5b723..0237c922c5a1 100644 --- a/net-proxy/http-replicator/ChangeLog +++ b/net-proxy/http-replicator/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-proxy/http-replicator # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v 1.19 2007/11/24 21:04:05 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v 1.20 2007/12/05 16:57:00 armin76 Exp $ + + 05 Dec 2007; Raúl Porcel <armin76@gentoo.org> + http-replicator-3.0-r1.ebuild: + alpha stable wrt #200177 24 Nov 2007; Samuli Suominen <drac@gentoo.org> http-replicator-3.0-r1.ebuild: diff --git a/net-proxy/http-replicator/http-replicator-3.0-r1.ebuild b/net-proxy/http-replicator/http-replicator-3.0-r1.ebuild index 2f2a78dddeae..0782b301ef4d 100644 --- a/net-proxy/http-replicator/http-replicator-3.0-r1.ebuild +++ b/net-proxy/http-replicator/http-replicator-3.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/http-replicator-3.0-r1.ebuild,v 1.4 2007/11/24 21:04:05 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/http-replicator-3.0-r1.ebuild,v 1.5 2007/12/05 16:57:00 armin76 Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://gertjan.freezope.org/replicator/${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ppc ~sparc x86" +KEYWORDS="alpha amd64 ~hppa ppc ~sparc x86" IUSE="" DEPEND=">=dev-lang/python-2.3" |