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 BA4CD1381F3 for ; Sun, 13 Oct 2013 14:56:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC060E09B3; Sun, 13 Oct 2013 14:56:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B0F9E09B3 for ; Sun, 13 Oct 2013 14:56:20 +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 BBB7F33EFEC for ; Sun, 13 Oct 2013 14:56:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 76143E5463 for ; Sun, 13 Oct 2013 14:56:17 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1381673753.44eb87f4ef0d6a34acdf39b6132b24571d8762ee.jlec@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: dev-util/runsnakerun/ X-VCS-Repository: proj/betagarden X-VCS-Files: dev-util/runsnakerun/ChangeLog dev-util/runsnakerun/metadata.xml dev-util/runsnakerun/runsnakerun-2.0.0_beta4.ebuild X-VCS-Directories: dev-util/runsnakerun/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 44eb87f4ef0d6a34acdf39b6132b24571d8762ee X-VCS-Branch: master Date: Sun, 13 Oct 2013 14:56:17 +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: f2b69985-0793-4927-8df8-70fd93ae491e X-Archives-Hash: be1ae5b0270551d0e06c3267cde7aae8 commit: 44eb87f4ef0d6a34acdf39b6132b24571d8762ee Author: Justin Lecher gentoo org> AuthorDate: Sun Oct 13 14:15:53 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Oct 13 14:15:53 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=44eb87f4 Newer version in CVS Signed-off-by: Justin Lecher gentoo.org> --- dev-util/runsnakerun/ChangeLog | 10 ------ dev-util/runsnakerun/metadata.xml | 4 --- .../runsnakerun/runsnakerun-2.0.0_beta4.ebuild | 36 ---------------------- 3 files changed, 50 deletions(-) diff --git a/dev-util/runsnakerun/ChangeLog b/dev-util/runsnakerun/ChangeLog deleted file mode 100644 index bbecce7..0000000 --- a/dev-util/runsnakerun/ChangeLog +++ /dev/null @@ -1,10 +0,0 @@ -# ChangeLog for dev-util/runsnakerun -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 13 Oct 2013; Justin Lecher runsnakerun-2.0.0_beta4.ebuild: - QA fixes - - 27 Oct 2011; Justin Lecher metadata.xml: - Removed no-herd from herd tag in metadata.xml - diff --git a/dev-util/runsnakerun/metadata.xml b/dev-util/runsnakerun/metadata.xml deleted file mode 100644 index 097975e..0000000 --- a/dev-util/runsnakerun/metadata.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/dev-util/runsnakerun/runsnakerun-2.0.0_beta4.ebuild b/dev-util/runsnakerun/runsnakerun-2.0.0_beta4.ebuild deleted file mode 100644 index 5ae7f9b..0000000 --- a/dev-util/runsnakerun/runsnakerun-2.0.0_beta4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7} ) - -inherit distutils-r1 - -MY_PN="RunSnakeRun" -MY_PV="${PV/_beta/b}" -MY_P="${MY_PN}-${MY_PV}" - -DESCRIPTION="GUI Viewer for Python profiling runs" -HOMEPAGE="http://www.vrplumber.com/programming/runsnakerun/" -SRC_URI="mirror://pypi/R/RunSnakeRun/${MY_P}.zip" - -LICENSE="BSD-2" -KEYWORDS="" -SLOT="0" -IUSE="doc" - -S="${WORKDIR}/${MY_P}" - -DEPEND=" - app-arch/unzip - dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=" - dev-python/wxpython:2.8 - dev-python/squaremap" - -python_install_all() { - use doc && DOCS=( "${S}"/doc/. ) - distutils-r1_python_install_all -}