pinkbyte 14/06/05 08:34:49
Modified: ChangeLog
Added: dovecot_deleted_to_trash-0.6.ebuild
Removed: dovecot_deleted_to_trash-0.5.ebuild
dovecot_deleted_to_trash-0.3.ebuild
Log:
Version bump, wrt bug #507716. Drop old versions
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
0x1F357D42)
Revision Changes Path
1.12 mail-filter/dovecot_deleted_to_trash/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dovecot_deleted_to_trash/ChangeLog?rev=1.12&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dovecot_deleted_to_trash/ChangeLog?rev=1.12&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dovecot_deleted_to_trash/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/mail-filter/dovecot_deleted_to_trash/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 21 Feb 2014 11:28:39 -0000 1.11
+++ ChangeLog 5 Jun 2014 08:34:49 -0000 1.12
@@ -1,6 +1,13 @@
# 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.11
2014/02/21 11:28:39 civil Exp $
+# $Header:
/var/cvsroot/gentoo-x86/mail-filter/dovecot_deleted_to_trash/ChangeLog,v 1.12
2014/06/05 08:34:49 pinkbyte Exp $
+
+*dovecot_deleted_to_trash-0.6 (05 Jun 2014)
+
+ 05 Jun 2014; Sergey Popov <[email protected]>
+ -dovecot_deleted_to_trash-0.3.ebuild, -dovecot_deleted_to_trash-0.5.ebuild,
+ +dovecot_deleted_to_trash-0.6.ebuild, -files/fix_names_and_destdir.patch:
+ Version bump, wrt bug #507716. Drop old versions
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
1.1
mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.6.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.6.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.6.ebuild?rev=1.1&content-type=text/plain
Index: dovecot_deleted_to_trash-0.6.ebuild
===================================================================
# 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.6.ebuild,v
1.1 2014/06/05 08:34:49 pinkbyte Exp $
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
}