summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2006-05-02 23:27:08 +0000
committerSven Wegener <swegener@gentoo.org>2006-05-02 23:27:08 +0000
commit4e5c25f99ba16b290b9284e1106c27d43e1dd238 (patch)
treecffff582002f4f9affc34894e980d0d4c528d95c /net-nntp
parentUpdate use masking. (diff)
downloadgentoo-2-4e5c25f99ba16b290b9284e1106c27d43e1dd238.tar.gz
gentoo-2-4e5c25f99ba16b290b9284e1106c27d43e1dd238.tar.bz2
gentoo-2-4e5c25f99ba16b290b9284e1106c27d43e1dd238.zip
Disable X support, it needs more work.
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'net-nntp')
-rw-r--r--net-nntp/tin/ChangeLog8
-rw-r--r--net-nntp/tin/files/digest-tin-1.7.82
-rw-r--r--net-nntp/tin/tin-1.7.8.ebuild8
3 files changed, 11 insertions, 7 deletions
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 <swegener@gentoo.org> -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"