Gentoo Archives: gentoo-commits

From: "Maurice van der Pot (griffon26)" <griffon26@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-proxy/http-replicator: ChangeLog http-replicator-3.0-r1.ebuild
Date: Tue, 20 Jan 2009 19:54:13
Message-Id: E1LPMfn-0002OV-MP@stork.gentoo.org
1 griffon26 09/01/20 19:54:07
2
3 Modified: ChangeLog http-replicator-3.0-r1.ebuild
4 Log:
5 Updated homepage and SRC_URI for http-replicator (bug #253843).
6 (Portage version: 2.1.6/cvs/Linux 2.6.26.2 x86_64)
7
8 Revision Changes Path
9 1.25 net-proxy/http-replicator/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/http-replicator/ChangeLog?rev=1.25&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/http-replicator/ChangeLog?rev=1.25&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/http-replicator/ChangeLog?r1=1.24&r2=1.25
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v
18 retrieving revision 1.24
19 retrieving revision 1.25
20 diff -u -r1.24 -r1.25
21 --- ChangeLog 17 Nov 2008 22:04:37 -0000 1.24
22 +++ ChangeLog 20 Jan 2009 19:54:07 -0000 1.25
23 @@ -1,6 +1,11 @@
24 # ChangeLog for net-proxy/http-replicator
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v 1.24 2008/11/17 22:04:37 flameeyes Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/ChangeLog,v 1.25 2009/01/20 19:54:07 griffon26 Exp $
29 +
30 + 20 Jan 2009; Maurice van der Pot <griffon26@g.o>
31 + http-replicator-3.0-r1.ebuild:
32 + Updated homepage and SRC_URI to fix bug #253843. The tarball checksum was
33 + different, but that was caused by different timestamps and such.
34
35 17 Nov 2008; Diego E. Pettenò <flameeyes@g.o> ChangeLog:
36 Fix patch with absolute paths.
37
38
39
40 1.7 net-proxy/http-replicator/http-replicator-3.0-r1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/http-replicator/http-replicator-3.0-r1.ebuild?rev=1.7&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/http-replicator/http-replicator-3.0-r1.ebuild?rev=1.7&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-proxy/http-replicator/http-replicator-3.0-r1.ebuild?r1=1.6&r2=1.7
45
46 Index: http-replicator-3.0-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-proxy/http-replicator/http-replicator-3.0-r1.ebuild,v
49 retrieving revision 1.6
50 retrieving revision 1.7
51 diff -u -r1.6 -r1.7
52 --- http-replicator-3.0-r1.ebuild 26 Aug 2008 18:33:44 -0000 1.6
53 +++ http-replicator-3.0-r1.ebuild 20 Jan 2009 19:54:07 -0000 1.7
54 @@ -1,12 +1,15 @@
55 -# Copyright 1999-2008 Gentoo Foundation
56 +# Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $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 $
59 +# $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 $
60
61 inherit eutils
62
63 +MY_P="${PN}_${PV}"
64 +
65 DESCRIPTION="Proxy cache for Gentoo packages"
66 -HOMEPAGE="http://gertjan.freezope.org/replicator/"
67 -SRC_URI="http://gertjan.freezope.org/replicator/${PN}_${PV}.tar.gz"
68 +HOMEPAGE="http://sourceforge.net/projects/http-replicator"
69 +SRC_URI="mirror://sourceforge/http-replicator/${MY_P}.tar.gz"
70 +S="${WORKDIR}/${MY_P}"
71
72 LICENSE="GPL-2"
73 SLOT="0"
74 @@ -15,6 +18,7 @@
75
76 DEPEND=">=dev-lang/python-2.3"
77
78 +
79 src_compile() {
80 epatch "${FILESDIR}/http-replicator-3.0-sighup.patch"
81 einfo "No compilation necessary"