summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-filter/sbd-proxy/sbd-proxy-1.2.ebuild')
-rw-r--r--mail-filter/sbd-proxy/sbd-proxy-1.2.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/mail-filter/sbd-proxy/sbd-proxy-1.2.ebuild b/mail-filter/sbd-proxy/sbd-proxy-1.2.ebuild
deleted file mode 100644
index b2d3bac..0000000
--- a/mail-filter/sbd-proxy/sbd-proxy-1.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-DESCRIPTION="An SMTP proxy for solicited bounce detection"
-HOMEPAGE="http://dev.gentoo.org/~wschlich/"
-SRC_URI="http://dev.gentoo.org/~wschlich/src/${CATEGORY}/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND="
- virtual/perl-Getopt-Long
- virtual/perl-Sys-Syslog
- dev-perl/Config-IniFiles
- dev-perl/DBI
- dev-perl/Exception-Class
- dev-perl/Exception-Class-TryCatch
- dev-perl/Exception-Class-DBI
-"
-RDEPEND="${DEPEND}
- virtual/mysql
-"
-
-pkg_setup() {
- enewgroup sbd
- enewuser sbd -1 -1 -1 sbd
-}
-
-src_install(){
- newinitd ${FILESDIR}/${PN}.initd ${PN} || die
- newconfd ${FILESDIR}/${PN}.confd ${PN} || die
- dobin ${PN}.pl || die
- insopts -o sbd -g sbd -m 0640
- insinto /etc
- doins ${PN}.ini || die
- dodoc sbd-proxy-setup-mysql.sql
-}
-
-pkg_postinst() {
- einfo
- einfo "See the bundled sbd-proxy-setup-mysql.sql example on"
- einfo "how to create the needed MySQL database, user and table."
- einfo
-}