]> Pileus Git - ~andy/sunrise/commitdiff
app-antivirus/ xfprot: app-antivirus/xfprot removed because fprot will be removed...
authorJustin Lecher <jlec@gentoo.org>
Tue, 9 Mar 2010 21:06:19 +0000 (21:06 +0000)
committerJustin Lecher <jlec@gentoo.org>
Tue, 9 Mar 2010 21:06:19 +0000 (21:06 +0000)
svn path=/sunrise/; revision=10263

app-antivirus/xfprot/ChangeLog [deleted file]
app-antivirus/xfprot/Manifest [deleted file]
app-antivirus/xfprot/metadata.xml [deleted file]
app-antivirus/xfprot/xfprot-1.20.ebuild [deleted file]

diff --git a/app-antivirus/xfprot/ChangeLog b/app-antivirus/xfprot/ChangeLog
deleted file mode 100644 (file)
index 07bc318..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# ChangeLog for app-antivirus/xfprot
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  25 May 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
-  quoting
-
-  21 May 2007; Ali Polatel (hawking) <polatel@gmail.com>
-  -xfprot-1.19.ebuild:
-  Remove old
-
-  21 May 2007; Jakub Moc <jakub@gentoo.org> +xfprot-1.20.ebuild:
-  Version bump
-
-  24 Mar 2007; Jakub Moc <jakub@gentoo.org> -xfprot-1.18.ebuild,
-  +xfprot-1.19.ebuild:
-  Version bump, nuke old
-
-  13 Feb 2007; Markus Ullmann <jokey@gentoo.org> -xfprot-1.17.ebuild:
-  Drop old
-
-  08 Feb 2007; Jakub Moc <jakub@gentoo.org> +xfprot-1.18.ebuild:
-  Version bump
-
-  12 Dec 2006; Jakub Moc <jakub@gentoo.org> -xfprot-1.16.ebuild,
-  +xfprot-1.17.ebuild:
-  Version bump, purge old.
-
-  02 Nov 2006; Markus Ullmann <jokey@gentoo.org> -xfprot-1.15.ebuild:
-  Drop old
-
-  30 Sep 2006; Jakub Moc <jakub@gentoo.org> +xfprot-1.16.ebuild:
-  Version bump
-
-  10 Jun 2006; Jakub Moc <jakub@gentoo.org> +xfprot-1.15.ebuild:
-  New ebuild. An improved version of an ebuild originally submitted by Marcelo
-  Goes in Bug 105405.
-
diff --git a/app-antivirus/xfprot/Manifest b/app-antivirus/xfprot/Manifest
deleted file mode 100644 (file)
index 2bf80bb..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST xfprot-1.20.tar.gz 111546 RMD160 7be2cfd6ea9733b1cc1c754737b59b21849deb38 SHA1 76ca9c75969122fef92f69f7f3e0be7a5bc3fa5c SHA256 82c548a0c9a20057e0fa6e484f3f448c2e300815d3b427069bbd62a532271c98
-EBUILD xfprot-1.20.ebuild 2068 RMD160 4dcce41de10c4cb745b3893d2fcc97b756816837 SHA1 f8c7177ed394c3df198991e9decfac9ecaef6978 SHA256 de95ae97bd2674578eb1ba15d3e3546eff62f2681d811ff0fe27e761c97727b0
-MISC ChangeLog 1090 RMD160 92a351f132907bd1735187f35f0926b7d37e9559 SHA1 653360f4ff07d6f8956f6675c133d07a5a287264 SHA256 8c4d32124d4abff9e17ac9c472e0b6d0e3f3ba8a181c0271e7034e04556c9355
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/app-antivirus/xfprot/metadata.xml b/app-antivirus/xfprot/metadata.xml
deleted file mode 100644 (file)
index 7e32869..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>
diff --git a/app-antivirus/xfprot/xfprot-1.20.ebuild b/app-antivirus/xfprot/xfprot-1.20.ebuild
deleted file mode 100644 (file)
index c196015..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-DESCRIPTION="A graphical frontend to the F-Prot Antivirus(TM) for Linux"
-HOMEPAGE="http://web.tiscali.it/sharp/xfprot/"
-SRC_URI="http://web.tiscali.it/sharp/xfprot/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-
-IUSE_LINGUAS="linguas_de linguas_en linguas_es linguas_fr linguas_it linguas_pl linguas_pt_BR"
-IUSE="${IUSE_LINGUAS} debug"
-
-DEPEND=">=x11-libs/gtk+-2.4
-       >=app-antivirus/f-prot-4.6.0-r2"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
-       einfo "Please, set your LINGUAS to exactly ONE of the supported values."
-       einfo "This application cannot support multiple languages at the same time (yet)."
-}
-
-src_compile() {
-       local myconf=
-       use linguas_de && myconf="${myconf} --with-lang=de_DE"
-       use linguas_en && myconf="${myconf} --with-lang=en_GB"
-       use linguas_es && myconf="${myconf} --with-lang=es_ES"
-       use linguas_fr && myconf="${myconf} --with-lang=fr_FR"
-       use linguas_it && myconf="${myconf} --with-lang=it_IT"
-       use linguas_pl && myconf="${myconf} --with-lang=pl_PL"
-       use linguas_pt_BR && myconf="${myconf} --with-lang=pt_BR"
-
-       if [[ -z ${myconf} ]] ; then
-               einfo "You didn't select any language, defaulting to English."
-               einfo "If you want something else, set LINGUAS accordingly."
-               epause 3
-               myconf="--with-lang=en_GB"
-       fi
-
-       # not using econf because script does not like --prefix=/usr
-       ./configure \
-       --autodetect \
-       --with-install-dir="${D}/usr" \
-       ${myconf} \
-       $(use_with debug) || die "configure failed"
-       emake || die "emake failed"
-}
-
-src_install() {
-       # install manually, make install produces stupid directory structure
-       newbin "${S}"/xfprot-gtk xfprot
-
-       # Install the icons
-       insinto /usr/share/pixmaps
-       newins icons/antivirus-32x32.png xfprot.png
-       for res in 32x32 48x48 64x64 128x128 ; do
-               insinto /usr/share/icons/hicolor/${res}/apps/
-               newins icons/antivirus-${res}.png xfprot.png
-       done
-       make_desktop_entry ${PN} "XFProt (F-Prot AV GUI)" ${PN}.png "Security;System;GTK"
-
-       dodoc Changelog README eicar.com.txt
-}