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, 0 insertions, 22 deletions
diff --git a/dev-util/complexity/Manifest b/dev-util/complexity/Manifest
index 859bc81842fb..123073994624 100644
--- a/dev-util/complexity/Manifest
+++ b/dev-util/complexity/Manifest
@@ -1,2 +1 @@
DIST complexity-1.10.tar.xz 422012 SHA256 6d378a3ef9d68938ada2610ce32f63292677d3b5c427983e8d72702167a22053 SHA512 3c9a935b55981a420f5f81b055c921fee96f294bf052fa8f7b7299a538b154659161e24bcce549e2a20706273c48870477cb26c4b4120658de985ab653a90bf1 WHIRLPOOL 5cc1cda8337dd656e6fef7bf8d18452562884b2c912d397746a89adabc069360e87b31c447cfb4c9b77b9a36adcdab67e906d704c05a686983c8cb7571deba1c
-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
deleted file mode 100644
index 71a664fdb86b..000000000000
--- a/dev-util/complexity/complexity-1.5.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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 )