Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/cfv: ChangeLog cfv-1.18.3.ebuild
Date: Tue, 01 Sep 2009 03:03:47
Message-Id: E1MiOTj-0008LU-Aw@stork.gentoo.org
1 patrick 09/09/01 08:12:35
2
3 Modified: ChangeLog
4 Added: cfv-1.18.3.ebuild
5 Log:
6 Bump to 1.18.3, fixes #281846
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.34 app-arch/cfv/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cfv/ChangeLog?rev=1.34&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cfv/ChangeLog?rev=1.34&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cfv/ChangeLog?r1=1.33&r2=1.34
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-arch/cfv/ChangeLog,v
19 retrieving revision 1.33
20 retrieving revision 1.34
21 diff -u -r1.33 -r1.34
22 --- ChangeLog 17 Mar 2009 12:06:16 -0000 1.33
23 +++ ChangeLog 1 Sep 2009 08:12:35 -0000 1.34
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-arch/cfv
26 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/ChangeLog,v 1.33 2009/03/17 12:06:16 tcunha Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/ChangeLog,v 1.34 2009/09/01 08:12:35 patrick Exp $
30 +
31 +*cfv-1.18.3 (01 Sep 2009)
32 +
33 + 01 Sep 2009; Patrick Lauer <patrick@g.o> +cfv-1.18.3.ebuild:
34 + Bump to 1.18.3, fixes #281846
35
36 17 Mar 2009; Tiago Cunha <tcunha@g.o> cfv-1.18.2.ebuild:
37 stable sparc
38
39
40
41 1.1 app-arch/cfv/cfv-1.18.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cfv/cfv-1.18.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/cfv/cfv-1.18.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: cfv-1.18.3.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/cfv-1.18.3.ebuild,v 1.1 2009/09/01 08:12:35 patrick Exp $
51
52 DESCRIPTION="Utility to test and create .sfv, .csv, .crc and md5sum files"
53 HOMEPAGE="http://cfv.sourceforge.net/"
54 SRC_URI="mirror://sourceforge/cfv/${P}.tar.gz"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 IUSE=""
59 KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd"
60
61 DEPEND=""
62 RDEPEND="dev-lang/python
63 dev-python/python-fchksum"
64
65 src_compile() {
66 true
67 }
68
69 src_install() {
70 dobin cfv || die "dobin failed"
71 doman cfv.1 || die "doman failed"
72 dodoc README Changelog || die "dodoc failed"
73 }