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 1OKtC7-0005UP-5o for garchives@archives.gentoo.org; Sat, 05 Jun 2010 13:13:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70DDBE0BD4; Sat, 5 Jun 2010 13:13:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4A62FE0BD4 for ; Sat, 5 Jun 2010 13:13:46 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id E992A1B404F for ; Sat, 5 Jun 2010 13:13:45 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2263) id 4D7892CE3C; Sat, 5 Jun 2010 13:13:44 +0000 (UTC) From: "Maciej Mrozowski (reavertm)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, reavertm@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pycups: pycups-1.9.49.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: pycups-1.9.49.ebuild X-VCS-Directories: dev-python/pycups X-VCS-Committer: reavertm X-VCS-Committer-Name: Maciej Mrozowski Content-Type: text/plain; charset=utf8 Message-Id: <20100605131344.4D7892CE3C@corvid.gentoo.org> Date: Sat, 5 Jun 2010 13:13:44 +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: a52ccbc2-e3d3-47e7-b2fb-46875af46e68 X-Archives-Hash: 6f99814c967eb0ee727180626c20ef81 reavertm 10/06/05 13:13:44 Modified: pycups-1.9.49.ebuild Log: Minor cleanup (Portage version: 2.2_rc67/cvs/Linux x86_64) Revision Changes Path 1.3 dev-python/pycups/pycups-1.9.49.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/= pycups-1.9.49.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/= pycups-1.9.49.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/= pycups-1.9.49.ebuild?r1=3D1.2&r2=3D1.3 Index: pycups-1.9.49.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/pycups/pycups-1.9.49.ebuild,= v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pycups-1.9.49.ebuild 6 May 2010 18:38:07 -0000 1.2 +++ pycups-1.9.49.ebuild 5 Jun 2010 13:13:43 -0000 1.3 @@ -1,12 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.49.ebuil= d,v 1.2 2010/05/06 18:38:07 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.49.ebuil= d,v 1.3 2010/06/05 13:13:43 reavertm Exp $ =20 EAPI=3D"2" =20 PYTHON_DEPEND=3D"2:2.5" +RESTRICT_PYTHON_ABIS=3D"2.4 3.*" SUPPORT_PYTHON_ABIS=3D"1" - inherit distutils flag-o-matic =20 DESCRIPTION=3D"Python bindings for the CUPS API" @@ -25,8 +25,6 @@ doc? ( dev-python/epydoc ) " =20 -RESTRICT_PYTHON_ABIS=3D"2.4 3.*" - src_compile() { append-cflags -DVERSION=3D\\\"${PV}\\\" distutils_src_compile