summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Smirnov <civil@gentoo.org>2014-02-21 11:28:39 +0000
committerVladimir Smirnov <civil@gentoo.org>2014-02-21 11:28:39 +0000
commit7e661249edd06663db351a907a048bf53b1f83cc (patch)
tree3f49d1d9467fd42899b5ea8673e0205bc38665b1 /mail-filter
parentppc stable wrt bug #492114; Drop old. (diff)
downloadgentoo-2-7e661249edd06663db351a907a048bf53b1f83cc.tar.gz
gentoo-2-7e661249edd06663db351a907a048bf53b1f83cc.tar.bz2
gentoo-2-7e661249edd06663db351a907a048bf53b1f83cc.zip
Remove dovecot_deleted_to_trash-0.5-r1, was early added by proxy maintainer's mistake.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xA832680F)
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/dovecot_deleted_to_trash/ChangeLog6
-rw-r--r--mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.5-r1.ebuild41
2 files changed, 5 insertions, 42 deletions
diff --git a/mail-filter/dovecot_deleted_to_trash/ChangeLog b/mail-filter/dovecot_deleted_to_trash/ChangeLog
index d6f25ef67c0e..a4475e13dac4 100644
--- a/mail-filter/dovecot_deleted_to_trash/ChangeLog
+++ b/mail-filter/dovecot_deleted_to_trash/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/dovecot_deleted_to_trash
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot_deleted_to_trash/ChangeLog,v 1.10 2014/02/21 09:04:06 civil Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot_deleted_to_trash/ChangeLog,v 1.11 2014/02/21 11:28:39 civil Exp $
+
+ 21 Feb 2014; Vladimir Smirnov -dovecot_deleted_to_trash-0.5-r1.ebuild:
+ Remove dovecot_deleted_to_trash-0.5-r1, was early added by proxy maintainer's
+ mistake.
*dovecot_deleted_to_trash-0.5-r1 (21 Feb 2014)
diff --git a/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.5-r1.ebuild b/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.5-r1.ebuild
deleted file mode 100644
index dc9e213ac118..000000000000
--- a/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.5-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 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-r1.ebuild,v 1.1 2014/02/21 09:04:06 civil 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.2*
- !!<net-mail/dovecot-2.2.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
-}