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 1OYG4e-0006MW-57 for garchives@archives.gentoo.org; Mon, 12 Jul 2010 10:17:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5183CE0AB9; Mon, 12 Jul 2010 10:17:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 13A9AE0AB9 for ; Mon, 12 Jul 2010 10:17:19 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB6821B4047 for ; Mon, 12 Jul 2010 10:17:18 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2244) id 8A2EF2CE14; Mon, 12 Jul 2010 10:17:17 +0000 (UTC) From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, arfrever@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/basemap: ChangeLog basemap-1.0.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog basemap-1.0.ebuild X-VCS-Directories: dev-python/basemap X-VCS-Committer: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis Content-Type: text/plain; charset=utf8 Message-Id: <20100712101717.8A2EF2CE14@corvid.gentoo.org> Date: Mon, 12 Jul 2010 10:17:17 +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: f67d2319-cc46-432c-af32-87d15292f4d5 X-Archives-Hash: f05180f44a29695068ebf8d537404685 arfrever 10/07/12 10:17:17 Modified: ChangeLog basemap-1.0.ebuild Log: Ignore nonexistent files (bug #327875). =20 (Portage version: HEAD/cvs/Linux x86_64) Revision Changes Path 1.19 dev-python/basemap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/basemap= /ChangeLog?rev=3D1.19&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/basemap= /ChangeLog?rev=3D1.19&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/basemap= /ChangeLog?r1=3D1.18&r2=3D1.19 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/dev-python/basemap/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 9 Jul 2010 13:15:47 -0000 1.18 +++ ChangeLog 12 Jul 2010 10:17:17 -0000 1.19 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/basemap # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/basemap/ChangeLog,v 1.18 2= 010/07/09 13:15:47 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/basemap/ChangeLog,v 1.19 2= 010/07/12 10:17:17 arfrever Exp $ + + 12 Jul 2010; Arfrever Frehtes Taifersar Arahesis + basemap-1.0.ebuild: + Ignore nonexistent files (bug #327875). =20 09 Jul 2010; Arfrever Frehtes Taifersar Arahesis basemap-1.0.ebuild: 1.3 dev-python/basemap/basemap-1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/basemap= /basemap-1.0.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/basemap= /basemap-1.0.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/basemap= /basemap-1.0.ebuild?r1=3D1.2&r2=3D1.3 Index: basemap-1.0.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/dev-python/basemap/basemap-1.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- basemap-1.0.ebuild 9 Jul 2010 13:15:47 -0000 1.2 +++ basemap-1.0.ebuild 12 Jul 2010 10:17:17 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/basemap/basemap-1.0.ebuild= ,v 1.2 2010/07/09 13:15:47 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/basemap/basemap-1.0.ebuild= ,v 1.3 2010/07/12 10:17:17 arfrever Exp $ =20 EAPI=3D3 PYTHON_DEPEND=3D"2" @@ -51,9 +51,9 @@ =20 cleaning() { # clean up collision with matplotlib - rm "${ED}$(python_get_sitedir)/mpl_toolkits/__init__.py" || return 1 + rm -f "${ED}$(python_get_sitedir)/mpl_toolkits/__init__.py" # respect FHS - rm -r "${ED}$(python_get_sitedir)/mpl_toolkits/basemap/data" + rm -fr "${ED}$(python_get_sitedir)/mpl_toolkits/basemap/data" } python_execute_function -q cleaning }