diff options
author | 2015-02-11 09:22:02 +0000 | |
---|---|---|
committer | 2015-02-11 09:22:02 +0000 | |
commit | ed847d5e249a9b257816612caa950d9c34e5eb29 (patch) | |
tree | 1ccf171f21609549d9abc3b421f81fb8b586a3b7 /dev-util/complexity | |
parent | Whitespace (diff) | |
download | gentoo-2-ed847d5e249a9b257816612caa950d9c34e5eb29.tar.gz gentoo-2-ed847d5e249a9b257816612caa950d9c34e5eb29.tar.bz2 gentoo-2-ed847d5e249a9b257816612caa950d9c34e5eb29.zip |
Old.
(Portage version: 2.2.16/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, 5 insertions, 23 deletions
diff --git a/dev-util/complexity/ChangeLog b/dev-util/complexity/ChangeLog index 6d065419b0b6..3b57dd4a9495 100644 --- a/dev-util/complexity/ChangeLog +++ b/dev-util/complexity/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/complexity -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v 1.10 2014/12/21 11:41:25 jer Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v 1.11 2015/02/11 09:22:02 jer Exp $ + + 11 Feb 2015; Jeroen Roovers <jer@gentoo.org> -complexity-1.1.ebuild: + Old. *complexity-1.2 (21 Dec 2014) diff --git a/dev-util/complexity/complexity-1.1.ebuild b/dev-util/complexity/complexity-1.1.ebuild deleted file mode 100644 index dceb2bc9a969..000000000000 --- a/dev-util/complexity/complexity-1.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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 ) |