summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2006-03-18 19:27:46 +0000
committerAndrej Kacian <ticho@gentoo.org>2006-03-18 19:27:46 +0000
commit28c8b2cef50f90bc761fd817692853911a2e3584 (patch)
tree8b97649d193f6bdf086ab76e1b1252c39fb9ed22
parentVersion bump for 2.14, dropping 2.13.x (diff)
downloadgentoo-2-28c8b2cef50f90bc761fd817692853911a2e3584.tar.gz
gentoo-2-28c8b2cef50f90bc761fd817692853911a2e3584.tar.bz2
gentoo-2-28c8b2cef50f90bc761fd817692853911a2e3584.zip
1.4a stable on x86. Pruned obsolete ebuilds.
(Portage version: 2.1_pre6-r3)
-rw-r--r--mail-filter/spamprobe/ChangeLog7
-rw-r--r--mail-filter/spamprobe/files/digest-spamprobe-1.0a1
-rw-r--r--mail-filter/spamprobe/files/digest-spamprobe-1.21
-rw-r--r--mail-filter/spamprobe/files/digest-spamprobe-1.2a1
-rw-r--r--mail-filter/spamprobe/files/digest-spamprobe-1.41
-rw-r--r--mail-filter/spamprobe/spamprobe-1.0a.ebuild28
-rw-r--r--mail-filter/spamprobe/spamprobe-1.2.ebuild28
-rw-r--r--mail-filter/spamprobe/spamprobe-1.2a.ebuild28
-rw-r--r--mail-filter/spamprobe/spamprobe-1.4.ebuild28
-rw-r--r--mail-filter/spamprobe/spamprobe-1.4a.ebuild4
10 files changed, 8 insertions, 119 deletions
diff --git a/mail-filter/spamprobe/ChangeLog b/mail-filter/spamprobe/ChangeLog
index c7c3119388cd..0153a7b68644 100644
--- a/mail-filter/spamprobe/ChangeLog
+++ b/mail-filter/spamprobe/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for mail-filter/spamprobe
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamprobe/ChangeLog,v 1.16 2006/03/16 06:01:28 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamprobe/ChangeLog,v 1.17 2006/03/18 19:27:46 ticho Exp $
+
+ 18 Mar 2006; <ticho@gentoo.org> -spamprobe-1.0a.ebuild,
+ -spamprobe-1.2.ebuild, -spamprobe-1.2a.ebuild, -spamprobe-1.4.ebuild,
+ spamprobe-1.4a.ebuild:
+ 1.4a stable on x86. Pruned obsolete ebuilds.
16 Mar 2006; Mark Loeser <halcy0n@gentoo.org>
+files/spamprobe-1.4b-gcc41.patch, spamprobe-1.4b.ebuild:
diff --git a/mail-filter/spamprobe/files/digest-spamprobe-1.0a b/mail-filter/spamprobe/files/digest-spamprobe-1.0a
deleted file mode 100644
index f3d19160655d..000000000000
--- a/mail-filter/spamprobe/files/digest-spamprobe-1.0a
+++ /dev/null
@@ -1 +0,0 @@
-MD5 54d34264a0a625b065ddd3f3827d74c5 spamprobe-1.0a.tar.gz 165747
diff --git a/mail-filter/spamprobe/files/digest-spamprobe-1.2 b/mail-filter/spamprobe/files/digest-spamprobe-1.2
deleted file mode 100644
index f92689722ae9..000000000000
--- a/mail-filter/spamprobe/files/digest-spamprobe-1.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 daec4d835b254402781dcf511271f42b spamprobe-1.2.tar.gz 189188
diff --git a/mail-filter/spamprobe/files/digest-spamprobe-1.2a b/mail-filter/spamprobe/files/digest-spamprobe-1.2a
deleted file mode 100644
index 0c73644ff4f9..000000000000
--- a/mail-filter/spamprobe/files/digest-spamprobe-1.2a
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f42b36d8056841bb132bb5c8857896c1 spamprobe-1.2a.tar.gz 189240
diff --git a/mail-filter/spamprobe/files/digest-spamprobe-1.4 b/mail-filter/spamprobe/files/digest-spamprobe-1.4
deleted file mode 100644
index 934a01633206..000000000000
--- a/mail-filter/spamprobe/files/digest-spamprobe-1.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a108dd7bcc820cce183e9983441b546f spamprobe-1.4.tar.gz 251798
diff --git a/mail-filter/spamprobe/spamprobe-1.0a.ebuild b/mail-filter/spamprobe/spamprobe-1.0a.ebuild
deleted file mode 100644
index 1a6d6fa223f6..000000000000
--- a/mail-filter/spamprobe/spamprobe-1.0a.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.0a.ebuild,v 1.2 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/*
-}
diff --git a/mail-filter/spamprobe/spamprobe-1.2.ebuild b/mail-filter/spamprobe/spamprobe-1.2.ebuild
deleted file mode 100644
index c33816a30891..000000000000
--- a/mail-filter/spamprobe/spamprobe-1.2.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.2.ebuild,v 1.2 2005/08/24 11:43:38 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="~ppc x86"
-
-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/*
-}
diff --git a/mail-filter/spamprobe/spamprobe-1.2a.ebuild b/mail-filter/spamprobe/spamprobe-1.2a.ebuild
deleted file mode 100644
index 65ec6c83a6cd..000000000000
--- a/mail-filter/spamprobe/spamprobe-1.2a.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.2a.ebuild,v 1.2 2005/08/24 11:43:38 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="~ppc x86"
-
-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/*
-}
diff --git a/mail-filter/spamprobe/spamprobe-1.4.ebuild b/mail-filter/spamprobe/spamprobe-1.4.ebuild
deleted file mode 100644
index 7cb50be6bf37..000000000000
--- a/mail-filter/spamprobe/spamprobe-1.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamprobe/spamprobe-1.4.ebuild,v 1.1 2006/01/10 09:46:28 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="~ppc ~x86"
-
-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/*
-}
diff --git a/mail-filter/spamprobe/spamprobe-1.4a.ebuild b/mail-filter/spamprobe/spamprobe-1.4a.ebuild
index 80f6f74c5b9a..e4bd58308743 100644
--- a/mail-filter/spamprobe/spamprobe-1.4a.ebuild
+++ b/mail-filter/spamprobe/spamprobe-1.4a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamprobe/spamprobe-1.4a.ebuild,v 1.1 2006/01/31 00:35:06 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamprobe/spamprobe-1.4a.ebuild,v 1.2 2006/03/18 19:27:46 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/"
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="QPL"
SLOT="0"
-KEYWORDS="~ppc ~x86"
+KEYWORDS="~ppc x86"
IUSE="berkdb"
DEPEND="berkdb? ( >=sys-libs/db-3.2 )