summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vershilov <qnikst@gentoo.org>2013-07-14 07:31:04 +0000
committerAlexander Vershilov <qnikst@gentoo.org>2013-07-14 07:31:04 +0000
commitbf32e30d8372985a7f57ac1df2f767efbd212a21 (patch)
tree5e4a6536bcb50ebc7ac44dc4c7af861ad43be27e /mail-filter
parentadd vzstats-0.5.1 (thanks to slepnoga) (diff)
downloadgentoo-2-bf32e30d8372985a7f57ac1df2f767efbd212a21.tar.gz
gentoo-2-bf32e30d8372985a7f57ac1df2f767efbd212a21.tar.bz2
gentoo-2-bf32e30d8372985a7f57ac1df2f767efbd212a21.zip
dovecot_deleted_to_trash 0.5 (thanks to slepnoga)
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/dovecot_deleted_to_trash/ChangeLog8
-rw-r--r--mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.5.ebuild41
2 files changed, 48 insertions, 1 deletions
diff --git a/mail-filter/dovecot_deleted_to_trash/ChangeLog b/mail-filter/dovecot_deleted_to_trash/ChangeLog
index bd5cc9262706..392afcaa91cc 100644
--- a/mail-filter/dovecot_deleted_to_trash/ChangeLog
+++ b/mail-filter/dovecot_deleted_to_trash/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-filter/dovecot_deleted_to_trash
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot_deleted_to_trash/ChangeLog,v 1.7 2013/02/25 13:31:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot_deleted_to_trash/ChangeLog,v 1.8 2013/07/14 07:31:04 qnikst Exp $
+
+*dovecot_deleted_to_trash-0.5 (14 Jul 2013)
+
+ 14 Jul 2013; Alexander Vershilov <qnikst@gentoo.org>
+ +dovecot_deleted_to_trash-0.5.ebuild:
+ dovecot_deleted_to_trash 0.5 (thanks to slepnoga)
25 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
dovecot_deleted_to_trash-0.3.ebuild:
diff --git a/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.5.ebuild b/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.5.ebuild
new file mode 100644
index 000000000000..cf111036626a
--- /dev/null
+++ b/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.5.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.5.ebuild,v 1.1 2013/07/14 07:31:04 qnikst Exp $
+
+EAPI=5
+
+inherit toolchain-funcs base
+
+DESCRIPTION="Deleted to trash IMAP plugin for Dovecot"
+HOMEPAGE="https://github.com/lexbrugman/dovecot_deleted_to_trash"
+SRC_URI="http://rion-overlay.googlecode.com/files/dovecot_deleted_to_trash-0.5.tar.bz2"
+
+LICENSE="ZLIB"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+IUSE=""
+RDEPEND="=net-mail/dovecot-2.1*
+ !!<net-mail/dovecot-2.1.0
+ !!<=mail-filter/dovecot_deleted_to_trash-0.3
+ "
+
+DEPEND="${RDEPEND}
+ app-arch/unzip
+ "
+
+PATCHES=( "${FILESDIR}"/fix_names_and_destdir.patch )
+
+#S="${WORKDIR}"
+
+src_compile() {
+ tc-export CC
+ base_src_compile
+}
+
+src_install() {
+ base_src_install
+
+ insinto /etc/dovecot/conf.d
+ doins "${FILESDIR}"/29-delete-to-trash.conf
+}