From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LNQHH-0008AM-0j for garchives@archives.gentoo.org; Thu, 15 Jan 2009 11:20:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F639E02E6; Thu, 15 Jan 2009 11:20:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C58DCE02E6 for ; Thu, 15 Jan 2009 11:20:44 +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 C26F964920 for ; Thu, 15 Jan 2009 11:20:43 +0000 (UTC) Received: from bicatali by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LNQHD-00020n-H9 for gentoo-commits@lists.gentoo.org; Thu, 15 Jan 2009 11:20:43 +0000 From: "Sebastien Fabbro (bicatali)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, bicatali@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/enable: enable-3.0.2.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: enable-3.0.2.ebuild X-VCS-Directories: dev-python/enable X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro Content-Type: text/plain; charset=utf8 Message-Id: Sender: Sebastien Fabbro Date: Thu, 15 Jan 2009 11:20:43 +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: 3fcb2755-c4d0-4101-9eb9-e55d1bd05a94 X-Archives-Hash: e4b3981499bfadc7fb0e01f83f5098ea bicatali 09/01/15 11:20:43 Modified: enable-3.0.2.ebuild Log: Fixed syntax in description (Portage version: 2.2_rc20/cvs/Linux 2.6.25-gentoo-r7 x86_64) Revision Changes Path 1.2 dev-python/enable/enable-3.0.2.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/enable/= enable-3.0.2.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/enable/= enable-3.0.2.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/enable/= enable-3.0.2.ebuild?r1=3D1.1&r2=3D1.2 Index: enable-3.0.2.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/enable/enable-3.0.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- enable-3.0.2.ebuild 15 Jan 2009 10:24:27 -0000 1.1 +++ enable-3.0.2.ebuild 15 Jan 2009 11:20:43 -0000 1.2 @@ -1,13 +1,13 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/enable/enable-3.0.2.ebuild= ,v 1.1 2009/01/15 10:24:27 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/enable/enable-3.0.2.ebuild= ,v 1.2 2009/01/15 11:20:43 bicatali Exp $ =20 EAPI=3D2 inherit eutils distutils =20 MY_PN=3D"Enable" MY_P=3D"${MY_PN}-${PV}" -DESCRIPTION=3D"Enthought Tools Suite drawing and interaction GUI objects= " +DESCRIPTION=3D"Enthought Tool Suite drawing and interaction GUI objects" HOMEPAGE=3D"http://code.enthought.com/projects/enable" SRC_URI=3D"http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/= ${MY_P}.tar.gz" =20