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 1OTKUT-0002je-VY for garchives@archives.gentoo.org; Mon, 28 Jun 2010 19:59:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78CDFE0A63; Mon, 28 Jun 2010 19:59:31 +0000 (UTC) Received: from mail.jolexa.net (mail.jolexa.net [69.164.203.224]) by pigeon.gentoo.org (Postfix) with ESMTP id 13E25E0A44 for ; Mon, 28 Jun 2010 19:59:19 +0000 (UTC) Received: by mail.jolexa.net (Postfix, from userid 5001) id 549D15DC42; Tue, 29 Jun 2010 02:05:54 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.2.5-gr2 (2008-06-10) on helios.jolexa.net X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=disabled version=3.2.5-gr2 Received: from mail.jolexa.net (localhost [127.0.0.1]) by mail.jolexa.net (Postfix) with ESMTP id 22F485D936; Tue, 29 Jun 2010 02:05:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Date: Tue, 29 Jun 2010 02:05:54 +0000 From: Jeremy Olexa To: , Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-python/python-openid: python-openid-2.2.4.ebuild In-Reply-To: <20100628194227.C34B42C621@corvid.gentoo.org> References: <20100628194227.C34B42C621@corvid.gentoo.org> Message-ID: <48898e163b259e231be01e6bb1d928fe@localhost> X-Sender: darkside@gentoo.org User-Agent: Roundcube Webmail/0.4-trunk X-Archives-Salt: e065b4b3-c247-457f-9d0c-fb96c676cde1 X-Archives-Hash: 820dfab2ba2c6869fa4c13eeb027cc62 On Mon, 28 Jun 2010 19:42:27 +0000 (UTC), "Arfrever Frehtes Taifersar Arahesis (arfrever)" wrote: > arfrever 10/06/28 19:42:27 > > Modified: python-openid-2.2.4.ebuild > Log: > Fix dependencies. > (Portage version: HEAD/cvs/Linux x86_64) Is there any reason you are so non-verbose here? 'cvs log' or '$EDITOR ChangeLog' equally give us no information about your commit. You are making it hard on other devs in my opinion, I don't think intentionally, but can't you just use the ChangeLog more?? At least, that is my small request and I think others feel the same. If not, I will quietly go back in my corner. -Jeremy > Index: python-openid-2.2.4.ebuild > =================================================================== > -EAPI="2" > - > -NEED_PYTHON="2.5" > +EAPI="3" > +PYTHON_DEPEND="2:2.5" > SUPPORT_PYTHON_ABIS="1" > +RESTRICT_PYTHON_ABIS="2.4 3.*" > > inherit eutils distutils > > @@ -22,7 +22,6 @@ > postgres? ( dev-python/psycopg ) > sqlite? ( || ( dev-lang/python[sqlite] >=dev-python/pysqlite-2 ) )" > DEPEND="${RDEPEND}" > -RESTRICT_PYTHON_ABIS="3.*"