summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2005-04-09 15:35:48 +0000
committerDaniel Drake <dsd@gentoo.org>2005-04-09 15:35:48 +0000
commit7d545914fd7de37bec9faae05c14f27b775da909 (patch)
tree6af2b4a3769d469a9faa42e25b14ca871fc497ba /net-misc/pavuk
parentAdded ~ppc64 to KEYWORDS (diff)
downloadgentoo-2-7d545914fd7de37bec9faae05c14f27b775da909.tar.gz
gentoo-2-7d545914fd7de37bec9faae05c14f27b775da909.tar.bz2
gentoo-2-7d545914fd7de37bec9faae05c14f27b775da909.zip
Disable socks support due to brokenness
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-misc/pavuk')
-rw-r--r--net-misc/pavuk/ChangeLog5
-rw-r--r--net-misc/pavuk/pavuk-0.9.32.ebuild9
2 files changed, 8 insertions, 6 deletions
diff --git a/net-misc/pavuk/ChangeLog b/net-misc/pavuk/ChangeLog
index a2bc8473dc17..2a699cedb16f 100644
--- a/net-misc/pavuk/ChangeLog
+++ b/net-misc/pavuk/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/pavuk
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pavuk/ChangeLog,v 1.20 2005/04/09 14:42:18 dsd Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pavuk/ChangeLog,v 1.21 2005/04/09 15:35:48 dsd Exp $
+
+ 09 Apr 2005; Daniel Drake <dsd@gentoo.org> pavuk-0.9.32.ebuild:
+ Disable socks support due to brokenness
09 Apr 2005; Daniel Drake <dsd@gentoo.org> pavuk-0.9.32.ebuild:
Fix sandbox violation on USE=nls
diff --git a/net-misc/pavuk/pavuk-0.9.32.ebuild b/net-misc/pavuk/pavuk-0.9.32.ebuild
index a7874bf2e8c9..9d676e4204f4 100644
--- a/net-misc/pavuk/pavuk-0.9.32.ebuild
+++ b/net-misc/pavuk/pavuk-0.9.32.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pavuk/pavuk-0.9.32.ebuild,v 1.3 2005/04/09 14:42:18 dsd Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pavuk/pavuk-0.9.32.ebuild,v 1.4 2005/04/09 15:35:48 dsd Exp $
inherit eutils
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc x86"
-IUSE="ssl X gnome mozilla socks5 nls"
+IUSE="ssl X gnome mozilla nls"
DEPEND=">=sys-apps/sed-4
sys-devel/gettext
@@ -19,19 +19,18 @@ DEPEND=">=sys-apps/sed-4
ssl? ( dev-libs/openssl )
X? ( virtual/x11 )
gnome? ( gnome-base/gnome-libs )
- mozilla? ( www-client/mozilla )
- socks5? ( net-misc/tsocks )"
+ mozilla? ( www-client/mozilla )"
src_compile() {
econf \
--enable-threads \
--with-regex=auto \
--disable-gtk \
+ --disable-socks \
$(use_with X x) \
$(use_enable ssl) \
$(use_enable gnome) \
$(use_enable mozilla js) \
- $(use_enable socks5 socks) \
$(use_enable nls) \
|| die "econf failed"