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 1Q9h29-0006Kh-G5 for garchives@archives.gentoo.org; Tue, 12 Apr 2011 17:05:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E8F11C042; Tue, 12 Apr 2011 17:05:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 491271C042 for ; Tue, 12 Apr 2011 17:05:37 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D18AF1BC0CC for ; Tue, 12 Apr 2011 17:05:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 3A79280065 for ; Tue, 12 Apr 2011 17:05:36 +0000 (UTC) From: "Arfrever Frehtes Taifersar Arahesis" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arfrever Frehtes Taifersar Arahesis" Message-ID: Subject: [gentoo-commits] proj/turbogears2:master commit in: net-zope/z3c-recipe-sphinxdoc/, dev-python/zc-recipe-egg/ X-VCS-Repository: proj/turbogears2 X-VCS-Files: dev-python/zc-recipe-egg/zc-recipe-egg-1.2.2.ebuild net-zope/z3c-recipe-sphinxdoc/z3c-recipe-sphinxdoc-0.0.8.ebuild X-VCS-Directories: net-zope/z3c-recipe-sphinxdoc/ dev-python/zc-recipe-egg/ X-VCS-Committer: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis X-VCS-Revision: beefbaa35cf87d28eb14514d4c5ec627e92c23ea Date: Tue, 12 Apr 2011 17:05:36 +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: X-Archives-Hash: 9ceaf66270b90860d57f282122dce061 commit: beefbaa35cf87d28eb14514d4c5ec627e92c23ea Author: Arfrever Frehtes Taifersar Arahesis Gentoo Org> AuthorDate: Tue Apr 12 17:05:37 2011 +0000 Commit: Arfrever Frehtes Taifersar Arahesis gentoo org> CommitDate: Tue Apr 12 17:05:37 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/turbogears2.g= it;a=3Dcommit;h=3Dbeefbaa3 Use net-zope/zc-recipe-egg. --- .../zc-recipe-egg/zc-recipe-egg-1.2.2.ebuild | 24 --------------= ------ .../z3c-recipe-sphinxdoc-0.0.8.ebuild | 2 +- 2 files changed, 1 insertions(+), 25 deletions(-) diff --git a/dev-python/zc-recipe-egg/zc-recipe-egg-1.2.2.ebuild b/dev-py= thon/zc-recipe-egg/zc-recipe-egg-1.2.2.ebuild deleted file mode 100644 index 7e3af70..0000000 --- a/dev-python/zc-recipe-egg/zc-recipe-egg-1.2.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -PYTHON_DEPEND=3D"2:2.5" - -inherit distutils - -MY_PN=3D"${PN//-/.}" - -DESCRIPTION=3D"Recipe for installing Python package distributions as egg= s" -HOMEPAGE=3D"http://pypi.python.org/pypi/zc.recipe.egg/" -SRC_URI=3D"http://pypi.python.org/packages/source/z/${MY_PN}/${MY_PN}-${= PV}.tar.gz" -LICENSE=3D"ZPL" -SLOT=3D"0" -KEYWORDS=3D"~amd64 ~x86" -IUSE=3D"" - -RDEPEND=3D"net-zope/zcbuildout" -DEPEND=3D"dev-python/setuptools" - -S=3D"${WORKDIR}/${MY_PN}-${PV}" - -DOCS=3D"CHANGES.txt" diff --git a/net-zope/z3c-recipe-sphinxdoc/z3c-recipe-sphinxdoc-0.0.8.ebu= ild b/net-zope/z3c-recipe-sphinxdoc/z3c-recipe-sphinxdoc-0.0.8.ebuild index 3d84389..a8f9f92 100644 --- a/net-zope/z3c-recipe-sphinxdoc/z3c-recipe-sphinxdoc-0.0.8.ebuild +++ b/net-zope/z3c-recipe-sphinxdoc/z3c-recipe-sphinxdoc-0.0.8.ebuild @@ -17,7 +17,7 @@ SLOT=3D"0" IUSE=3D"" =20 RDEPEND=3D"net-zope/zcbuildout - dev-python/zc-recipe-egg + net-zope/zc-recipe-egg dev-python/sphinx" DEPEND=3D"dev-python/setuptools dev-python/docutils"