summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-02-22 15:18:22 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-02-22 15:18:22 +0000
commit3b6efdc49e8e5854a9957e403434a38d98be0656 (patch)
tree84ea931d1b75a8aa593d8ac6592f7fd4de1fca8b /net-news
parentamd64 (Manifest recommit) (diff)
downloadgentoo-2-3b6efdc49e8e5854a9957e403434a38d98be0656.tar.gz
gentoo-2-3b6efdc49e8e5854a9957e403434a38d98be0656.tar.bz2
gentoo-2-3b6efdc49e8e5854a9957e403434a38d98be0656.zip
Closing #42463.
Diffstat (limited to 'net-news')
-rw-r--r--net-news/tin/ChangeLog5
-rw-r--r--net-news/tin/tin-1.6.2.ebuild11
2 files changed, 10 insertions, 6 deletions
diff --git a/net-news/tin/ChangeLog b/net-news/tin/ChangeLog
index c4ff1fe16bec..e8aa2175164a 100644
--- a/net-news/tin/ChangeLog
+++ b/net-news/tin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-news/tin
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/tin/ChangeLog,v 1.4 2004/01/27 21:25:57 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/tin/ChangeLog,v 1.5 2004/02/22 15:18:22 aliz Exp $
+
+ 22 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> tin-1.6.2.ebuild:
+ Adding ipv6 support. Closing #42463.
*tin-1.6.2 (27 Jan 2004)
diff --git a/net-news/tin/tin-1.6.2.ebuild b/net-news/tin/tin-1.6.2.ebuild
index 772befbfd4a3..00ee0883dee9 100644
--- a/net-news/tin/tin-1.6.2.ebuild
+++ b/net-news/tin/tin-1.6.2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Michael Conrad Tilstra <tadpol@gentoo.org> <tadpol@tadpol.org>
-# $Header: /var/cvsroot/gentoo-x86/net-news/tin/tin-1.6.2.ebuild,v 1.1 2004/01/27 21:25:57 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/tin/tin-1.6.2.ebuild,v 1.2 2004/02/22 15:18:22 aliz Exp $
-IUSE="ncurses"
+IUSE="ncurses ipv6"
S=${WORKDIR}/${P}
DESCRIPTION="A threaded NNTP and spool based UseNet newsreader"
@@ -12,18 +12,19 @@ HOMEPAGE="http://www.tin.org/"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ia64"
+KEYWORDS="~x86 ~ia64 ~amd64"
DEPEND="ncurses? ( sys-libs/ncurses )"
src_compile() {
local myconf
-
- use ncurses && myconf="--enable-curses --with-ncurses"
[ -f /etc/NNTP_INEWS_DOMAIN ] \
&& myconf="${myconf} --with-domain-name=/etc/NNTP_INEWS_DOMAIN"
./configure \
+ `use_enable ncurses curses` \
+ `use_with ncurses` \
+ `use_enable ipv6` \
--verbose \
--enable-nntp-only \
--enable-prototypes \