diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-05-23 23:48:52 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-05-23 23:48:52 +0000 |
commit | 719d2e1eac5a0b394f46ab06c3cb5e066ca923fb (patch) | |
tree | 18fb60b7528603812e9dd7786fdb071d1e9e0f9f /dev-util/complexity | |
parent | Add ~arm keyword. (diff) | |
download | gentoo-2-719d2e1eac5a0b394f46ab06c3cb5e066ca923fb.tar.gz gentoo-2-719d2e1eac5a0b394f46ab06c3cb5e066ca923fb.tar.bz2 gentoo-2-719d2e1eac5a0b394f46ab06c3cb5e066ca923fb.zip |
Old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-util/complexity')
-rw-r--r-- | dev-util/complexity/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/complexity/complexity-1.0.ebuild | 31 | ||||
-rw-r--r-- | dev-util/complexity/files/complexity-1.0-ac_aux_dir.patch | 27 |
3 files changed, 6 insertions, 60 deletions
diff --git a/dev-util/complexity/ChangeLog b/dev-util/complexity/ChangeLog index ed24806395aa..e37859858f5d 100644 --- a/dev-util/complexity/ChangeLog +++ b/dev-util/complexity/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/complexity -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v 1.8 2013/11/03 18:27:12 jer Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/complexity/ChangeLog,v 1.9 2014/05/23 23:48:52 jer Exp $ + + 23 May 2014; Jeroen Roovers <jer@gentoo.org> -complexity-1.0.ebuild, + -files/complexity-1.0-ac_aux_dir.patch: + Old. *complexity-1.1 (03 Nov 2013) diff --git a/dev-util/complexity/complexity-1.0.ebuild b/dev-util/complexity/complexity-1.0.ebuild deleted file mode 100644 index 29cbda2077c6..000000000000 --- a/dev-util/complexity/complexity-1.0.ebuild +++ /dev/null @@ -1,31 +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-1.0.ebuild,v 1.1 2012/11/26 13:12:21 jer Exp $ - -EAPI=4 -inherit autotools 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}"/${PN}-1.0-ac_aux_dir.patch - eautoreconf -} diff --git a/dev-util/complexity/files/complexity-1.0-ac_aux_dir.patch b/dev-util/complexity/files/complexity-1.0-ac_aux_dir.patch deleted file mode 100644 index c3db5713212f..000000000000 --- a/dev-util/complexity/files/complexity-1.0-ac_aux_dir.patch +++ /dev/null @@ -1,27 +0,0 @@ -Call AC_CONFIG_AUX_DIR before it is used - - ---- a/configure.ac -+++ b/configure.ac -@@ -2,19 +2,14 @@ - m4_esyscmd([cat .tarball-version]), - [bkorb@gnu.org]) - -+AC_CONFIG_AUX_DIR([build-aux]) -+ - AS_BOX([Configuring AC_PACKAGE_TARNAME AC_PACKAGE_VERSION]) - AC_USE_SYSTEM_EXTENSIONS - --dnl we can't use AC_CONFIG_AUX_DIR here, because the heuristics --dnl for finding install-sh in the generated configure script --dnl consider this directory to be a subproject of gnulib proper, --dnl and will only look for install-sh in . and .. :( --dnl AC_CONFIG_AUX_DIR([build-aux]) --dnl - AC_CONFIG_MACRO_DIR([m4]) - AC_CONFIG_HEADER([config.h]) - AC_CONFIG_FILES([Makefile doc/Makefile lib/Makefile src/Makefile tests/Makefile]) --AC_CONFIG_AUX_DIR([build-aux]) - - AM_INIT_AUTOMAKE([gnu check-news 1.5 dist-bzip2]) - gl_INIT |