summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-05-21 20:15:33 +0000
committerJeroen Roovers <jer@gentoo.org>2013-05-21 20:15:33 +0000
commitf0fb3fa111380cf78c9cbe9ceeb214cca0ebd5d8 (patch)
treedcbcd35deae57ce57237f6a79c7a35ad5d11a958 /dev-util
parentVersion bump. Bug #470728 (diff)
downloadgentoo-2-f0fb3fa111380cf78c9cbe9ceeb214cca0ebd5d8.tar.gz
gentoo-2-f0fb3fa111380cf78c9cbe9ceeb214cca0ebd5d8.tar.bz2
gentoo-2-f0fb3fa111380cf78c9cbe9ceeb214cca0ebd5d8.zip
Remove ncurses support (bug #336901).
(Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/cunit/ChangeLog5
-rw-r--r--dev-util/cunit/cunit-2.1_p2.ebuild8
2 files changed, 6 insertions, 7 deletions
diff --git a/dev-util/cunit/ChangeLog b/dev-util/cunit/ChangeLog
index 8aa192199d0f..a0104428641d 100644
--- a/dev-util/cunit/ChangeLog
+++ b/dev-util/cunit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cunit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.36 2013/05/21 17:33:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.37 2013/05/21 20:15:33 jer Exp $
+
+ 21 May 2013; Jeroen Roovers <jer@gentoo.org> cunit-2.1_p2.ebuild:
+ Remove ncurses support (bug #336901).
21 May 2013; Jeroen Roovers <jer@gentoo.org> cunit-2.1_p2.ebuild:
Auto-remove .la.
diff --git a/dev-util/cunit/cunit-2.1_p2.ebuild b/dev-util/cunit/cunit-2.1_p2.ebuild
index 2b7fdbcb46ff..a6d261bafba0 100644
--- a/dev-util/cunit/cunit-2.1_p2.ebuild
+++ b/dev-util/cunit/cunit-2.1_p2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1_p2.ebuild,v 1.2 2013/05/21 17:33:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1_p2.ebuild,v 1.3 2013/05/21 20:15:33 jer Exp $
EAPI=5
inherit autotools eutils flag-o-matic
@@ -16,10 +16,7 @@ HOMEPAGE="http://cunit.sourceforge.net"
SLOT="0"
LICENSE="LGPL-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="ncurses static-libs"
-
-DEPEND="ncurses? ( sys-libs/ncurses )"
-RDEPEND="${DEPEND}"
+IUSE="static-libs"
S=${WORKDIR}/${MY_P}
@@ -36,7 +33,6 @@ src_prepare() {
src_configure() {
econf \
- $(use_enable ncurses curses) \
$(use_enable static-libs static) \
--disable-debug \
--docdir="${EPREFIX}"/usr/share/doc/${PF}