diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-11-03 18:27:12 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-11-03 18:27:12 +0000 |
commit | 6b443bdc010307da7441ef0a0fc40165c430e9be (patch) | |
tree | 610cee61a12484fee4c73c407dd9eb2f0aced831 /dev-util/complexity | |
parent | Version bump. (diff) | |
download | gentoo-2-6b443bdc010307da7441ef0a0fc40165c430e9be.tar.gz gentoo-2-6b443bdc010307da7441ef0a0fc40165c430e9be.tar.bz2 gentoo-2-6b443bdc010307da7441ef0a0fc40165c430e9be.zip |
Version bump.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-util/complexity')
-rw-r--r-- | dev-util/complexity/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/complexity/complexity-1.1.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-util/complexity/ChangeLog b/dev-util/complexity/ChangeLog index 1855f025cc09..ed24806395aa 100644 --- a/dev-util/complexity/ChangeLog +++ b/dev-util/complexity/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/complexity # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v 1.7 2013/02/17 18:19:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v 1.8 2013/11/03 18:27:12 jer Exp $ + +*complexity-1.1 (03 Nov 2013) + + 03 Nov 2013; Jeroen Roovers <jer@gentoo.org> +complexity-1.1.ebuild: + Version bump. 17 Feb 2013; Jeroen Roovers <jer@gentoo.org> -complexity-0.4.ebuild, -files/complexity-0.4-gets.patch: diff --git a/dev-util/complexity/complexity-1.1.ebuild b/dev-util/complexity/complexity-1.1.ebuild new file mode 100644 index 000000000000..dceb2bc9a969 --- /dev/null +++ b/dev-util/complexity/complexity-1.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/complexity-1.1.ebuild,v 1.1 2013/11/03 18:27:12 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.gz" + +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 ) |