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 1Mwwc5-0002mZ-Lx for garchives@archives.gentoo.org; Sun, 11 Oct 2009 11:29:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 425E8E0860; Sun, 11 Oct 2009 11:29:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F0931E0860 for ; Sun, 11 Oct 2009 11:29:20 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 8288C67B29 for ; Sun, 11 Oct 2009 11:29:20 +0000 (UTC) Received: from grobian by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Mwwc4-0002TL-1R for gentoo-commits@lists.gentoo.org; Sun, 11 Oct 2009 11:29:20 +0000 From: "Fabian Groffen (grobian)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, grobian@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pytz: pytz-2009n.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pytz-2009n.ebuild ChangeLog X-VCS-Directories: dev-python/pytz X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Fabian Groffen Date: Sun, 11 Oct 2009 11:29:20 +0000 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: 76bd68d8-927a-4c66-9035-efe7f88069b1 X-Archives-Hash: d0c7318f566400b582ba5e9cdfb80b5a grobian 09/10/11 11:29:20 Modified: pytz-2009n.ebuild ChangeLog Log: Merge from Prefix (Portage version: 2.2.00.14552-prefix/cvs/Darwin powerpc, RepoMan optio= ns: --force) Revision Changes Path 1.2 dev-python/pytz/pytz-2009n.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pytz/py= tz-2009n.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pytz/py= tz-2009n.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pytz/py= tz-2009n.ebuild?r1=3D1.1&r2=3D1.2 Index: pytz-2009n.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/pytz/pytz-2009n.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pytz-2009n.ebuild 1 Oct 2009 03:54:51 -0000 1.1 +++ pytz-2009n.ebuild 11 Oct 2009 11:29:19 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2009n.ebuild,v 1= .1 2009/10/01 03:54:51 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2009n.ebuild,v 1= .2 2009/10/11 11:29:19 grobian Exp $ =20 EAPI=3D"2" SUPPORT_PYTHON_ABIS=3D"1" @@ -13,7 +13,7 @@ =20 LICENSE=3D"MIT" SLOT=3D"0" -KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc = ~x86 ~x86-fbsd" +KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc = ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE=3D"" =20 RDEPEND=3D"dev-python/setuptools @@ -36,6 +36,7 @@ } =20 src_install() { + [[ -z ${ED} ]] && local ED=3D${D} distutils_src_install - rm -fr "${D}"usr/lib*/python*/site-packages/pytz/zoneinfo + rm -fr "${ED}"usr/lib*/python*/site-packages/pytz/zoneinfo } 1.42 dev-python/pytz/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pytz/Ch= angeLog?rev=3D1.42&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pytz/Ch= angeLog?rev=3D1.42&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pytz/Ch= angeLog?r1=3D1.41&r2=3D1.42 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/pytz/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ChangeLog 1 Oct 2009 03:54:51 -0000 1.41 +++ ChangeLog 11 Oct 2009 11:29:19 -0000 1.42 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pytz # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.41 2009= /10/01 03:54:51 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.42 2009= /10/11 11:29:19 grobian Exp $ + + 11 Oct 2009; Fabian Groffen pytz-2009n.ebuild: + Merge from Prefix =20 *pytz-2009n (01 Oct 2009) =20