summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2005-04-09 21:06:40 +0000
committerDaniel Drake <dsd@gentoo.org>2005-04-09 21:06:40 +0000
commitc2ead38f05acec74612a9a2600462443bea96135 (patch)
treed7dddac2fc3056f7bb0663b8ca16e5a4769b9d9a /net-misc/pavuk
parentminimize memory usage (diff)
downloadgentoo-2-c2ead38f05acec74612a9a2600462443bea96135.tar.gz
gentoo-2-c2ead38f05acec74612a9a2600462443bea96135.tar.bz2
gentoo-2-c2ead38f05acec74612a9a2600462443bea96135.zip
Remove insecure version
Diffstat (limited to 'net-misc/pavuk')
-rw-r--r--net-misc/pavuk/files/digest-pavuk-0.9.311
-rw-r--r--net-misc/pavuk/pavuk-0.9.31.ebuild55
2 files changed, 0 insertions, 56 deletions
diff --git a/net-misc/pavuk/files/digest-pavuk-0.9.31 b/net-misc/pavuk/files/digest-pavuk-0.9.31
deleted file mode 100644
index 58a921fdbc11..000000000000
--- a/net-misc/pavuk/files/digest-pavuk-0.9.31
+++ /dev/null
@@ -1 +0,0 @@
-MD5 26e5fb3328de588f92d78c2a57d228b5 pavuk-0.9.31.tar.bz2 639592
diff --git a/net-misc/pavuk/pavuk-0.9.31.ebuild b/net-misc/pavuk/pavuk-0.9.31.ebuild
deleted file mode 100644
index 4a6473a0f806..000000000000
--- a/net-misc/pavuk/pavuk-0.9.31.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# 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.31.ebuild,v 1.6 2005/03/23 16:18:53 seemant Exp $
-
-inherit eutils
-
-DESCRIPTION="Web spider and website mirroring tool"
-HOMEPAGE="http://www.pavuk.org/"
-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"
-
-DEPEND=">=sys-apps/sed-4
- sys-devel/gettext
- sys-libs/zlib
- ssl? ( dev-libs/openssl )
- X? ( virtual/x11 )
- gnome? ( gnome-base/gnome-libs )
- mozilla? ( www-client/mozilla )
- socks5? ( net-misc/tsocks )"
-
-src_compile() {
- econf \
- --enable-threads \
- --with-regex=auto \
- --disable-gtk \
- $(use_with X x) \
- $(use_enable ssl) \
- $(use_enable gnome) \
- $(use_enable mozilla js) \
- $(use_enable socks5 socks) \
- $(use_enable nls) \
- || die "econf failed"
-
- emake || die
-}
-
-src_install() {
- # fix sandbox violation for gnome .desktop and icon, and gnome menu entry
- if use gnome
- then
- sed -i 's:GNOME_PREFIX = /usr:GNOME_PREFIX = ${D}usr:' Makefile
- sed -i 's:GNOME_PREFIX = /usr:GNOME_PREFIX = ${D}usr:' icons/Makefile
- sed -i 's:Type=Internet:Type=Application:' pavuk.desktop
- fi
-
- einstall || die
-
- dodoc README CREDITS FAQ NEWS AUTHORS BUGS \
- TODO MAILINGLIST ChangeLog wget-pavuk.HOWTO jsbind.txt \
- pavuk_authinfo.sample pavukrc.sample
-}