summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2004-11-20 14:59:22 +0000
committerAndrej Kacian <ticho@gentoo.org>2004-11-20 14:59:22 +0000
commit271ef0fc5f6b2a0fbcdb37a33e774114046024e5 (patch)
tree35025ba3e15f799816518d4700d8f43c0697660c /app-antivirus/f-prot
parentVersion bump. Closes #71762. (Manifest recommit) (diff)
downloadgentoo-2-271ef0fc5f6b2a0fbcdb37a33e774114046024e5.tar.gz
gentoo-2-271ef0fc5f6b2a0fbcdb37a33e774114046024e5.tar.bz2
gentoo-2-271ef0fc5f6b2a0fbcdb37a33e774114046024e5.zip
Removed all ebuilds except 4.4.8.
Diffstat (limited to 'app-antivirus/f-prot')
-rw-r--r--app-antivirus/f-prot/ChangeLog9
-rw-r--r--app-antivirus/f-prot/f-prot-4.2.1.ebuild42
-rw-r--r--app-antivirus/f-prot/f-prot-4.3.0.ebuild42
-rw-r--r--app-antivirus/f-prot/f-prot-4.3.1.ebuild42
-rw-r--r--app-antivirus/f-prot/f-prot-4.3.2.ebuild43
-rw-r--r--app-antivirus/f-prot/f-prot-4.4.1.ebuild43
-rw-r--r--app-antivirus/f-prot/f-prot-4.4.2.ebuild43
-rw-r--r--app-antivirus/f-prot/f-prot-4.4.6.ebuild43
-rw-r--r--app-antivirus/f-prot/f-prot-4.4.7.ebuild44
-rw-r--r--app-antivirus/f-prot/files/digest-f-prot-4.2.11
-rw-r--r--app-antivirus/f-prot/files/digest-f-prot-4.3.01
-rw-r--r--app-antivirus/f-prot/files/digest-f-prot-4.3.11
-rw-r--r--app-antivirus/f-prot/files/digest-f-prot-4.3.21
-rw-r--r--app-antivirus/f-prot/files/digest-f-prot-4.4.11
-rw-r--r--app-antivirus/f-prot/files/digest-f-prot-4.4.21
-rw-r--r--app-antivirus/f-prot/files/digest-f-prot-4.4.61
-rw-r--r--app-antivirus/f-prot/files/digest-f-prot-4.4.71
17 files changed, 8 insertions, 351 deletions
diff --git a/app-antivirus/f-prot/ChangeLog b/app-antivirus/f-prot/ChangeLog
index 6f2986b01e3f..fe97334f5b78 100644
--- a/app-antivirus/f-prot/ChangeLog
+++ b/app-antivirus/f-prot/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-antivirus/f-prot
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/ChangeLog,v 1.16 2004/11/20 14:51:35 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/ChangeLog,v 1.17 2004/11/20 14:59:22 ticho Exp $
+
+ 20 Nov 2004; Andrej Kacian <ticho@gentoo.org> -f-prot-4.2.1.ebuild,
+ -f-prot-4.3.0.ebuild, -f-prot-4.3.1.ebuild, -f-prot-4.3.2.ebuild,
+ -f-prot-4.4.1.ebuild, -f-prot-4.4.2.ebuild, -f-prot-4.4.6.ebuild,
+ -f-prot-4.4.7.ebuild:
+ Removed all ebuilds except 4.4.8, since they're no longer available from
+ upstream.
*f-prot-4.4.8 (20 Nov 2004)
diff --git a/app-antivirus/f-prot/f-prot-4.2.1.ebuild b/app-antivirus/f-prot/f-prot-4.2.1.ebuild
deleted file mode 100644
index 48f411660524..000000000000
--- a/app-antivirus/f-prot/f-prot-4.2.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.2.1.ebuild,v 1.4 2004/09/24 14:43:05 ticho Exp $
-
-IUSE=""
-
-MY_P="fp-linux-ws-${PV}"
-S=${WORKDIR}/${PN}
-
-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"
-DEPEND=""
-# unzip and perl are needed for the check-updates.pl script
-RDEPEND=">=app-arch/unzip-5.42-r1
- dev-lang/perl
- dev-perl/libwww-perl"
-PROVIDE="virtual/antivirus"
-
-SLOT="0"
-LICENSE="F-PROT"
-KEYWORDS="x86 -sparc -ppc"
-
-src_install ()
-{
- cd ${S}
-
- dobin f-prot.sh
-
- dodir /opt/f-prot /var/tmp/f-prot
- insinto /opt/f-prot
- insopts -m 755
- doins f-prot tools/check-updates.pl
- insopts -m 644
- doins *.DEF ENGLISH.TX0
-
- doman man_pages/*
- dodoc LICENSE* CHANGES INSTALL* README
- dohtml doc_ws/*
-
- dosed "s:/usr/local/f-prot:/opt/f-prot:g" /usr/bin/f-prot.sh /opt/f-prot/check-updates.pl
-}
diff --git a/app-antivirus/f-prot/f-prot-4.3.0.ebuild b/app-antivirus/f-prot/f-prot-4.3.0.ebuild
deleted file mode 100644
index f79f7ccf8d90..000000000000
--- a/app-antivirus/f-prot/f-prot-4.3.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.3.0.ebuild,v 1.4 2004/09/24 14:43:05 ticho Exp $
-
-IUSE=""
-
-MY_P="fp-linux-ws-${PV}"
-S=${WORKDIR}/${PN}
-
-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"
-DEPEND=""
-# unzip and perl are needed for the check-updates.pl script
-RDEPEND=">=app-arch/unzip-5.42-r1
- dev-lang/perl
- dev-perl/libwww-perl"
-PROVIDE="virtual/antivirus"
-
-SLOT="0"
-LICENSE="F-PROT"
-KEYWORDS="~x86 -sparc -ppc"
-
-src_install ()
-{
- cd ${S}
-
- dobin f-prot.sh
-
- dodir /opt/f-prot /var/tmp/f-prot
- insinto /opt/f-prot
- insopts -m 755
- doins f-prot tools/check-updates.pl
- insopts -m 644
- doins *.DEF ENGLISH.TX0
-
- doman man_pages/*
- dodoc LICENSE* CHANGES INSTALL* README
- dohtml doc_ws/*
-
- dosed "s:/usr/local/f-prot:/opt/f-prot:g" /usr/bin/f-prot.sh /opt/f-prot/check-updates.pl
-}
diff --git a/app-antivirus/f-prot/f-prot-4.3.1.ebuild b/app-antivirus/f-prot/f-prot-4.3.1.ebuild
deleted file mode 100644
index 4026c4cec661..000000000000
--- a/app-antivirus/f-prot/f-prot-4.3.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.3.1.ebuild,v 1.4 2004/09/24 14:43:05 ticho Exp $
-
-IUSE=""
-
-MY_P="fp-linux-ws-${PV}"
-S=${WORKDIR}/${PN}
-
-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"
-DEPEND=""
-# unzip and perl are needed for the check-updates.pl script
-RDEPEND=">=app-arch/unzip-5.42-r1
- dev-lang/perl
- dev-perl/libwww-perl"
-PROVIDE="virtual/antivirus"
-
-SLOT="0"
-LICENSE="F-PROT"
-KEYWORDS="x86 -sparc -ppc"
-
-src_install ()
-{
- cd ${S}
-
- dobin f-prot.sh
-
- dodir /opt/f-prot /var/tmp/f-prot
- insinto /opt/f-prot
- insopts -m 755
- doins f-prot tools/check-updates.pl
- insopts -m 644
- doins *.DEF ENGLISH.TX0
-
- doman man_pages/*
- dodoc LICENSE* CHANGES INSTALL* README
- dohtml doc_ws/*
-
- dosed "s:/usr/local/f-prot:/opt/f-prot:g" /usr/bin/f-prot.sh /opt/f-prot/check-updates.pl
-}
diff --git a/app-antivirus/f-prot/f-prot-4.3.2.ebuild b/app-antivirus/f-prot/f-prot-4.3.2.ebuild
deleted file mode 100644
index ce91d7bc89c6..000000000000
--- a/app-antivirus/f-prot/f-prot-4.3.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.3.2.ebuild,v 1.5 2004/09/24 14:43:05 ticho Exp $
-
-IUSE=""
-
-MY_P="fp-linux-ws-${PV}"
-S=${WORKDIR}/${PN}
-
-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"
-DEPEND=""
-# unzip and perl are needed for the check-updates.pl script
-RDEPEND=">=app-arch/unzip-5.42-r1
- dev-lang/perl
- dev-perl/libwww-perl
- amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )"
-PROVIDE="virtual/antivirus"
-
-SLOT="0"
-LICENSE="F-PROT"
-KEYWORDS="~x86 -sparc amd64 -ppc"
-
-src_install ()
-{
- cd ${S}
-
- dobin f-prot.sh
-
- dodir /opt/f-prot /var/tmp/f-prot
- insinto /opt/f-prot
- insopts -m 755
- doins f-prot tools/check-updates.pl
- insopts -m 644
- doins *.DEF ENGLISH.TX0
-
- doman man_pages/*
- dodoc LICENSE* CHANGES INSTALL* README
- dohtml doc_ws/*
-
- dosed "s:/usr/local/f-prot:/opt/f-prot:g" /usr/bin/f-prot.sh /opt/f-prot/check-updates.pl
-}
diff --git a/app-antivirus/f-prot/f-prot-4.4.1.ebuild b/app-antivirus/f-prot/f-prot-4.4.1.ebuild
deleted file mode 100644
index 8be7dd90f940..000000000000
--- a/app-antivirus/f-prot/f-prot-4.4.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.4.1.ebuild,v 1.5 2004/09/24 14:43:05 ticho Exp $
-
-IUSE=""
-
-MY_P="fp-linux-ws-${PV}"
-S=${WORKDIR}/${PN}
-
-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"
-DEPEND=""
-# unzip and perl are needed for the check-updates.pl script
-RDEPEND=">=app-arch/unzip-5.42-r1
- dev-lang/perl
- dev-perl/libwww-perl
- amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )"
-PROVIDE="virtual/antivirus"
-
-SLOT="0"
-LICENSE="F-PROT"
-KEYWORDS="~x86 -ppc -sparc amd64"
-
-src_install ()
-{
- cd ${S}
-
- dobin f-prot.sh
-
- dodir /opt/f-prot /var/tmp/f-prot
- insinto /opt/f-prot
- insopts -m 755
- doins f-prot tools/check-updates.pl
- insopts -m 644
- doins *.DEF ENGLISH.TX0
-
- doman man_pages/*
- dodoc LICENSE* CHANGES INSTALL* README
- dohtml doc_ws/*
-
- dosed "s:/usr/local/f-prot:/opt/f-prot:g" /usr/bin/f-prot.sh /opt/f-prot/check-updates.pl
-}
diff --git a/app-antivirus/f-prot/f-prot-4.4.2.ebuild b/app-antivirus/f-prot/f-prot-4.4.2.ebuild
deleted file mode 100644
index b554ccef9310..000000000000
--- a/app-antivirus/f-prot/f-prot-4.4.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.4.2.ebuild,v 1.5 2004/09/25 17:34:01 ticho Exp $
-
-IUSE=""
-
-MY_P="fp-linux-ws-${PV}"
-S=${WORKDIR}/${PN}
-
-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"
-DEPEND=""
-# unzip and perl are needed for the check-updates.pl script
-RDEPEND=">=app-arch/unzip-5.42-r1
- dev-lang/perl
- dev-perl/libwww-perl
- amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )"
-PROVIDE="virtual/antivirus"
-
-SLOT="0"
-LICENSE="F-PROT"
-KEYWORDS="x86 -ppc -sparc amd64"
-
-src_install ()
-{
- cd ${S}
-
- dobin f-prot.sh
-
- dodir /opt/f-prot /var/tmp/f-prot
- insinto /opt/f-prot
- insopts -m 755
- doins f-prot tools/check-updates.pl
- insopts -m 644
- doins *.DEF ENGLISH.TX0
-
- doman man_pages/*
- dodoc LICENSE* CHANGES README
- dohtml doc_ws/*
-
- dosed "s:/usr/local/f-prot:/opt/f-prot:g" /usr/bin/f-prot.sh /opt/f-prot/check-updates.pl
-}
diff --git a/app-antivirus/f-prot/f-prot-4.4.6.ebuild b/app-antivirus/f-prot/f-prot-4.4.6.ebuild
deleted file mode 100644
index d86403fd8303..000000000000
--- a/app-antivirus/f-prot/f-prot-4.4.6.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.4.6.ebuild,v 1.1 2004/09/25 00:41:48 ticho Exp $
-
-IUSE=""
-
-MY_P="fp-linux-ws-${PV}"
-S=${WORKDIR}/${PN}
-
-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"
-DEPEND=""
-# unzip and perl are needed for the check-updates.pl script
-RDEPEND=">=app-arch/unzip-5.42-r1
- dev-lang/perl
- dev-perl/libwww-perl
- amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )"
-PROVIDE="virtual/antivirus"
-
-SLOT="0"
-LICENSE="F-PROT"
-KEYWORDS="~x86 -ppc -sparc ~amd64"
-
-src_install ()
-{
- cd ${S}
-
- dobin f-prot.sh
-
- dodir /opt/f-prot /var/tmp/f-prot
- insinto /opt/f-prot
- insopts -m 755
- doins f-prot tools/check-updates.pl
- insopts -m 644
- doins *.DEF ENGLISH.TX0
-
- doman man_pages/*
- dodoc LICENSE* CHANGES README
- dohtml doc_ws/*
-
- dosed "s:/usr/local/f-prot:/opt/f-prot:g" /usr/bin/f-prot.sh /opt/f-prot/check-updates.pl
-}
diff --git a/app-antivirus/f-prot/f-prot-4.4.7.ebuild b/app-antivirus/f-prot/f-prot-4.4.7.ebuild
deleted file mode 100644
index 752e3a6bf713..000000000000
--- a/app-antivirus/f-prot/f-prot-4.4.7.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.4.7.ebuild,v 1.4 2004/11/12 14:27:15 ticho Exp $
-
-IUSE=""
-
-MY_P="fp-linux-ws-${PV}"
-S=${WORKDIR}/${PN}
-
-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"
-DEPEND=""
-# unzip and perl are needed for the check-updates.pl script
-RDEPEND=">=app-arch/unzip-5.42-r1
- dev-lang/perl
- dev-perl/libwww-perl
- amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0 )"
-PROVIDE="virtual/antivirus"
-RESTRICT="nomirror"
-
-SLOT="0"
-LICENSE="F-PROT"
-KEYWORDS="x86 -ppc -sparc amd64"
-
-src_install ()
-{
- cd ${S}
-
- dobin f-prot.sh
-
- dodir /opt/f-prot /var/tmp/f-prot
- insinto /opt/f-prot
- insopts -m 755
- doins f-prot tools/check-updates.pl
- insopts -m 644
- doins *.DEF ENGLISH.TX0
-
- doman man_pages/*
- dodoc LICENSE* CHANGES README
- dohtml doc_ws/*
-
- dosed "s:/usr/local/f-prot:/opt/f-prot:g" /usr/bin/f-prot.sh /opt/f-prot/check-updates.pl
-}
diff --git a/app-antivirus/f-prot/files/digest-f-prot-4.2.1 b/app-antivirus/f-prot/files/digest-f-prot-4.2.1
deleted file mode 100644
index dee76aad550a..000000000000
--- a/app-antivirus/f-prot/files/digest-f-prot-4.2.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cca2ae23bb982c94fce5bfd308081924 fp-linux-ws-4.2.1.tar.gz 2175025
diff --git a/app-antivirus/f-prot/files/digest-f-prot-4.3.0 b/app-antivirus/f-prot/files/digest-f-prot-4.3.0
deleted file mode 100644
index f8fa99a290a7..000000000000
--- a/app-antivirus/f-prot/files/digest-f-prot-4.3.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0a94a3841dc6b0acdda29039aca480e0 fp-linux-ws-4.3.0.tar.gz 2197545
diff --git a/app-antivirus/f-prot/files/digest-f-prot-4.3.1 b/app-antivirus/f-prot/files/digest-f-prot-4.3.1
deleted file mode 100644
index fb1be7646841..000000000000
--- a/app-antivirus/f-prot/files/digest-f-prot-4.3.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ec7ffb4c0bb362dff53573201e58905e fp-linux-ws-4.3.1.tar.gz 2230384
diff --git a/app-antivirus/f-prot/files/digest-f-prot-4.3.2 b/app-antivirus/f-prot/files/digest-f-prot-4.3.2
deleted file mode 100644
index 808449b0f6cd..000000000000
--- a/app-antivirus/f-prot/files/digest-f-prot-4.3.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8a23ab307ec0feb57465b34becf88d1b fp-linux-ws-4.3.2.tar.gz 2293555
diff --git a/app-antivirus/f-prot/files/digest-f-prot-4.4.1 b/app-antivirus/f-prot/files/digest-f-prot-4.4.1
deleted file mode 100644
index 9aa9d00d59e6..000000000000
--- a/app-antivirus/f-prot/files/digest-f-prot-4.4.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c92cbf109dd53398fc5d2ed0eee4d414 fp-linux-ws-4.4.1.tar.gz 2447022
diff --git a/app-antivirus/f-prot/files/digest-f-prot-4.4.2 b/app-antivirus/f-prot/files/digest-f-prot-4.4.2
deleted file mode 100644
index 495ccdf70702..000000000000
--- a/app-antivirus/f-prot/files/digest-f-prot-4.4.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bbfc0c40eba248a48031582c1e6edb90 fp-linux-ws-4.4.2.tar.gz 2481246
diff --git a/app-antivirus/f-prot/files/digest-f-prot-4.4.6 b/app-antivirus/f-prot/files/digest-f-prot-4.4.6
deleted file mode 100644
index 88e88ebc4534..000000000000
--- a/app-antivirus/f-prot/files/digest-f-prot-4.4.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2178eda9f5afba47819977d354e657d2 fp-linux-ws-4.4.6.tar.gz 2673401
diff --git a/app-antivirus/f-prot/files/digest-f-prot-4.4.7 b/app-antivirus/f-prot/files/digest-f-prot-4.4.7
deleted file mode 100644
index 0d9a31818fcc..000000000000
--- a/app-antivirus/f-prot/files/digest-f-prot-4.4.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e1871c0c0c8481f121fdbc1adbd2ce2b fp-linux-ws-4.4.7.tar.gz 2744938