jer         14/12/21 11:41:26

  Modified:             ChangeLog
  Added:                complexity-1.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.10                 dev-util/complexity/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/complexity/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/complexity/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/complexity/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   23 May 2014 23:48:52 -0000      1.9
+++ ChangeLog   21 Dec 2014 11:41:25 -0000      1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/complexity
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v 1.9 
2014/05/23 23:48:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v 1.10 
2014/12/21 11:41:25 jer Exp $
+
+*complexity-1.2 (21 Dec 2014)
+
+  21 Dec 2014; Jeroen Roovers <j...@gentoo.org> +complexity-1.2.ebuild:
+  Version bump.
 
   23 May 2014; Jeroen Roovers <j...@gentoo.org> -complexity-1.0.ebuild,
   -files/complexity-1.0-ac_aux_dir.patch:



1.1                  dev-util/complexity/complexity-1.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/complexity/complexity-1.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/complexity/complexity-1.2.ebuild?rev=1.1&content-type=text/plain

Index: complexity-1.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/complexity-1.2.ebuild,v 
1.1 2014/12/21 11:41:25 jer Exp $

EAPI=5

DESCRIPTION="a tool designed for analyzing the complexity of C program 
functions"
HOMEPAGE="http://www.gnu.org/software/complexity/";
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~x86"

RDEPEND=">=sys-devel/autogen-5.11.7"
DEPEND="
        ${RDEPEND}
        sys-devel/libtool
"

DOCS=( AUTHORS ChangeLog NEWS )




Reply via email to