summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-01-26 14:25:48 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-01-26 14:25:48 +0000
commit5775e0931f394c6d3c6c631f9becc827b581b402 (patch)
tree0add23ba1b3d9b4e5f796d0d5404d115368f8a90 /dev-python/runsnakerun
parentVersion bump (diff)
downloadgentoo-2-5775e0931f394c6d3c6c631f9becc827b581b402.tar.gz
gentoo-2-5775e0931f394c6d3c6c631f9becc827b581b402.tar.bz2
gentoo-2-5775e0931f394c6d3c6c631f9becc827b581b402.zip
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/runsnakerun')
-rw-r--r--dev-python/runsnakerun/ChangeLog7
-rw-r--r--dev-python/runsnakerun/runsnakerun-2.0.1.ebuild30
2 files changed, 5 insertions, 32 deletions
diff --git a/dev-python/runsnakerun/ChangeLog b/dev-python/runsnakerun/ChangeLog
index e7dee8c65897..fb60e61bcd46 100644
--- a/dev-python/runsnakerun/ChangeLog
+++ b/dev-python/runsnakerun/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/runsnakerun
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/runsnakerun/ChangeLog,v 1.3 2014/03/05 21:30:29 swegener Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/runsnakerun/ChangeLog,v 1.4 2015/01/26 14:25:48 mrueg Exp $
+
+ 26 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -runsnakerun-2.0.1.ebuild:
+ Remove old.
*runsnakerun-2.0.4 (05 Mar 2014)
diff --git a/dev-python/runsnakerun/runsnakerun-2.0.1.ebuild b/dev-python/runsnakerun/runsnakerun-2.0.1.ebuild
deleted file mode 100644
index ace20b685402..000000000000
--- a/dev-python/runsnakerun/runsnakerun-2.0.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/runsnakerun/runsnakerun-2.0.1.ebuild,v 1.2 2013/02/24 10:10:34 swegener Exp $
-
-EAPI="4"
-
-SUPPORT_PYTHON_ABIS="1"
-PYTHON_DEPEND="2:2.4"
-RESTRICT_PYTHON_ABIS="3.*"
-
-MY_PN="RunSnakeRun"
-MY_P="${MY_PN}-${PV/_beta/b}"
-
-inherit distutils
-
-DESCRIPTION="GUI Viewer for Python profiling runs"
-HOMEPAGE="http://www.vrplumber.com/programming/runsnakerun/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
- dev-python/squaremap
- dev-python/wxpython"
-
-S="${WORKDIR}"/${MY_P}