diff options
Diffstat (limited to 'net-proxy/http-replicator')
-rw-r--r-- | net-proxy/http-replicator/ChangeLog | 9 | ||||
-rw-r--r-- | net-proxy/http-replicator/http-replicator-3.0-r1.ebuild | 12 |
2 files changed, 15 insertions, 6 deletions
diff --git a/net-proxy/http-replicator/ChangeLog b/net-proxy/http-replicator/ChangeLog index f3a8bc766c65..04aca91158b6 100644 --- a/net-proxy/http-replicator/ChangeLog +++ b/net-proxy/http-replicator/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-proxy/http-replicator -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v 1.24 2008/11/17 22:04:37 flameeyes Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v 1.25 2009/01/20 19:54:07 griffon26 Exp $ + + 20 Jan 2009; Maurice van der Pot <griffon26@gentoo.org> + http-replicator-3.0-r1.ebuild: + Updated homepage and SRC_URI to fix bug #253843. The tarball checksum was + different, but that was caused by different timestamps and such. 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> ChangeLog: Fix patch with absolute paths. 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 1e2e53f59039..76d484fd9ff9 100644 --- a/net-proxy/http-replicator/http-replicator-3.0-r1.ebuild +++ b/net-proxy/http-replicator/http-replicator-3.0-r1.ebuild @@ -1,12 +1,15 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 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.6 2008/08/26 18:33:44 griffon26 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/http-replicator-3.0-r1.ebuild,v 1.7 2009/01/20 19:54:07 griffon26 Exp $ inherit eutils +MY_P="${PN}_${PV}" + DESCRIPTION="Proxy cache for Gentoo packages" -HOMEPAGE="http://gertjan.freezope.org/replicator/" -SRC_URI="http://gertjan.freezope.org/replicator/${PN}_${PV}.tar.gz" +HOMEPAGE="http://sourceforge.net/projects/http-replicator" +SRC_URI="mirror://sourceforge/http-replicator/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" SLOT="0" @@ -15,6 +18,7 @@ IUSE="" DEPEND=">=dev-lang/python-2.3" + src_compile() { epatch "${FILESDIR}/http-replicator-3.0-sighup.patch" einfo "No compilation necessary" |