From f175bc4edc8d83a514883b12719f607613b596df Mon Sep 17 00:00:00 2001 From: Karol Wojtaszek Date: Thu, 25 Aug 2005 16:29:04 +0000 Subject: Added support for unicode (Portage version: 1.589-cvs) --- net-p2p/giftcurs/ChangeLog | 8 ++++++-- net-p2p/giftcurs/giftcurs-0.6.2.ebuild | 9 +++++---- 2 files changed, 11 insertions(+), 6 deletions(-) (limited to 'net-p2p/giftcurs') diff --git a/net-p2p/giftcurs/ChangeLog b/net-p2p/giftcurs/ChangeLog index 68775fe4fa18..a629cb5dfdd3 100644 --- a/net-p2p/giftcurs/ChangeLog +++ b/net-p2p/giftcurs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/giftcurs -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/ChangeLog,v 1.29 2004/07/07 20:13:58 slarti Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/ChangeLog,v 1.30 2005/08/25 16:29:04 sekretarz Exp $ + + 25 Aug 2005; giftcurs-0.6.2.ebuild: + Added support for unicode, thanks Gilles Dartiguelongue + in bug #101312 07 Jul 2004; Tom Martin giftcurs-0.6.2.ebuild: Added to ~amd64. diff --git a/net-p2p/giftcurs/giftcurs-0.6.2.ebuild b/net-p2p/giftcurs/giftcurs-0.6.2.ebuild index 4477081d11c6..1909bee4def5 100644 --- a/net-p2p/giftcurs/giftcurs-0.6.2.ebuild +++ b/net-p2p/giftcurs/giftcurs-0.6.2.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/giftcurs-0.6.2.ebuild,v 1.6 2004/07/07 20:13:58 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/giftcurs/giftcurs-0.6.2.ebuild,v 1.7 2005/08/25 16:29:04 sekretarz Exp $ MY_P="giFTcurs-${PV}" S="${WORKDIR}/${MY_P}" -DESCRIPTION="A ncurses frontend to the giFT (OpenFT) daemon" +DESCRIPTION="A ncurses frontend to the giFT daemon" SRC_URI="http://savannah.nongnu.org/download/${PN}/${MY_P}.tar.gz" HOMEPAGE="http://www.nongnu.org/giftcurs/" SLOT="0" LICENSE="GPL-2" -IUSE="gpm nls" +IUSE="gpm nls unicode" KEYWORDS="x86 sparc ~ppc ~amd64" DEPEND="virtual/libc @@ -21,6 +21,7 @@ src_compile() { use gpm || myconf="${myconf} --disable-mouse --disable-libgpm" use nls || myconf="${myconf} --disable-nls" + use unicode && myconf="${myconf} --with-ncursesw" econf $myconf || die "./configure failed" -- cgit v1.2.3-65-gdbad