summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-02-24 22:13:12 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-02-24 22:13:12 +0000
commit5f5a8722939b1aabd27229db54378012d0f8bb95 (patch)
treed7e82648a6555caa697209f1b30956bff022eb31 /mail-filter
parentVersion bump. (diff)
downloadgentoo-2-5f5a8722939b1aabd27229db54378012d0f8bb95.tar.gz
gentoo-2-5f5a8722939b1aabd27229db54378012d0f8bb95.tar.bz2
gentoo-2-5f5a8722939b1aabd27229db54378012d0f8bb95.zip
Removed deprecated ebuilds.
(Portage version: 2.0.51.16)
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/spamprobe/ChangeLog6
-rw-r--r--mail-filter/spamprobe/files/digest-spamprobe-0.9h2
-rw-r--r--mail-filter/spamprobe/files/digest-spamprobe-1.01
-rw-r--r--mail-filter/spamprobe/spamprobe-0.9h.ebuild35
-rw-r--r--mail-filter/spamprobe/spamprobe-1.0.ebuild28
5 files changed, 5 insertions, 67 deletions
diff --git a/mail-filter/spamprobe/ChangeLog b/mail-filter/spamprobe/ChangeLog
index 16f05307d470..7e5feb33410e 100644
--- a/mail-filter/spamprobe/ChangeLog
+++ b/mail-filter/spamprobe/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/spamprobe
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamprobe/ChangeLog,v 1.8 2005/01/14 14:35:14 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamprobe/ChangeLog,v 1.9 2005/02/24 22:13:12 ticho Exp $
+
+ 24 Feb 2005; Andrej Kacian <ticho@gentoo.org> -spamprobe-0.9h.ebuild,
+ -spamprobe-1.0.ebuild:
+ Removed ebuilds for deprecated versions.
14 Jan 2005; Andrej Kacian <ticho@gentoo.org> spamprobe-1.0a.ebuild:
Stable on x86.
diff --git a/mail-filter/spamprobe/files/digest-spamprobe-0.9h b/mail-filter/spamprobe/files/digest-spamprobe-0.9h
deleted file mode 100644
index 5ac6aa118ee6..000000000000
--- a/mail-filter/spamprobe/files/digest-spamprobe-0.9h
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 3d36cd1811c860a64f371d318736e808 spamprobe-0.9h.tar.gz 161164
-MD5 e4e75a78e5f16593a559b3aec3b9c384 spamprobe-0.9h-db4.patch.gz 6666
diff --git a/mail-filter/spamprobe/files/digest-spamprobe-1.0 b/mail-filter/spamprobe/files/digest-spamprobe-1.0
deleted file mode 100644
index ee846ded1cc7..000000000000
--- a/mail-filter/spamprobe/files/digest-spamprobe-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b89ea078e9f46926d2ae7ba2e8dfbfea spamprobe-1.0.tar.gz 166156
diff --git a/mail-filter/spamprobe/spamprobe-0.9h.ebuild b/mail-filter/spamprobe/spamprobe-0.9h.ebuild
deleted file mode 100644
index d993ae72f85a..000000000000
--- a/mail-filter/spamprobe/spamprobe-0.9h.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamprobe/spamprobe-0.9h.ebuild,v 1.6 2005/01/14 14:35:14 ticho Exp $
-
-inherit eutils
-
-DESCRIPTION="Fast, intelligent, automatic spam detector using Paul Graham style Bayesian analysis of word counts in spam and non-spam emails."
-HOMEPAGE="http://spamprobe.sourceforge.net/"
-SRC_URI="mirror://sourceforge/spamprobe/${P}.tar.gz
- mirror://gentoo/spamprobe-0.9h-db4.patch.gz"
-
-LICENSE="QPL"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-
-IUSE="berkdb"
-DEPEND="berkdb? ( >=sys-libs/db-3.2 )
- sys-devel/autoconf"
-
-src_compile() {
- unpack ${A}
- cd ${S}
-
- # patch for db4 detection and their respective versioned symbols
- epatch ${WORKDIR}/spamprobe-0.9h-db4.patch || die
-
- autoconf || die "autoconf failed"
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- dodoc README.txt ChangeLog LICENSE.txt
- make DESTDIR=${D} install || die "make install failed"
-}
diff --git a/mail-filter/spamprobe/spamprobe-1.0.ebuild b/mail-filter/spamprobe/spamprobe-1.0.ebuild
deleted file mode 100644
index d2c7d6d62069..000000000000
--- a/mail-filter/spamprobe/spamprobe-1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamprobe/spamprobe-1.0.ebuild,v 1.3 2005/01/14 14:35:14 ticho Exp $
-
-DESCRIPTION="Fast, intelligent, automatic spam detector using Paul Graham style Bayesian analysis of word counts in spam and non-spam emails."
-HOMEPAGE="http://spamprobe.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="QPL"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-
-IUSE="berkdb"
-DEPEND="berkdb? ( >=sys-libs/db-3.2 )
- sys-devel/autoconf"
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- dodoc README.txt ChangeLog LICENSE.txt
- make DESTDIR=${D} install || die
-
- insinto /usr/share/${PN}/contrib
- doins contrib/*
-}