diff options
author | 2014-12-21 11:41:25 +0000 | |
---|---|---|
committer | 2014-12-21 11:41:25 +0000 | |
commit | 872d019c50b339ddf3223cba3a76081fd664f22f (patch) | |
tree | a95ebbfed9feadbecdbc234c8662e7b84d9e893e /dev-util | |
parent | Stable for x86, wrt bug #532406 (diff) | |
download | gentoo-2-872d019c50b339ddf3223cba3a76081fd664f22f.tar.gz gentoo-2-872d019c50b339ddf3223cba3a76081fd664f22f.tar.bz2 gentoo-2-872d019c50b339ddf3223cba3a76081fd664f22f.zip |
Version bump.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/complexity/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/complexity/complexity-1.2.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-util/complexity/ChangeLog b/dev-util/complexity/ChangeLog index e37859858f5d..6d065419b0b6 100644 --- a/dev-util/complexity/ChangeLog +++ b/dev-util/complexity/ChangeLog @@ -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 <jer@gentoo.org> +complexity-1.2.ebuild: + Version bump. 23 May 2014; Jeroen Roovers <jer@gentoo.org> -complexity-1.0.ebuild, -files/complexity-1.0-ac_aux_dir.patch: diff --git a/dev-util/complexity/complexity-1.2.ebuild b/dev-util/complexity/complexity-1.2.ebuild new file mode 100644 index 000000000000..220362732bd4 --- /dev/null +++ b/dev-util/complexity/complexity-1.2.ebuild @@ -0,0 +1,21 @@ +# 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 ) |