diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-19 09:22:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-19 09:23:30 +0100 |
commit | f1b37b1813fb36ca9d0c7665dfb4bdd8a98f35b0 (patch) | |
tree | ca4784d4d8399a19cc69032f00703e883829be55 /mail-filter | |
parent | dev-python/sphinxcontrib-issuetracker: Remove last-rited pkg (diff) | |
download | gentoo-f1b37b1813fb36ca9d0c7665dfb4bdd8a98f35b0.tar.gz gentoo-f1b37b1813fb36ca9d0c7665dfb4bdd8a98f35b0.tar.bz2 gentoo-f1b37b1813fb36ca9d0c7665dfb4bdd8a98f35b0.zip |
mail-filter/dovecot_deleted_to_trash: Remove last-rited pkg
Closes: https://bugs.gentoo.org/756217
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'mail-filter')
4 files changed, 0 insertions, 57 deletions
diff --git a/mail-filter/dovecot_deleted_to_trash/Manifest b/mail-filter/dovecot_deleted_to_trash/Manifest deleted file mode 100644 index 1450515b4dc1..000000000000 --- 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 28c0b53c9642..000000000000 --- 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 65f9a31e7a03..000000000000 --- 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 01be0d83e1c7..000000000000 --- 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> |