diff options
author | Chuck Short <zul@gentoo.org> | 2004-03-23 23:47:49 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-03-23 23:47:49 +0000 |
commit | d91244cf761ad43efe756af23e949958f629b776 (patch) | |
tree | 72e10c7263c8803176f27b66f78631c67fd15210 /net-irc | |
parent | New release, ready for Gnome 2.6 (Manifest recommit) (diff) | |
download | gentoo-2-d91244cf761ad43efe756af23e949958f629b776.tar.gz gentoo-2-d91244cf761ad43efe756af23e949958f629b776.tar.bz2 gentoo-2-d91244cf761ad43efe756af23e949958f629b776.zip |
Removed untested ncurses. Closes #45337.
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/bitchx/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.19-r5.ebuild | 9 | ||||
-rw-r--r-- | net-irc/bitchx/bitchx-1.0.19-r6.ebuild | 8 |
3 files changed, 9 insertions, 14 deletions
diff --git a/net-irc/bitchx/ChangeLog b/net-irc/bitchx/ChangeLog index 9e6772ef83c0..67a1f30d09b2 100644 --- a/net-irc/bitchx/ChangeLog +++ b/net-irc/bitchx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/bitchx # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.31 2004/02/07 02:32:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/ChangeLog,v 1.32 2004/03/23 23:47:49 zul Exp $ + + 23 Mar 2004; Chuck Short <zul@gentoo.org> bitchx-1.0.19-r5.ebuild, + bitchx-1.0.19-r6.ebuild: + Removed USE="ncurses" since it is not tested and its already in DEPEND. 06 Feb 2004; Aron Griffis <agriffis@gentoo.org> bitchx-1.0.19-r6.ebuild: add ~alpha diff --git a/net-irc/bitchx/bitchx-1.0.19-r5.ebuild b/net-irc/bitchx/bitchx-1.0.19-r5.ebuild index 2002b16d30ea..328ec32e0633 100644 --- a/net-irc/bitchx/bitchx-1.0.19-r5.ebuild +++ b/net-irc/bitchx/bitchx-1.0.19-r5.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r5.ebuild,v 1.13 2004/01/02 14:08:51 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r5.ebuild,v 1.14 2004/03/23 23:47:49 zul Exp $ inherit flag-o-matic eutils -IUSE="ssl esd gnome xmms ncurses ipv6 gtk cjk" +IUSE="ssl esd gnome xmms ipv6 gtk cjk" MY_P=ircii-pana-${PV/.0./.0c} S=${WORKDIR}/BitchX @@ -28,7 +28,6 @@ replace-flags -O[3-9] -O2 DEPEND=">=sys-libs/ncurses-5.1 ssl? ( >=dev-libs/openssl-0.9.6 ) xmms? ( media-sound/xmms ) - ncurses? ( sys-libs/ncurses ) esd? ( >=media-sound/esound-0.2.5 >=media-libs/audiofile-0.1.5 ) gtk? ( =x11-libs/gtk+-1.2* @@ -71,10 +70,6 @@ src_compile() { && myconf="${myconf} --enable-ipv6" \ || myconf="${myconf} --disable-ipv6" - #not tested - #use ncurses \ - # && myconf="${myconf} --without-tgetent" \ - # || myconf="${myconf} --with-tgetent" # lamer@gentoo.org BROKEN, will not work with our socks # implementations, is looking for a SOCKSConnect function that our diff --git a/net-irc/bitchx/bitchx-1.0.19-r6.ebuild b/net-irc/bitchx/bitchx-1.0.19-r6.ebuild index 373b824bbac6..78ce348a3fa9 100644 --- a/net-irc/bitchx/bitchx-1.0.19-r6.ebuild +++ b/net-irc/bitchx/bitchx-1.0.19-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r6.ebuild,v 1.9 2004/02/07 02:32:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r6.ebuild,v 1.10 2004/03/23 23:47:49 zul Exp $ inherit flag-o-matic eutils @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.bitchx.com/pub/BitchX/source/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc hppa ~alpha" -IUSE="ssl esd gnome xmms ncurses ipv6 gtk cjk" +IUSE="ssl esd gnome xmms ipv6 gtk cjk" DEPEND=">=sys-libs/ncurses-5.1 ssl? ( >=dev-libs/openssl-0.9.6 ) @@ -60,10 +60,6 @@ src_compile() { && myconf="${myconf} --with-gtk" \ || myconf="${myconf} --without-gtk" - #not tested - #use ncurses \ - # && myconf="${myconf} --without-tgetent" \ - # || myconf="${myconf} --with-tgetent" # lamer@gentoo.org BROKEN, will not work with our socks # implementations, is looking for a SOCKSConnect function that our |