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 1MtUdA-0005fL-LB for garchives@archives.gentoo.org; Thu, 01 Oct 2009 23:00:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A77CE0B05; Thu, 1 Oct 2009 23:00:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 49C63E0B05 for ; Thu, 1 Oct 2009 23:00:11 +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 776D267B2D for ; Thu, 1 Oct 2009 23:00:14 +0000 (UTC) Received: from arfrever by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MtUd8-0001vr-Ct for gentoo-commits@lists.gentoo.org; Thu, 01 Oct 2009 23:00:10 +0000 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/buildutils: buildutils-0.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: buildutils-0.3.ebuild ChangeLog X-VCS-Directories: dev-python/buildutils X-VCS-Committer: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis Content-Type: text/plain; charset=utf8 Message-Id: Sender: Arfrever Frehtes Taifersar Arahesis Date: Thu, 01 Oct 2009 23:00:10 +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: 461ad194-5068-4d48-b55f-835b00868f84 X-Archives-Hash: d6dc85dd89beb69799523354ae26f4e4 arfrever 09/10/01 23:00:10 Modified: buildutils-0.3.ebuild ChangeLog Log: Set SUPPORT_PYTHON_ABIS. (Portage version: 14471-svn/cvs/Linux x86_64) Revision Changes Path 1.2 dev-python/buildutils/buildutils-0.3.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buildut= ils/buildutils-0.3.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buildut= ils/buildutils-0.3.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buildut= ils/buildutils-0.3.ebuild?r1=3D1.1&r2=3D1.2 Index: buildutils-0.3.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/buildutils/buildutils-0.3.eb= uild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- buildutils-0.3.ebuild 5 Apr 2008 14:51:48 -0000 1.1 +++ buildutils-0.3.ebuild 1 Oct 2009 23:00:10 -0000 1.2 @@ -1,36 +1,38 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/buildutils/buildutils-0.3.= ebuild,v 1.1 2008/04/05 14:51:48 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/buildutils/buildutils-0.3.= ebuild,v 1.2 2009/10/01 23:00:10 arfrever Exp $ =20 -NEED_PYTHON=3D2.4 +EAPI=3D"2" +SUPPORT_PYTHON_ABIS=3D"1" =20 inherit distutils eutils =20 -KEYWORDS=3D"~amd64 ~x86" - DESCRIPTION=3D"Extensions for developing Python libraries and applicatio= ns." -HOMEPAGE=3D"http://buildutils.lesscode.org/" -SRC_URI=3D"http://cheeseshop.python.org/packages/source/${PN:0:1}/${PN}/= ${P}.tar.gz" +HOMEPAGE=3D"http://buildutils.lesscode.org http://pypi.python.org/pypi/b= uildutils" +SRC_URI=3D"http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.t= ar.gz" + LICENSE=3D"MIT" SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" IUSE=3D"doc" =20 DEPEND=3D"dev-python/setuptools doc? ( dev-python/pudge )" RDEPEND=3D"" +RESTRICT_PYTHON_ABIS=3D"3.*" =20 -src_unpack() { - distutils_src_unpack +src_prepare() { + distutils_src_prepare =20 # pudge command is disabled by default, enable it. - epatch "${FILESDIR}"/${P}-pudge_addcommand.patch + epatch "${FILESDIR}/${P}-pudge_addcommand.patch" } =20 src_compile() { distutils_src_compile - if use doc ; then - einfo "Generating docs as requested..." - "${python}" setup.py pudge || die "generating docs failed" + if use doc; then + einfo "Generation of documentation" + "${python}" setup.py pudge || die "Generation of documentation failed" fi } =20 1.6 dev-python/buildutils/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buildut= ils/ChangeLog?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buildut= ils/ChangeLog?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/buildut= ils/ChangeLog?r1=3D1.5&r2=3D1.6 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/buildutils/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 5 Apr 2008 14:51:48 -0000 1.5 +++ ChangeLog 1 Oct 2009 23:00:10 -0000 1.6 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/buildutils -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/buildutils/ChangeLog,v 1.5= 2008/04/05 14:51:48 hawking Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/buildutils/ChangeLog,v 1.6= 2009/10/01 23:00:10 arfrever Exp $ + + 01 Oct 2009; Arfrever Frehtes Taifersar Arahesis + buildutils-0.3.ebuild: + Set SUPPORT_PYTHON_ABIS. =20 *buildutils-0.3 (05 Apr 2008) =20