public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in mail-filter/dovecot_deleted_to_trash: ChangeLog dovecot_deleted_to_trash-0.3.ebuild
@ 2012-11-27  7:30 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 3+ messages in thread
From: Sergey Popov (pinkbyte) @ 2012-11-27  7:30 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    12/11/27 07:30:44

  Modified:             ChangeLog dovecot_deleted_to_trash-0.3.ebuild
  Log:
  Set proper path for libs, reorganize patch into sed expressions, wrt bug #444840. Thanks to Agostino Sarubbo and Andreis Vinogradovs
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dovecot_deleted_to_trash/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dovecot_deleted_to_trash/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/dovecot_deleted_to_trash/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	10 Nov 2012 13:51:57 -0000	1.3
+++ ChangeLog	27 Nov 2012 07:30:44 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for mail-filter/dovecot_deleted_to_trash
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot_deleted_to_trash/ChangeLog,v 1.3 2012/11/10 13:51:57 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot_deleted_to_trash/ChangeLog,v 1.4 2012/11/27 07:30:44 pinkbyte Exp $
+
+  27 Nov 2012; Sergey Popov <pinkbyte@gentoo.org>
+  dovecot_deleted_to_trash-0.3.ebuild, -files/fix_names_and_destdir.patch:
+  Set proper path for libs, reorganize patch into sed expressions, wrt bug
+  #444840. Thanks to Agostino Sarubbo and Andreis Vinogradovs
 
   10 Nov 2012; Anthony G. Basile <blueness@gentoo.org>
   dovecot_deleted_to_trash-0.3.ebuild:



1.4                  mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.3.ebuild?r1=1.3&r2=1.4

Index: dovecot_deleted_to_trash-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dovecot_deleted_to_trash-0.3.ebuild	10 Nov 2012 13:51:57 -0000	1.3
+++ dovecot_deleted_to_trash-0.3.ebuild	27 Nov 2012 07:30:44 -0000	1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 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.3.ebuild,v 1.3 2012/11/10 13:51:57 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.3.ebuild,v 1.4 2012/11/27 07:30:44 pinkbyte Exp $
 
 EAPI=4
 
-inherit toolchain-funcs base
+inherit base multilib toolchain-funcs
 
 DESCRIPTION="Deleted to trash IMAP plugin for Dovecot"
 HOMEPAGE="http://wiki.dovecot.org/Plugins/deleted-to-trash"
@@ -17,10 +17,16 @@
 IUSE=""
 RDEPEND="=net-mail/dovecot-2.0*"
 DEPEND="${RDEPEND}"
-PATCHES=( "${FILESDIR}"/fix_names_and_destdir.patch )
 
 S="${WORKDIR}"
 
+src_prepare() {
+	sed -e "/DOVECOT_IMAP_PLUGIN_PATH/s/lib/$(get_libdir)/g"  \
+		-e "/DOVECOT_IMAP_PLUGIN_PATH/s/imap//" \
+		-e "/PLUGIN_NAME/s/lib/lib99/" -i Makefile || die 'sed on Makefile failed'
+	base_src_prepare
+}
+
 src_compile() {
 	tc-export CC
 	base_src_compile





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in mail-filter/dovecot_deleted_to_trash: ChangeLog dovecot_deleted_to_trash-0.3.ebuild
@ 2012-11-27  7:32 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 3+ messages in thread
From: Sergey Popov (pinkbyte) @ 2012-11-27  7:32 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    12/11/27 07:32:05

  Modified:             ChangeLog dovecot_deleted_to_trash-0.3.ebuild
  Log:
  Stable on amd64, wrt bug #444824
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dovecot_deleted_to_trash/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dovecot_deleted_to_trash/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/dovecot_deleted_to_trash/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	27 Nov 2012 07:30:44 -0000	1.4
+++ ChangeLog	27 Nov 2012 07:32:05 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for mail-filter/dovecot_deleted_to_trash
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot_deleted_to_trash/ChangeLog,v 1.4 2012/11/27 07:30:44 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot_deleted_to_trash/ChangeLog,v 1.5 2012/11/27 07:32:05 pinkbyte Exp $
+
+  27 Nov 2012; Sergey Popov <pinkbyte@gentoo.org>
+  dovecot_deleted_to_trash-0.3.ebuild:
+  Stable on amd64, wrt bug #444824
 
   27 Nov 2012; Sergey Popov <pinkbyte@gentoo.org>
   dovecot_deleted_to_trash-0.3.ebuild, -files/fix_names_and_destdir.patch:



1.5                  mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.3.ebuild?r1=1.4&r2=1.5

Index: dovecot_deleted_to_trash-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dovecot_deleted_to_trash-0.3.ebuild	27 Nov 2012 07:30:44 -0000	1.4
+++ dovecot_deleted_to_trash-0.3.ebuild	27 Nov 2012 07:32:05 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.3.ebuild,v 1.4 2012/11/27 07:30:44 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.3.ebuild,v 1.5 2012/11/27 07:32:05 pinkbyte Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 SRC_URI="http://wiki2.dovecot.org/Plugins/deleted-to-trash?action=AttachFile&do=get&target=deleted-to-trash-plugin_${PV}_for_dovecot_2.tar -> ${P}.tar"
 
 LICENSE="as-is"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 SLOT="0"
 
 IUSE=""





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in mail-filter/dovecot_deleted_to_trash: ChangeLog dovecot_deleted_to_trash-0.3.ebuild
@ 2012-12-22 17:48 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2012-12-22 17:48 UTC (permalink / raw
  To: gentoo-commits

ulm         12/12/22 17:48:02

  Modified:             ChangeLog dovecot_deleted_to_trash-0.3.ebuild
  Log:
  Fix LICENSE, bug 445314.
  
  (Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)

Revision  Changes    Path
1.6                  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.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dovecot_deleted_to_trash/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dovecot_deleted_to_trash/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/dovecot_deleted_to_trash/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	27 Nov 2012 07:32:05 -0000	1.5
+++ ChangeLog	22 Dec 2012 17:48:02 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for mail-filter/dovecot_deleted_to_trash
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot_deleted_to_trash/ChangeLog,v 1.5 2012/11/27 07:32:05 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot_deleted_to_trash/ChangeLog,v 1.6 2012/12/22 17:48:02 ulm Exp $
+
+  22 Dec 2012; Ulrich Müller <ulm@gentoo.org>
+  dovecot_deleted_to_trash-0.3.ebuild:
+  Fix LICENSE, bug 445314.
 
   27 Nov 2012; Sergey Popov <pinkbyte@gentoo.org>
   dovecot_deleted_to_trash-0.3.ebuild:



1.6                  mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.3.ebuild?r1=1.5&r2=1.6

Index: dovecot_deleted_to_trash-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dovecot_deleted_to_trash-0.3.ebuild	27 Nov 2012 07:32:05 -0000	1.5
+++ dovecot_deleted_to_trash-0.3.ebuild	22 Dec 2012 17:48:02 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.3.ebuild,v 1.5 2012/11/27 07:32:05 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot_deleted_to_trash/dovecot_deleted_to_trash-0.3.ebuild,v 1.6 2012/12/22 17:48:02 ulm Exp $
 
 EAPI=4
 
@@ -10,11 +10,11 @@
 HOMEPAGE="http://wiki.dovecot.org/Plugins/deleted-to-trash"
 SRC_URI="http://wiki2.dovecot.org/Plugins/deleted-to-trash?action=AttachFile&do=get&target=deleted-to-trash-plugin_${PV}_for_dovecot_2.tar -> ${P}.tar"
 
-LICENSE="as-is"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+LICENSE="ZLIB" # ZLIB without 3rd clause
 SLOT="0"
-
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE=""
+
 RDEPEND="=net-mail/dovecot-2.0*"
 DEPEND="${RDEPEND}"
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-12-22 17:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-27  7:32 [gentoo-commits] gentoo-x86 commit in mail-filter/dovecot_deleted_to_trash: ChangeLog dovecot_deleted_to_trash-0.3.ebuild Sergey Popov (pinkbyte)
  -- strict thread matches above, loose matches on Subject: below --
2012-12-22 17:48 Ulrich Mueller (ulm)
2012-11-27  7:30 Sergey Popov (pinkbyte)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox