From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DE111138010 for ; Tue, 28 Aug 2012 22:49:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73E7AE00D3; Tue, 28 Aug 2012 22:49:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2DC37E00D3 for ; Tue, 28 Aug 2012 22:49:30 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FD7133D7F8 for ; Tue, 28 Aug 2012 22:49:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E8957E543C for ; Tue, 28 Aug 2012 22:49:27 +0000 (UTC) From: "Christoph Mende" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Mende" Message-ID: <1346194131.c12e30a2b6197b68849a20d99ce8cb0f9c3e4de5.angelos@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: app-portage/g-pypi/ X-VCS-Repository: proj/betagarden X-VCS-Files: app-portage/g-pypi/ChangeLog app-portage/g-pypi/g-pypi-0.2.1.ebuild app-portage/g-pypi/metadata.xml X-VCS-Directories: app-portage/g-pypi/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: c12e30a2b6197b68849a20d99ce8cb0f9c3e4de5 X-VCS-Branch: master Date: Tue, 28 Aug 2012 22:49:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 18172282-da1b-404e-a3d8-b1ab77bc3d4d X-Archives-Hash: 1bdb1cd8d0c2b57913d381f91a5fb325 commit: c12e30a2b6197b68849a20d99ce8cb0f9c3e4de5 Author: Christoph Mende gmail com> AuthorDate: Tue Aug 28 22:48:51 2012 +0000 Commit: Christoph Mende gentoo org> CommitDate: Tue Aug 28 22:48:51 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=c12e30a2 g-pypi: Newer version is in the main tree --- app-portage/g-pypi/ChangeLog | 15 --------------- app-portage/g-pypi/g-pypi-0.2.1.ebuild | 27 --------------------------- app-portage/g-pypi/metadata.xml | 8 -------- 3 files changed, 0 insertions(+), 50 deletions(-) diff --git a/app-portage/g-pypi/ChangeLog b/app-portage/g-pypi/ChangeLog deleted file mode 100644 index 69b75fb..0000000 --- a/app-portage/g-pypi/ChangeLog +++ /dev/null @@ -1,15 +0,0 @@ -# ChangeLog for app-portage/g-pypi -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 06 Jul 2008; Rob Cakebread - -files/digest-g-pypi-0.2.0, Manifest: - Fixed Manifest - - 02 Jul 2008; Rob Cakebread g-pypi-0.2.1.ebuild: - Added ~amd64 - - 01 Jul 2008; Rob Cakebread -g-pypi-0.2.0.ebuild, - +g-pypi-0.2.1.ebuild: - Version bump, removed 0.2.0. Works with portage 2.2 - diff --git a/app-portage/g-pypi/g-pypi-0.2.1.ebuild b/app-portage/g-pypi/g-pypi-0.2.1.ebuild deleted file mode 100644 index ae4fecb..0000000 --- a/app-portage/g-pypi/g-pypi-0.2.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit distutils - - -DESCRIPTION="Create Python ebuilds for Gentoo by querying The Python Package Index" -HOMEPAGE="http://tools.assembla.com/g-pypi/" -SRC_URI="http://pypi.python.org/packages/source/g/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="test" -DEPEND="dev-python/setuptools - test? ( dev-python/nose )" -RDEPEND="dev-python/setuptools - dev-python/pygments - dev-python/cheetah - app-portage/gentoolkit - dev-python/configobj - dev-python/yolk" - -src_test() { - PYTHONPATH=. "${python}" setup.py nosetests || die "tests failed" -} - diff --git a/app-portage/g-pypi/metadata.xml b/app-portage/g-pypi/metadata.xml deleted file mode 100644 index 5e10119..0000000 --- a/app-portage/g-pypi/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - no-herd - - maintainer-wanted@gentoo.org - -