diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-01-27 14:37:42 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-01-27 14:37:42 +0000 |
commit | 4160ce3ac6f8eb3653c578c09d967f26035a10bf (patch) | |
tree | c9935fbf810cee965c3bd177abaee2695a06f5ba /app-misc/wcd | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-4160ce3ac6f8eb3653c578c09d967f26035a10bf.tar.gz gentoo-2-4160ce3ac6f8eb3653c578c09d967f26035a10bf.tar.bz2 gentoo-2-4160ce3ac6f8eb3653c578c09d967f26035a10bf.zip |
app-misc/wcd: Always use ncurses
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'app-misc/wcd')
-rw-r--r-- | app-misc/wcd/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/wcd/wcd-5.2.1.ebuild | 5 | ||||
-rw-r--r-- | app-misc/wcd/wcd-5.2.3.ebuild | 5 |
3 files changed, 9 insertions, 7 deletions
diff --git a/app-misc/wcd/ChangeLog b/app-misc/wcd/ChangeLog index da2f4a98e4af..4906fa5297c4 100644 --- a/app-misc/wcd/ChangeLog +++ b/app-misc/wcd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/wcd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/wcd/ChangeLog,v 1.7 2013/01/26 22:38:33 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/wcd/ChangeLog,v 1.8 2013/01/27 14:37:42 jlec Exp $ + + 27 Jan 2013; Justin Lecher <jlec@gentoo.org> wcd-5.2.1.ebuild, + wcd-5.2.3.ebuild: + Always use ncurses 26 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> wcd-5.2.1.ebuild: Stable on amd64, wrt bug #454204 diff --git a/app-misc/wcd/wcd-5.2.1.ebuild b/app-misc/wcd/wcd-5.2.1.ebuild index 16db10af9319..2dfcc908dcd6 100644 --- a/app-misc/wcd/wcd-5.2.1.ebuild +++ b/app-misc/wcd/wcd-5.2.1.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/app-misc/wcd/wcd-5.2.1.ebuild,v 1.3 2013/01/26 22:38:33 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/wcd/wcd-5.2.1.ebuild,v 1.4 2013/01/27 14:37:42 jlec Exp $ EAPI=4 @@ -13,7 +13,7 @@ SRC_URI="http://www.xs4all.nl/~waterlan/${P}-src.tar.gz" SLOT="0" KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" LICENSE="GPL-2" -IUSE="ncurses nls unicode" +IUSE="nls unicode" CDEPEND="sys-libs/ncurses[unicode?]" DEPEND="${CDEPEND} @@ -28,7 +28,6 @@ src_prepare() { src_compile() { local mycompile="LFS=1" use nls || mycompile="${mycompile} ENABLE_NLS=" - use ncurses || mycompile="${mycompile} CURSES=" use unicode && mycompile="${mycompile} UCS=1" emake \ ${mycompile} diff --git a/app-misc/wcd/wcd-5.2.3.ebuild b/app-misc/wcd/wcd-5.2.3.ebuild index 5eaf3684a16b..d46e20baf2a9 100644 --- a/app-misc/wcd/wcd-5.2.3.ebuild +++ b/app-misc/wcd/wcd-5.2.3.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/app-misc/wcd/wcd-5.2.3.ebuild,v 1.2 2013/01/26 21:16:26 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/wcd/wcd-5.2.3.ebuild,v 1.3 2013/01/27 14:37:42 jlec Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="http://www.xs4all.nl/~waterlan/${P}-src.tar.gz" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" LICENSE="GPL-2" -IUSE="ncurses nls unicode" +IUSE="nls unicode" CDEPEND="sys-libs/ncurses[unicode?]" DEPEND="${CDEPEND} @@ -28,7 +28,6 @@ src_prepare() { src_compile() { local mycompile="LFS=1" use nls || mycompile="${mycompile} ENABLE_NLS=" - use ncurses || mycompile="${mycompile} CURSES=" use unicode && mycompile="${mycompile} UCS=1" emake \ ${mycompile} |