From 4e5c25f99ba16b290b9284e1106c27d43e1dd238 Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Tue, 2 May 2006 23:27:08 +0000 Subject: Disable X support, it needs more work. (Portage version: 2.1_pre10-r2) --- net-nntp/tin/ChangeLog | 8 ++++++-- net-nntp/tin/files/digest-tin-1.7.8 | 2 ++ net-nntp/tin/tin-1.7.8.ebuild | 8 +++----- 3 files changed, 11 insertions(+), 7 deletions(-) (limited to 'net-nntp') diff --git a/net-nntp/tin/ChangeLog b/net-nntp/tin/ChangeLog index 7827ea70cd10..7732c62efe69 100644 --- a/net-nntp/tin/ChangeLog +++ b/net-nntp/tin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-nntp/tin -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/ChangeLog,v 1.6 2005/05/16 17:01:24 swegener Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/ChangeLog,v 1.7 2006/05/02 23:27:08 swegener Exp $ + + 02 May 2006; Sven Wegener -tin-1.7.7-r1.ebuild, + tin-1.7.8.ebuild: + Disable X support, it needs more work. *tin-1.7.8 (16 May 2005) diff --git a/net-nntp/tin/files/digest-tin-1.7.8 b/net-nntp/tin/files/digest-tin-1.7.8 index 26b5155b1f52..1732f6b4177d 100644 --- a/net-nntp/tin/files/digest-tin-1.7.8 +++ b/net-nntp/tin/files/digest-tin-1.7.8 @@ -1 +1,3 @@ MD5 3ff01ea3b4225ecb7e0ae3f5933175d1 tin-1.7.8.tar.bz2 1291687 +RMD160 c9010ad32e668677894826a9b35efa11c801512c tin-1.7.8.tar.bz2 1291687 +SHA256 c2b8d412c948dd6f0d1756bbd3d1264bd489f7b6b02c93e22dac5aa476d90d22 tin-1.7.8.tar.bz2 1291687 diff --git a/net-nntp/tin/tin-1.7.8.ebuild b/net-nntp/tin/tin-1.7.8.ebuild index e0edd2f58221..fc99fc969108 100644 --- a/net-nntp/tin/tin-1.7.8.ebuild +++ b/net-nntp/tin/tin-1.7.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-1.7.8.ebuild,v 1.1 2005/05/16 17:01:25 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-1.7.8.ebuild,v 1.2 2006/05/02 23:27:08 swegener Exp $ inherit eutils versionator @@ -11,10 +11,9 @@ SRC_URI="ftp://ftp.tin.org/pub/news/clients/tin/v$(get_version_component_range 1 LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~sparc ~arm ~amd64 ~ia64 ~ppc-macos" -IUSE="crypt debug ipv6 ncurses nls X" +IUSE="crypt debug ipv6 ncurses nls" DEPEND="ncurses? ( sys-libs/ncurses ) - X? ( virtual/x11 ) nls? ( sys-devel/gettext ) crypt? ( app-crypt/gnupg )" @@ -41,7 +40,6 @@ src_compile() { $(use_with ncurses) \ $(use_enable ipv6) \ $(use_enable debug) \ - $(use_with X x) \ $(use_enable crypt pgp-gpg) \ $(use_enable nls) \ ${myconf} || die "econf failed" -- cgit v1.2.3-65-gdbad