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 1N7ECq-0000LY-4K for garchives@archives.gentoo.org; Sun, 08 Nov 2009 20:17:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE02CE0A00; Sun, 8 Nov 2009 20:17:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8D1DCE0A00 for ; Sun, 8 Nov 2009 20:17:47 +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 1ED636422A for ; Sun, 8 Nov 2009 20:17:47 +0000 (UTC) Received: from arfrever by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1N7ECo-0000re-DF for gentoo-commits@lists.gentoo.org; Sun, 08 Nov 2009 20:17:46 +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/cython: cython-0.11.3.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: cython-0.11.3.ebuild X-VCS-Directories: dev-python/cython 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: Sun, 08 Nov 2009 20:17:46 +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: 9e486344-e9ef-4044-9921-7fec33a989ea X-Archives-Hash: 7c098421d32eda5418368ec210cf7ebd arfrever 09/11/08 20:17:46 Modified: cython-0.11.3.ebuild Log: Update HOMEPAGE. (Portage version: 14804-svn/cvs/Linux x86_64) Revision Changes Path 1.6 dev-python/cython/cython-0.11.3.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cython/= cython-0.11.3.ebuild?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cython/= cython-0.11.3.ebuild?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cython/= cython-0.11.3.ebuild?r1=3D1.5&r2=3D1.6 Index: cython-0.11.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/cython/cython-0.11.3.ebuild,= v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- cython-0.11.3.ebuild 8 Nov 2009 20:12:31 -0000 1.5 +++ cython-0.11.3.ebuild 8 Nov 2009 20:17:46 -0000 1.6 @@ -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/cython/cython-0.11.3.ebuil= d,v 1.5 2009/11/08 20:12:31 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.11.3.ebuil= d,v 1.6 2009/11/08 20:17:46 arfrever Exp $ =20 EAPI=3D"2" SUPPORT_PYTHON_ABIS=3D"1" @@ -11,7 +11,7 @@ MY_P=3D"${MY_PN}-${PV}" =20 DESCRIPTION=3D"A language for writing Python extension modules based on = pyrex" -HOMEPAGE=3D"http://www.cython.org/" +HOMEPAGE=3D"http://www.cython.org/ http://pypi.python.org/pypi/Cython" SRC_URI=3D"http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/= ${MY_P}.tar.gz http://www.cython.org/${MY_P}.tar.gz" =20