commit: 31f3bb7955eb82a6345216dd8af3a3ff5a407147 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Thu Sep 24 00:55:14 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Thu Sep 24 01:06:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31f3bb79
mail-filter/postsrsd: drop old Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> mail-filter/postsrsd/Manifest | 1 - mail-filter/postsrsd/postsrsd-1.4-r1.ebuild | 24 ------------------------ mail-filter/postsrsd/postsrsd-1.4.ebuild | 24 ------------------------ 3 files changed, 49 deletions(-) diff --git a/mail-filter/postsrsd/Manifest b/mail-filter/postsrsd/Manifest index ebe08e6a835..fd02a04e05a 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 4c6c522fe9b..00000000000 --- 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 7bfc490021f..00000000000 --- 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 -}
