summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/complexity')
-rw-r--r--dev-util/complexity/Manifest1
-rw-r--r--dev-util/complexity/complexity-1.5.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-util/complexity/Manifest b/dev-util/complexity/Manifest
index b5b3ea638711..60bf04185b45 100644
--- a/dev-util/complexity/Manifest
+++ b/dev-util/complexity/Manifest
@@ -1,2 +1,3 @@
DIST complexity-1.2.tar.xz 406024 SHA256 22c275e79078bf438dd51108256bb9b33d111330c3f979d7bf1cb0d4aa055e24 SHA512 e9460a27c9867db316b1f9fc80336a24513d47fa7a5dc7dc48ec1bcfb7e6678c725cec84e983397367498e22ebfee02ecff50343bafb018617f281f06ed295ab WHIRLPOOL e5e3f6ceb447c0940e8bb760cf5ec879e2bc012e4885ae96db82f92b5661bb2db4e737a5c885c3f873a2678fc35cacf3936e33a1d8bcb31765312f77f93c5d25
DIST complexity-1.3.tar.xz 413352 SHA256 99eab895769263cdb2480c879c5e22b877525ec4f9025725bb86bc51e7bd4976 SHA512 7d858610dd2faed17462206833014348ccb6eb17704085d4b40c54b1e9e3db3bab99753d7f8060bf689d135fa35f70afa29593808ca09a2f8744c9f5b40bbff2 WHIRLPOOL 6d01c99c307ca452e964cdc14dd9db6e625118a6b8d90c3e3b963bf28bbc1b1c5189b42ffc17f79a03f2c47d80af58ec9a5761e8e5344fd6a3c25efd7a03c891
+DIST complexity-1.5.tar.xz 417972 SHA256 1f5194c0dc6e813ea1dc7f36bfd05f15786a8ad6e9b3ab65b53d2263a0d93102 SHA512 498d0a98627c4f1abf632555f0021dd610a83a0c30160801390db01031321306b00caf0395c2d0e03b0104e595db7c0cf03b636759cd67fe377ad31959c3394d WHIRLPOOL d609e584025a6d8ccc6c5d6f4914db3302d4d92810e9dca1a0b4408b4532f037b445fd70f61009b490ad51d9b3507a38f74462c7618d3f79e63b739eda9916b6
diff --git a/dev-util/complexity/complexity-1.5.ebuild b/dev-util/complexity/complexity-1.5.ebuild
new file mode 100644
index 000000000000..71a664fdb86b
--- /dev/null
+++ b/dev-util/complexity/complexity-1.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="a tool designed for analyzing the complexity of C program functions"
+HOMEPAGE="https://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 )