Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/zsync: ChangeLog zsync-0.5.ebuild zsync-0.4.1.ebuild zsync-0.3.2.ebuild
Date: Thu, 27 Dec 2007 14:47:08
Message-Id: E1J7u0h-0007nV-IA@stork.gentoo.org
1 armin76 07/12/27 14:46:59
2
3 Modified: ChangeLog
4 Added: zsync-0.5.ebuild
5 Removed: zsync-0.4.1.ebuild zsync-0.3.2.ebuild
6 Log:
7 Version bump wrt #159135, remove old
8 (Portage version: 2.1.4_rc11)
9
10 Revision Changes Path
11 1.5 net-misc/zsync/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/zsync/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/zsync/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/zsync/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/zsync/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 25 Dec 2007 14:05:20 -0000 1.4
24 +++ ChangeLog 27 Dec 2007 14:46:58 -0000 1.5
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-misc/zsync
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/zsync/ChangeLog,v 1.4 2007/12/25 14:05:20 phreak Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/zsync/ChangeLog,v 1.5 2007/12/27 14:46:58 armin76 Exp $
30 +
31 +*zsync-0.5 (27 Dec 2007)
32 +
33 + 27 Dec 2007; Raúl Porcel <armin76@g.o> -zsync-0.3.2.ebuild,
34 + -zsync-0.4.1.ebuild, +zsync-0.5.ebuild:
35 + Version bump wrt #159135, remove old
36
37 25 Dec 2007; Christian Heim <phreak@g.o> metadata.xml:
38 Removing karltk from metadata.xml as per #200332. Assigning to
39
40
41
42 1.1 net-misc/zsync/zsync-0.5.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/zsync/zsync-0.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/zsync/zsync-0.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: zsync-0.5.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-misc/zsync/zsync-0.5.ebuild,v 1.1 2007/12/27 14:46:58 armin76 Exp $
52
53 DESCRIPTION="Partial/differential file download client over HTTP which uses the rsync algorithm"
54 HOMEPAGE="http://zsync.moria.org.uk/"
55 SRC_URI="http://zsync.moria.org.uk/download/${P}.tar.bz2"
56
57 LICENSE="Artistic-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86"
60 IUSE=""
61
62 src_install() {
63 dobin zsync zsyncmake
64 dodoc COPYING NEWS README
65 doman doc/zsync.1 doc/zsyncmake.1
66 }
67
68
69
70 --
71 gentoo-commits@g.o mailing list