commit: f1b37b1813fb36ca9d0c7665dfb4bdd8a98f35b0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Jan 19 08:22:33 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jan 19 08:23:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b37b18
mail-filter/dovecot_deleted_to_trash: Remove last-rited pkg Closes: https://bugs.gentoo.org/756217 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> mail-filter/dovecot_deleted_to_trash/Manifest | 1 - .../dovecot_deleted_to_trash-0.6.ebuild | 35 ---------------------- .../files/29-delete-to-trash.conf | 13 -------- mail-filter/dovecot_deleted_to_trash/metadata.xml | 8 ----- profiles/package.mask | 7 ----- 5 files changed, 64 deletions(-) diff --git a/mail-filter/dovecot_deleted_to_trash/Manifest b/mail-filter/dovecot_deleted_to_trash/Manifest deleted file mode 100644 index 1450515b4dc..00000000000 --- a/mail-filter/dovecot_deleted_to_trash/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dovecot_deleted_to_trash-0.6.tar.gz 4805 BLAKE2B a7712693a3550f6d0b7d96050b7fc124c6113b6060077e3441191422afc7c3dcd0d8df94779c1e2606881e930a694ecbe97b49f2c45e250d3781ff0a549cf2c6 SHA512 41da1b622f30ee137ac8c06a687466a36c21035fd54b83393543c944b4e7cb4f3576556f220734d934033e6804d371eb5a1ec4f1d2491f3bf808782a59e2cb12 diff --git a/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.6.ebuild b/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.6.ebuild deleted file mode 100644 index 28c0b53c964..00000000000 --- a/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.6.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils multilib toolchain-funcs - -DESCRIPTION="Deleted to trash IMAP plugin for Dovecot" -HOMEPAGE="https://github.com/lexbrugman/dovecot_deleted_to_trash" -SRC_URI="https://github.com/lexbrugman/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ZLIB" -KEYWORDS="~amd64 ~x86" -SLOT="0" - -RDEPEND="=net-mail/dovecot-2.2* - !!<net-mail/dovecot-2.2.0 - !!<=mail-filter/dovecot_deleted_to_trash-0.3 - " -DEPEND="${RDEPEND}" - -src_prepare() { - tc-export CC - sed -i \ - -e "/DOVECOT_IMAP_PLUGIN_PATH/s:lib/dovecot/modules:$(get_libdir)/dovecot:" \ - -e "/PLUGIN_NAME/s/lib/lib99/" \ - Makefile || die - epatch_user -} - -src_install() { - default - insinto /etc/dovecot/conf.d - doins "${FILESDIR}"/29-delete-to-trash.conf -} diff --git a/mail-filter/dovecot_deleted_to_trash/files/29-delete-to-trash.conf b/mail-filter/dovecot_deleted_to_trash/files/29-delete-to-trash.conf deleted file mode 100644 index 65f9a31e7a0..00000000000 --- a/mail-filter/dovecot_deleted_to_trash/files/29-delete-to-trash.conf +++ /dev/null @@ -1,13 +0,0 @@ -## Copyright 2012 A.Vinogradovs aka slepnoga -## Wrote for Gentoo ebuild -## Distributed under the terms of the GNU General Public License v2 -## -## Delete to Trash plugin specific settings -## - -# mail_plugins = $mail_plugins deleted_to_trash - -#plugin { -# deleted_to_trash_folder = Trash -#} - diff --git a/mail-filter/dovecot_deleted_to_trash/metadata.xml b/mail-filter/dovecot_deleted_to_trash/metadata.xml deleted file mode 100644 index 01be0d83e1c..00000000000 --- a/mail-filter/dovecot_deleted_to_trash/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">lexbrugman/dovecot_deleted_to_trash</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 80aff59d3cd..edb8393e90f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -313,13 +313,6 @@ dev-libs/ustr # up to date and no longer works. Masked for removal. sci-mathematics/agda-lib-ffi -# Eray Aslan <[email protected]> (2020-12-14) -# Dead. Last release in 2014. Only works with vulnerable dovecot version. -# Recent Outlook versions should have this functionality built in. Switch to a -# better mail client if you are still using this package. Removal in 30 days. -# Bug #756217 -mail-filter/dovecot_deleted_to_trash - # Lars Wendler <[email protected]> (2020-12-09) # Masked until most broken packages have been fixed (bug #732648) >=sys-devel/autoconf-2.70
