public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/betagarden:master commit in: dev-util/runsnakerun/
Date: Sun, 13 Oct 2013 14:56:17 +0000 (UTC)	[thread overview]
Message-ID: <1381673734.d4c42f1d4b47d0fc7578b30af4856e01574db298.jlec@gentoo> (raw)

commit:     d4c42f1d4b47d0fc7578b30af4856e01574db298
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 14:15:34 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 14:15:34 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=d4c42f1d

dev-util/runsnakerun: QA fixes

Package-Manager: portage-2.2.7

---
 dev-util/runsnakerun/ChangeLog                     |  5 +++-
 .../runsnakerun/runsnakerun-2.0.0_beta4.ebuild     | 27 ++++++++++++----------
 2 files changed, 19 insertions(+), 13 deletions(-)

diff --git a/dev-util/runsnakerun/ChangeLog b/dev-util/runsnakerun/ChangeLog
index 3754ed4..bbecce7 100644
--- a/dev-util/runsnakerun/ChangeLog
+++ b/dev-util/runsnakerun/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-util/runsnakerun
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  13 Oct 2013; Justin Lecher <jlec@gentoo.org> runsnakerun-2.0.0_beta4.ebuild:
+  QA fixes
+
   27 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Removed no-herd from herd tag in metadata.xml
 

diff --git a/dev-util/runsnakerun/runsnakerun-2.0.0_beta4.ebuild b/dev-util/runsnakerun/runsnakerun-2.0.0_beta4.ebuild
index 644083b..5ae7f9b 100644
--- a/dev-util/runsnakerun/runsnakerun-2.0.0_beta4.ebuild
+++ b/dev-util/runsnakerun/runsnakerun-2.0.0_beta4.ebuild
@@ -1,10 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-# Ebuild generated by g-pypi 0.2.2 (rev. 214)
 
-EAPI=3
-inherit distutils
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1
 
 MY_PN="RunSnakeRun"
 MY_PV="${PV/_beta/b}"
@@ -13,6 +15,7 @@ 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"
@@ -20,14 +23,14 @@ IUSE="doc"
 
 S="${WORKDIR}/${MY_P}"
 
-DEPEND="app-arch/unzip
-	dev-python/setuptools"
-RDEPEND="dev-python/wxpython
+DEPEND="
+	app-arch/unzip
+	dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+	dev-python/wxpython:2.8
 	dev-python/squaremap"
 
-src_install() {
-	distutils_src_install
-	if use doc; then
-		dodoc "${S}"/doc/*
-	fi
+python_install_all() {
+	use doc && DOCS=( "${S}"/doc/. )
+	distutils-r1_python_install_all
 }


             reply	other threads:[~2013-10-13 14:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-13 14:56 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-10-13 14:56 [gentoo-commits] proj/betagarden:master commit in: dev-util/runsnakerun/ Justin Lecher
2011-10-27 18:02 Justin Lecher
2011-07-13 11:11 Christoph Mende

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1381673734.d4c42f1d4b47d0fc7578b30af4856e01574db298.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox