summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2011-06-27 06:05:17 +0000
committerEray Aslan <eras@gentoo.org>2011-06-27 06:05:17 +0000
commit3c2cee8aec1d46cf01055a3521d53b86e18d0483 (patch)
tree36810f613899f49a17753729663d1e9994478090 /mail-filter/rblcheck
parentremove old (diff)
downloadgentoo-2-3c2cee8aec1d46cf01055a3521d53b86e18d0483.tar.gz
gentoo-2-3c2cee8aec1d46cf01055a3521d53b86e18d0483.tar.bz2
gentoo-2-3c2cee8aec1d46cf01055a3521d53b86e18d0483.zip
remove old
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'mail-filter/rblcheck')
-rw-r--r--mail-filter/rblcheck/rblcheck-1.5.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/mail-filter/rblcheck/rblcheck-1.5.ebuild b/mail-filter/rblcheck/rblcheck-1.5.ebuild
deleted file mode 100644
index 4a4797675e4a..000000000000
--- a/mail-filter/rblcheck/rblcheck-1.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/rblcheck/rblcheck-1.5.ebuild,v 1.9 2010/10/19 05:55:35 leio Exp $
-
-inherit eutils
-
-DESCRIPTION="Perform lookups in RBL-styles services."
-HOMEPAGE="http://rblcheck.sourceforge.net/"
-SRC_URI="mirror://sourceforge/rblcheck/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="alpha ~amd64 hppa ~mips ppc sparc x86"
-IUSE=""
-
-DEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${P}-configure.patch"
-}
-
-src_install () {
- exeinto /usr/bin
- doexe rbl rblcheck
-
- dodoc README docs/rblcheck.ps docs/rblcheck.rtf
-}