summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-02-17 18:19:13 +0000
committerJeroen Roovers <jer@gentoo.org>2013-02-17 18:19:13 +0000
commit5600d5ec84d34637db8f6a1b51bf3ccc593f8a4d (patch)
tree9623ef57b372c7a38248daa7e32bc9f12c810721 /dev-util/complexity
parentVersion bump to 0.4. (diff)
downloadgentoo-2-5600d5ec84d34637db8f6a1b51bf3ccc593f8a4d.tar.gz
gentoo-2-5600d5ec84d34637db8f6a1b51bf3ccc593f8a4d.tar.bz2
gentoo-2-5600d5ec84d34637db8f6a1b51bf3ccc593f8a4d.zip
Old.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-util/complexity')
-rw-r--r--dev-util/complexity/ChangeLog9
-rw-r--r--dev-util/complexity/complexity-0.4.ebuild30
-rw-r--r--dev-util/complexity/files/complexity-0.4-gets.patch22
3 files changed, 6 insertions, 55 deletions
diff --git a/dev-util/complexity/ChangeLog b/dev-util/complexity/ChangeLog
index 6488b7afd88f..1855f025cc09 100644
--- a/dev-util/complexity/ChangeLog
+++ b/dev-util/complexity/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/complexity
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v 1.6 2012/11/26 13:12:21 jer Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v 1.7 2013/02/17 18:19:13 jer Exp $
+
+ 17 Feb 2013; Jeroen Roovers <jer@gentoo.org> -complexity-0.4.ebuild,
+ -files/complexity-0.4-gets.patch:
+ Old.
*complexity-1.0 (26 Nov 2012)
@@ -27,4 +31,3 @@
18 May 2011; Jeroen Roovers <jer@gentoo.org> +complexity-0.4.ebuild,
+metadata.xml:
Initial commit.
-
diff --git a/dev-util/complexity/complexity-0.4.ebuild b/dev-util/complexity/complexity-0.4.ebuild
deleted file mode 100644
index 18c7aba9d9e1..000000000000
--- a/dev-util/complexity/complexity-0.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 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.5 2012/08/11 15:35:02 jer Exp $
-
-EAPI=4
-inherit eutils
-
-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"
-IUSE=""
-
-RDEPEND="
- >=sys-devel/autogen-5.11.7
-"
-DEPEND="
- ${RDEPEND}
- sys-devel/libtool
-"
-
-DOCS=( ChangeLog )
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gets.patch
-}
diff --git a/dev-util/complexity/files/complexity-0.4-gets.patch b/dev-util/complexity/files/complexity-0.4-gets.patch
deleted file mode 100644
index 4f35df60f28f..000000000000
--- a/dev-util/complexity/files/complexity-0.4-gets.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/lib/stdio.in.h
-+++ b/lib/stdio.in.h
-@@ -720,8 +720,9 @@
- #if @GNULIB_GETS@
- # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@
- # if !(defined __cplusplus && defined GNULIB_NAMESPACE)
--# undef gets
--# define gets rpl_gets
-+# ifdef gets
-+# undef gets
-+# define gets rpl_gets
- # endif
- _GL_FUNCDECL_RPL (gets, char *, (char *s) _GL_ARG_NONNULL ((1)));
- _GL_CXXALIAS_RPL (gets, char *, (char *s));
-@@ -734,6 +735,7 @@
- so any use of gets warrants an unconditional warning. Assume it is
- always declared, since it is required by C89. */
- _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
-+# endif
- #endif
-
-