summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-12-21 11:41:25 +0000
committerJeroen Roovers <jer@gentoo.org>2014-12-21 11:41:25 +0000
commit872d019c50b339ddf3223cba3a76081fd664f22f (patch)
treea95ebbfed9feadbecdbc234c8662e7b84d9e893e /dev-util/complexity/complexity-1.2.ebuild
parentStable for x86, wrt bug #532406 (diff)
downloadgentoo-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/complexity/complexity-1.2.ebuild')
-rw-r--r--dev-util/complexity/complexity-1.2.ebuild21
1 files changed, 21 insertions, 0 deletions
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 )