summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-04-28 20:50:11 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-04-28 20:50:11 +0000
commitfce8b6a2e381a0de953d9755f007eddf647cf90d (patch)
treed2d4fe13dfe1b904e0f7297d4043f52df08771df /mail-filter/gld
parentversion bump (diff)
downloadgentoo-2-fce8b6a2e381a0de953d9755f007eddf647cf90d.tar.gz
gentoo-2-fce8b6a2e381a0de953d9755f007eddf647cf90d.tar.bz2
gentoo-2-fce8b6a2e381a0de953d9755f007eddf647cf90d.zip
Removed ebuild, distfile no longer available from upstream.
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'mail-filter/gld')
-rw-r--r--mail-filter/gld/ChangeLog5
-rw-r--r--mail-filter/gld/files/digest-gld-1.31
-rw-r--r--mail-filter/gld/gld-1.3.ebuild53
3 files changed, 4 insertions, 55 deletions
diff --git a/mail-filter/gld/ChangeLog b/mail-filter/gld/ChangeLog
index bab911891f2d..a3b1e4d3f413 100644
--- a/mail-filter/gld/ChangeLog
+++ b/mail-filter/gld/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-filter/gld
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/ChangeLog,v 1.18 2005/04/21 17:05:20 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/ChangeLog,v 1.19 2005/04/28 20:50:11 ticho Exp $
+
+ 28 Apr 2005; Andrej Kacian <ticho@gentoo.org> -gld-1.3.ebuild:
+ Removed ebuild because distfile is no longer available.
*gld-1.5.2 (21 Apr 2005)
diff --git a/mail-filter/gld/files/digest-gld-1.3 b/mail-filter/gld/files/digest-gld-1.3
deleted file mode 100644
index f74891513c51..000000000000
--- a/mail-filter/gld/files/digest-gld-1.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 67355c14de93ee59a62a21e60e27b91b gld-1.3.tgz 33356
diff --git a/mail-filter/gld/gld-1.3.ebuild b/mail-filter/gld/gld-1.3.ebuild
deleted file mode 100644
index 54c3945ddd22..000000000000
--- a/mail-filter/gld/gld-1.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/gld-1.3.ebuild,v 1.7 2004/11/13 12:44:34 slarti Exp $
-
-DESCRIPTION="A standalone anti-spam greylisting algorithm on top of Postfix"
-HOMEPAGE="http://www.gasmi.net/gld.html"
-SRC_URI="ftp://www.gasmi.net/down/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-DEPEND="virtual/libc
- dev-db/mysql
- sys-libs/zlib
- >=dev-libs/openssl-0.9.6"
-RDEPEND="${DEPEND}
- >=mail-mta/postfix-2.1"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- cp ${FILESDIR}/Makefile.in ${S}/Makefile.in
-}
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- dobin gld
-
- insinto /etc
- newins gld.conf gld.conf.sample
-
- dodoc HISTORY LICENSE README
-
- dodir /usr/share/doc/${PF}/sql
- insinto /usr/share/doc/${PF}/sql
- doins tables.sql
-
- newinitd ${FILESDIR}/gld.rc gld
-}
-
-pkg_postinst() {
- echo
- einfo "Please read /usr/share/doc/${PF}/README.gz for details on how to setup"
- einfo "gld."
- echo
- einfo "The tables.sql file is located at /usr/share/doc/${PF}/sql/tables.sql."
- echo
-}