summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-09-23 20:55:14 -0400
committerAaron Bauman <bman@gentoo.org>2020-09-23 21:06:03 -0400
commit31f3bb7955eb82a6345216dd8af3a3ff5a407147 (patch)
treef25b98ab9cee60b441c15eaf05bf15cb6c67e11f /mail-filter/postsrsd/postsrsd-1.4.ebuild
parentmail-filter/postgrey: drop old (diff)
downloadgentoo-31f3bb7955eb82a6345216dd8af3a3ff5a407147.tar.gz
gentoo-31f3bb7955eb82a6345216dd8af3a3ff5a407147.tar.bz2
gentoo-31f3bb7955eb82a6345216dd8af3a3ff5a407147.zip
mail-filter/postsrsd: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'mail-filter/postsrsd/postsrsd-1.4.ebuild')
-rw-r--r--mail-filter/postsrsd/postsrsd-1.4.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/mail-filter/postsrsd/postsrsd-1.4.ebuild b/mail-filter/postsrsd/postsrsd-1.4.ebuild
deleted file mode 100644
index 7bfc490021f9..000000000000
--- a/mail-filter/postsrsd/postsrsd-1.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils user
-
-DESCRIPTION="Postfix Sender Rewriting Scheme daemon"
-SRC_URI="https://github.com/roehling/postsrsd/archive/${PV}.tar.gz -> ${P}.tar.gz"
-HOMEPAGE="https://github.com/roehling/postsrsd"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_install() {
- cmake-utils_src_install
- newinitd "${FILESDIR}/postsrsd.init" postsrsd
- newconfd "${BUILD_DIR}/postsrsd.default" postsrsd
-}