diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-09-23 20:55:14 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-09-23 21:06:03 -0400 |
commit | 31f3bb7955eb82a6345216dd8af3a3ff5a407147 (patch) | |
tree | f25b98ab9cee60b441c15eaf05bf15cb6c67e11f /mail-filter/postsrsd | |
parent | mail-filter/postgrey: drop old (diff) | |
download | gentoo-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')
-rw-r--r-- | mail-filter/postsrsd/Manifest | 1 | ||||
-rw-r--r-- | mail-filter/postsrsd/postsrsd-1.4-r1.ebuild | 24 | ||||
-rw-r--r-- | mail-filter/postsrsd/postsrsd-1.4.ebuild | 24 |
3 files changed, 0 insertions, 49 deletions
diff --git a/mail-filter/postsrsd/Manifest b/mail-filter/postsrsd/Manifest index ebe08e6a8351..fd02a04e05a9 100644 --- a/mail-filter/postsrsd/Manifest +++ b/mail-filter/postsrsd/Manifest @@ -1,2 +1 @@ -DIST postsrsd-1.4.tar.gz 26555 BLAKE2B acdfb3c8a1ca5172ac7727913ad6c1f9cf0450996aaf3cbc4905b89e02de5917de2d6e7674819299bd456232547fdc0496be06c5cd0531fd703622edfaf9a9df SHA512 e5b9d2091d562030dd8d35117a3c5fb7d99c0613120fc90f74be57af5e88a3fe0ce73a5ce702708047ae37f70c6aedb4a0df018dccbe480048ccb6ed4debbcef DIST postsrsd-1.6.tar.gz 32111 BLAKE2B 5b4e562aa9c9b5faf0e45c035a71d76dc2b6e9b3d4399108f06e6d0ad3e4f7abfcb8c18c818f3b4787bab155bf7895caaf127a97b861b26525ad5a27f2ee4dc7 SHA512 b2df4cdec41361e15cd8c9207fb16564d607559bcb36dd73c9347b90e4f3c2414b88434ef1ffe6a18783f38c5960383516e40e4ffa28802a03539e52ca723aa1 diff --git a/mail-filter/postsrsd/postsrsd-1.4-r1.ebuild b/mail-filter/postsrsd/postsrsd-1.4-r1.ebuild deleted file mode 100644 index 4c6c522fe9bb..000000000000 --- a/mail-filter/postsrsd/postsrsd-1.4-r1.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-r1" postsrsd - newconfd "${BUILD_DIR}/postsrsd.default" postsrsd -} 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 -} |