summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-10-05 18:22:52 +0000
committerAchim Gottinger <achim@gentoo.org>2000-10-05 18:22:52 +0000
commitea69e5afdd15784504bae9788964c88a5a968579 (patch)
tree2461886e3be33060c4bd018cd9c136041aa0b648 /net-misc/snarf
parent*** empty log message *** (diff)
downloadhistorical-ea69e5afdd15784504bae9788964c88a5a968579.tar.gz
historical-ea69e5afdd15784504bae9788964c88a5a968579.tar.bz2
historical-ea69e5afdd15784504bae9788964c88a5a968579.zip
*** empty log message ***
Diffstat (limited to 'net-misc/snarf')
-rw-r--r--net-misc/snarf/files/digest-snarf-2.0.9-r11
-rw-r--r--net-misc/snarf/snarf-2.0.9-r1.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/net-misc/snarf/files/digest-snarf-2.0.9-r1 b/net-misc/snarf/files/digest-snarf-2.0.9-r1
deleted file mode 100644
index eea4197b031d..000000000000
--- a/net-misc/snarf/files/digest-snarf-2.0.9-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a57813f477fcc4c0dc5bd2c5e3c38f33 snarf-2.0.9.tar.gz
diff --git a/net-misc/snarf/snarf-2.0.9-r1.ebuild b/net-misc/snarf/snarf-2.0.9-r1.ebuild
deleted file mode 100644
index 6abe814286f7..000000000000
--- a/net-misc/snarf/snarf-2.0.9-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-misc/snarf/snarf-2.0.9-r1.ebuild,v 1.3 2000/09/15 20:09:13 drobbins Exp $
-
-P=snarf-2.0.9
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A full featured small web-spider"
-SRC_URI="http://www.xach.com/snarf/"${A}
-HOMEPAGE="http://www.xach.com/snarf/"
-
-src_compile() {
- cd ${S}
- try ./configure --host=${CHOST} --prefix=/usr
- try make
-}
-
-src_install() {
- cd ${S}
- into /usr
- dobin snarf
- doman snarf.1
- dodoc COPYING ChangeLog README TODO
-}
-
-
-