summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-05-18 02:19:05 +0000
committerJeroen Roovers <jer@gentoo.org>2011-05-18 02:19:05 +0000
commit3ee54ee9a7618d1b6ee2cd495e156950056b80f4 (patch)
treed994be7e1c53daa9bb2c6b8211952eb4f3487a0d /dev-util/complexity
parentVersion bump; remove old. (diff)
downloadhistorical-3ee54ee9a7618d1b6ee2cd495e156950056b80f4.tar.gz
historical-3ee54ee9a7618d1b6ee2cd495e156950056b80f4.tar.bz2
historical-3ee54ee9a7618d1b6ee2cd495e156950056b80f4.zip
Initial commit.
Package-Manager: portage-2.2.0_alpha33/cvs/Linux x86_64
Diffstat (limited to 'dev-util/complexity')
-rw-r--r--dev-util/complexity/ChangeLog10
-rw-r--r--dev-util/complexity/Manifest14
-rw-r--r--dev-util/complexity/complexity-0.4.ebuild25
-rw-r--r--dev-util/complexity/metadata.xml10
4 files changed, 59 insertions, 0 deletions
diff --git a/dev-util/complexity/ChangeLog b/dev-util/complexity/ChangeLog
new file mode 100644
index 000000000000..b5dc8994b14c
--- /dev/null
+++ b/dev-util/complexity/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-util/complexity
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v 1.1 2011/05/18 02:19:05 jer Exp $
+
+*complexity-0.4 (18 May 2011)
+
+ 18 May 2011; Jeroen Roovers <jer@gentoo.org> +complexity-0.4.ebuild,
+ +metadata.xml:
+ Initial commit.
+
diff --git a/dev-util/complexity/Manifest b/dev-util/complexity/Manifest
new file mode 100644
index 000000000000..8c205904eaa5
--- /dev/null
+++ b/dev-util/complexity/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+DIST complexity-0.4.tar.gz 656660 RMD160 bfcdd8e5f60ab3359e5c87269f566d3d0aa86d6b SHA1 f9e93b5eed9515999e5a24e3ae6008b38ee892b0 SHA256 28fb64282b051de42f43f294f70a977a01624e2a772d0b052225c57dea15b336
+EBUILD complexity-0.4.ebuild 615 RMD160 1873d378fea5f29ce9230e9105faa351695f21f7 SHA1 e0a5e829d9ed4042b854a44ed7d9c86815c814f9 SHA256 3b2976e3d67f7078e6144a2b95f0f2e4e43b428f2ad8a98e419f427c6f0ed179
+MISC ChangeLog 346 RMD160 e653d60d53daebd7fe7c111f89ebd22c28840770 SHA1 441355f11284d13cd7277926138680b21ad2ffbe SHA256 f26215abace3a20d3de62f4c80230b54d633b88d3876f64dc05c5ea1bbfbde0d
+MISC metadata.xml 246 RMD160 03d7dc04edcc2ad2d071336860a1fd6f70c448d8 SHA1 045ad0ae97c2867541c6a90c2fef138263b712f5 SHA256 681762b4470d433382e9b224c0773310946d67c140200b1e29414fb2c4450be3
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iEYEARECAAYFAk3TLKIACgkQVWmRsqeSphNxLQCfThcqVlpWLGKEnuc4lZIG59Z3
+gx4An01KnmyOPRa6OOVbLo7ptgph4yM0
+=j363
+-----END PGP SIGNATURE-----
diff --git a/dev-util/complexity/complexity-0.4.ebuild b/dev-util/complexity/complexity-0.4.ebuild
new file mode 100644
index 000000000000..f8a69e63af0b
--- /dev/null
+++ b/dev-util/complexity/complexity-0.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/complexity-0.4.ebuild,v 1.1 2011/05/18 02:19:05 jer Exp $
+
+EAPI=3
+
+# TODO: inherit autotools
+
+DESCRIPTION="a tool designed for analyzing the complexity of C program
+functions"
+HOMEPAGE="http://www.gnu.org/software/complexity/manual/"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=sys-devel/autogen-5.11.7"
+RDEPEND=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc ChangeLog
+}
diff --git a/dev-util/complexity/metadata.xml b/dev-util/complexity/metadata.xml
new file mode 100644
index 000000000000..b5b5fee3d3f4
--- /dev/null
+++ b/dev-util/complexity/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+<email>jer@gentoo.org</email>
+<name>Jeroen Roovers</name>
+</maintainer>
+</pkgmetadata>
+