From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S9yyA-0000i1-1P for garchives@archives.gentoo.org; Tue, 20 Mar 2012 13:19:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BAADE077E; Tue, 20 Mar 2012 13:19:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 23C89E077E for ; Tue, 20 Mar 2012 13:19:13 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E5A11B4043 for ; Tue, 20 Mar 2012 13:19:12 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2289) id 259A82004B; Tue, 20 Mar 2012 13:19:11 +0000 (UTC) From: "Amadeusz Zolnowski (aidecoe)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aidecoe@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-mail/notmuch: notmuch-0.10.2-r2.ebuild ChangeLog notmuch-0.11.1-r2.ebuild notmuch-0.12.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: notmuch-0.10.2-r2.ebuild ChangeLog notmuch-0.11.1-r2.ebuild notmuch-0.12.ebuild X-VCS-Directories: net-mail/notmuch X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Zolnowski Content-Type: text/plain; charset=utf8 Message-Id: <20120320131911.259A82004B@flycatcher.gentoo.org> Date: Tue, 20 Mar 2012 13:19:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 95191b14-f1d4-4c16-a707-fd0ab186a5b4 X-Archives-Hash: d88b7277cd0228d1fedc2947957a1a32 aidecoe 12/03/20 13:19:11 Modified: notmuch-0.10.2-r2.ebuild ChangeLog notmuch-0.11.1-r2.ebuild notmuch-0.12.ebuild Log: net-mail/notmuch: Renamed Python bindings README to README-python. =20 Renamed Python bindings README to README-python, because it used to ove= rwrite main Notmuch README file. =20 (Portage version: 2.1.10.49/cvs/Linux x86_64) Revision Changes Path 1.7 net-mail/notmuch/notmuch-0.10.2-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/n= otmuch-0.10.2-r2.ebuild?rev=3D1.7&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/n= otmuch-0.10.2-r2.ebuild?rev=3D1.7&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/n= otmuch-0.10.2-r2.ebuild?r1=3D1.6&r2=3D1.7 Index: notmuch-0.10.2-r2.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.10.2-r2.ebui= ld,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- notmuch-0.10.2-r2.ebuild 8 Mar 2012 08:50:37 -0000 1.6 +++ notmuch-0.10.2-r2.ebuild 20 Mar 2012 13:19:11 -0000 1.7 @@ -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/net-mail/notmuch/notmuch-0.10.2-r2.eb= uild,v 1.6 2012/03/08 08:50:37 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.10.2-r2.eb= uild,v 1.7 2012/03/20 13:19:11 aidecoe Exp $ =20 EAPI=3D4 =20 @@ -91,6 +91,7 @@ =20 if use doc; then pydocs() { + mv README README-python pushd docs || die emake html mv html ../python || die 1.37 net-mail/notmuch/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/C= hangeLog?rev=3D1.37&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/C= hangeLog?rev=3D1.37&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/C= hangeLog?r1=3D1.36&r2=3D1.37 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 20 Mar 2012 12:00:34 -0000 1.36 +++ ChangeLog 20 Mar 2012 13:19:11 -0000 1.37 @@ -1,6 +1,11 @@ # ChangeLog for net-mail/notmuch # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.36 201= 2/03/20 12:00:34 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.37 201= 2/03/20 13:19:11 aidecoe Exp $ + + 20 Mar 2012; Amadeusz =C5=BBo=C5=82nowski + notmuch-0.10.2-r2.ebuild, notmuch-0.11.1-r2.ebuild, notmuch-0.12.ebuil= d: + Renamed Python bindings README to README-python, because it used to ov= erwrite + main Notmuch README file. =20 *notmuch-0.12 (20 Mar 2012) =20 1.6 net-mail/notmuch/notmuch-0.11.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/n= otmuch-0.11.1-r2.ebuild?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/n= otmuch-0.11.1-r2.ebuild?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/n= otmuch-0.11.1-r2.ebuild?r1=3D1.5&r2=3D1.6 Index: notmuch-0.11.1-r2.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.11.1-r2.ebui= ld,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- notmuch-0.11.1-r2.ebuild 20 Mar 2012 08:23:35 -0000 1.5 +++ notmuch-0.11.1-r2.ebuild 20 Mar 2012 13:19:11 -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/net-mail/notmuch/notmuch-0.11.1-r2.eb= uild,v 1.5 2012/03/20 08:23:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.11.1-r2.eb= uild,v 1.6 2012/03/20 13:19:11 aidecoe Exp $ =20 EAPI=3D4 =20 @@ -86,6 +86,7 @@ =20 if use doc; then pydocs() { + mv README README-python pushd docs || die emake html mv html ../python || die 1.2 net-mail/notmuch/notmuch-0.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/n= otmuch-0.12.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/n= otmuch-0.12.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/n= otmuch-0.12.ebuild?r1=3D1.1&r2=3D1.2 Index: notmuch-0.12.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.12.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- notmuch-0.12.ebuild 20 Mar 2012 12:00:34 -0000 1.1 +++ notmuch-0.12.ebuild 20 Mar 2012 13:19:11 -0000 1.2 @@ -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/net-mail/notmuch/notmuch-0.12.ebuild,= v 1.1 2012/03/20 12:00:34 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.12.ebuild,= v 1.2 2012/03/20 13:19:11 aidecoe Exp $ =20 EAPI=3D4 =20 @@ -86,6 +86,7 @@ =20 if use doc; then pydocs() { + mv README README-python pushd docs || die emake html mv html ../python || die