Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/complexity: ChangeLog complexity-1.1.ebuild
Date: Sun, 03 Nov 2013 18:27:20
Message-Id: 20131103182712.A920A2004B@flycatcher.gentoo.org
1 jer 13/11/03 18:27:12
2
3 Modified: ChangeLog
4 Added: complexity-1.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.8 dev-util/complexity/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/complexity/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/complexity/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/complexity/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 17 Feb 2013 18:19:13 -0000 1.7
24 +++ ChangeLog 3 Nov 2013 18:27:12 -0000 1.8
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-util/complexity
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v 1.7 2013/02/17 18:19:13 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v 1.8 2013/11/03 18:27:12 jer Exp $
30 +
31 +*complexity-1.1 (03 Nov 2013)
32 +
33 + 03 Nov 2013; Jeroen Roovers <jer@g.o> +complexity-1.1.ebuild:
34 + Version bump.
35
36 17 Feb 2013; Jeroen Roovers <jer@g.o> -complexity-0.4.ebuild,
37 -files/complexity-0.4-gets.patch:
38
39
40
41 1.1 dev-util/complexity/complexity-1.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/complexity/complexity-1.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/complexity/complexity-1.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: complexity-1.1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/complexity-1.1.ebuild,v 1.1 2013/11/03 18:27:12 jer Exp $
51
52 EAPI=5
53
54 DESCRIPTION="a tool designed for analyzing the complexity of C program functions"
55 HOMEPAGE="http://www.gnu.org/software/complexity/"
56 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
57
58 LICENSE="GPL-3"
59 SLOT="0"
60 KEYWORDS="~amd64 ~hppa ~x86"
61
62 RDEPEND=">=sys-devel/autogen-5.11.7"
63 DEPEND="
64 ${RDEPEND}
65 sys-devel/libtool
66 "
67
68 DOCS=( AUTHORS ChangeLog NEWS )