summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-04-24 10:42:31 +0000
committerMike Frysinger <vapier@gentoo.org>2003-04-24 10:42:31 +0000
commite149476ea3f57c6dd9898ec2eeda334dc8bf9073 (patch)
treece8b6e07f48ada7804037be229299c471c380895 /net-mail/f-prot
parentfix PROVIDES #19716 (diff)
downloadgentoo-2-e149476ea3f57c6dd9898ec2eeda334dc8bf9073.tar.gz
gentoo-2-e149476ea3f57c6dd9898ec2eeda334dc8bf9073.tar.bz2
gentoo-2-e149476ea3f57c6dd9898ec2eeda334dc8bf9073.zip
old
Diffstat (limited to 'net-mail/f-prot')
-rw-r--r--net-mail/f-prot/f-prot-3.12a.ebuild41
-rw-r--r--net-mail/f-prot/f-prot-3.12b.ebuild45
-rw-r--r--net-mail/f-prot/files/digest-f-prot-3.12a1
-rw-r--r--net-mail/f-prot/files/digest-f-prot-3.12b1
-rw-r--r--net-mail/f-prot/files/f-prot-3.12b.diff22
-rw-r--r--net-mail/f-prot/files/install-path.diff24
6 files changed, 0 insertions, 134 deletions
diff --git a/net-mail/f-prot/f-prot-3.12a.ebuild b/net-mail/f-prot/f-prot-3.12a.ebuild
deleted file mode 100644
index 5e190c4f8aa6..000000000000
--- a/net-mail/f-prot/f-prot-3.12a.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/f-prot/f-prot-3.12a.ebuild,v 1.6 2003/02/13 14:29:53 vapier Exp $
-
-MY_P=${PN}_${PV}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Frisk Software's f-prot virus scanner"
-HOMEPAGE="http://www.f-prot.com/"
-SRC_URI="ftp://ftp.f-prot.com/pub/${MY_P}.tar.gz"
-
-# unzip and wget are needed for the check-updates.sh script
-RDEPEND=">=app-arch/unzip-5.42-r1
- >=net-misc/wget-1.8.2"
-
-SLOT="0"
-LICENSE="F-PROT"
-KEYWORDS="x86 sparc"
-
-src_unpack () {
-
- unpack ${A}
- cd ${WORKDIR}
- patch -p0 < ${FILESDIR}/install-path.diff
-
-}
-
-src_compile () {
- echo "Nothing to compile."
-}
-
-src_install () {
- doman f-prot.8
- dodoc LICENSE CHANGES INSTALL README
-
- dodir /opt/f-prot /opt/f-prot/tmp
- insinto /opt/f-prot
- insopts -m 755
- doins f-prot f-prot.sh check-updates.sh checksum
- insopts -m 644
- doins *.DEF ENGLISH.TX0
-}
diff --git a/net-mail/f-prot/f-prot-3.12b.ebuild b/net-mail/f-prot/f-prot-3.12b.ebuild
deleted file mode 100644
index 9e0dcd5c8952..000000000000
--- a/net-mail/f-prot/f-prot-3.12b.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/f-prot/f-prot-3.12b.ebuild,v 1.4 2003/02/13 14:29:59 vapier Exp $
-
-MY_P=fp-linux-sb-${PV}
-S=${WORKDIR}/f-prot
-
-DESCRIPTION="Frisk Software's f-prot virus scanner"
-HOMEPAGE="http://www.f-prot.com/"
-SRC_URI="ftp://ftp.f-prot.com/pub/linux/${MY_P}.tar.gz"
-
-# unzip and wget are needed for the check-updates.sh script
-DEPEND="virtual/glibc"
-RDEPEND=">=app-arch/unzip-5.42-r1
- >=net-misc/wget-1.8.2"
-
-SLOT="0"
-LICENSE="F-PROT"
-KEYWORDS="x86 sparc"
-
-IUSE=""
-
-src_unpack () {
-
- unpack ${A}
- cd ${WORKDIR}
- patch -p0 < ${FILESDIR}/${PN}-${PV}.diff
-
-}
-
-src_compile () {
- echo "Nothing to compile."
-}
-
-src_install () {
- doman man8/f-prot.8 man8/check-updates.sh.8
- dodoc LICENSE CHANGES INSTALL.smallbusiness README
-
- dodir /opt/f-prot /opt/f-prot/tmp
- insinto /opt/f-prot
- insopts -m 755
- doins f-prot f-prot.sh check-updates.sh checksum
- insopts -m 644
- doins *.DEF ENGLISH.TX0
-}
diff --git a/net-mail/f-prot/files/digest-f-prot-3.12a b/net-mail/f-prot/files/digest-f-prot-3.12a
deleted file mode 100644
index c8932d5b243d..000000000000
--- a/net-mail/f-prot/files/digest-f-prot-3.12a
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cfbf0f5c7712a60f4b2d54dc568dd882 f-prot_3.12a.tar.gz 1592558
diff --git a/net-mail/f-prot/files/digest-f-prot-3.12b b/net-mail/f-prot/files/digest-f-prot-3.12b
deleted file mode 100644
index 2891477042eb..000000000000
--- a/net-mail/f-prot/files/digest-f-prot-3.12b
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8afb29fd57199d7d77cfa870b3b0d949 fp-linux-sb-3.12b.tar.gz 1859608
diff --git a/net-mail/f-prot/files/f-prot-3.12b.diff b/net-mail/f-prot/files/f-prot-3.12b.diff
deleted file mode 100644
index 149cc1e281bd..000000000000
--- a/net-mail/f-prot/files/f-prot-3.12b.diff
+++ /dev/null
@@ -1,22 +0,0 @@
---- f-prot/check-updates.sh.org 2002-11-16 21:11:48.000000000 +0100
-+++ f-prot/check-updates.sh 2002-11-16 21:12:19.000000000 +0100
-@@ -38,9 +38,9 @@
- PARAMETERS=$@
- CRON=0
- QUIET=0
--TEMPDIR="/var/tmp/f-prot/"
-+TEMPDIR="/opt/f-prot/tmp/"
- DOWNLOADSIGN=0
--DEFDIR="/usr/local/f-prot/"
-+DEFDIR="/opt/f-prot/"
- SERVER=""
- FALLBACKSERVER="http://updates.f-prot.com/files/"
- FPROTDIR=$DEFDIR
---- f-prot/f-prot.sh.org 2002-11-16 21:11:54.000000000 +0100
-+++ f-prot/f-prot.sh 2002-11-16 21:12:01.000000000 +0100
-@@ -2,4 +2,4 @@
- #
- # This is a shell script to invoke the F-Prot OnDemand Scanner for Linux.
- #
--exec /usr/local/f-prot/f-prot ${@+"$@"}
-+exec /opt/f-prot/f-prot ${@+"$@"}
diff --git a/net-mail/f-prot/files/install-path.diff b/net-mail/f-prot/files/install-path.diff
deleted file mode 100644
index 6023277884ff..000000000000
--- a/net-mail/f-prot/files/install-path.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -urN f-prot_3.12a/check-updates.sh f-prot_3.12a-modified/check-updates.sh
---- f-prot_3.12a/check-updates.sh 2002-06-05 11:19:46.000000000 -0500
-+++ f-prot_3.12a-modified/check-updates.sh 2002-11-01 17:45:43.000000000 -0600
-@@ -25,9 +25,9 @@
- PARAMETERS=$@
- CRON=0
- QUIET=0
--TEMPDIR="/usr/local/f-prot/tmp/"
-+TEMPDIR="/opt/f-prot/tmp/"
- DOWNLOADSIGN=0
--DEFDIR="/usr/local/f-prot/"
-+DEFDIR="/opt/f-prot/"
- SERVER=""
- FALLBACKSERVER="http://updates.f-prot.com/files/"
- FPROTDIR=$DEFDIR
-diff -urN f-prot_3.12a/f-prot.sh f-prot_3.12a-modified/f-prot.sh
---- f-prot_3.12a/f-prot.sh 2002-06-05 11:19:46.000000000 -0500
-+++ f-prot_3.12a-modified/f-prot.sh 2002-11-01 17:46:24.000000000 -0600
-@@ -2,4 +2,4 @@
- #
- # This is a shell script to invoke the F-Prot OnDemand Scanner for Linux.
- #
--exec /usr/local/f-prot/f-prot ${@+"$@"}
-+exec /opt/f-prot/f-prot ${@+"$@"}