summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-03-27 12:41:37 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-03-27 12:41:37 +0000
commit7af5adf5676815ea24a7d29c0ef8a1f43d3f380e (patch)
tree9a75a96f7b04b94eee9fa048d3b18d58cfbc185e /net-misc
parentold (diff)
downloadgentoo-2-7af5adf5676815ea24a7d29c0ef8a1f43d3f380e.tar.gz
gentoo-2-7af5adf5676815ea24a7d29c0ef8a1f43d3f380e.tar.bz2
gentoo-2-7af5adf5676815ea24a7d29c0ef8a1f43d3f380e.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/snarf/snarf-7.0-r2.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-misc/snarf/snarf-7.0-r2.ebuild b/net-misc/snarf/snarf-7.0-r2.ebuild
deleted file mode 100644
index 038489661fcd..000000000000
--- a/net-misc/snarf/snarf-7.0-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/snarf/snarf-7.0-r2.ebuild,v 1.16 2007/02/10 02:54:29 beandog Exp $
-
-inherit eutils
-
-IUSE=""
-DESCRIPTION="Small and fast command line resource grabber with support for http, gopher, finger, and ftp protocols."
-SRC_URI="http://www.xach.com/snarf/${P}.tar.gz"
-HOMEPAGE="http://www.xach.com/snarf/"
-KEYWORDS="alpha amd64 ppc sparc x86"
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND="virtual/libc"
-
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/snarf-basename-patch.diff
- epatch ${FILESDIR}/snarf-unlink-empty.diff
-}
-
-src_install() {
- dobin snarf
- doman snarf.1
- dodoc COPYING ChangeLog README TODO
-}
-
-pkg_postinst() {
- einfo 'To use snarf with portage, try these settings in your make.conf'
- einfo
- einfo ' FETCHCOMMAND="/usr/bin/snarf -b \${URI} \${DISTDIR}/\${FILE}"'
- einfo ' RESUMECOMMAND="/usr/bin/snarf -rb \${URI} \${DISTDIR}/\${FILE}"'
-}