public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Delaney (idella4)" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/mozrunner: mozrunner-5.18-r1.ebuild ChangeLog mozrunner-5.2.ebuild mozrunner-5.18.ebuild mozrunner-5.12.ebuild mozrunner-5.14.ebuild mozrunner-2.5.4.ebuild mozrunner-5.10.ebuild
Date: Tue, 23 Jul 2013 11:54:40 +0000 (UTC)	[thread overview]
Message-ID: <20130723115440.2165F2171C@flycatcher.gentoo.org> (raw)

idella4     13/07/23 11:54:40

  Modified:             ChangeLog
  Added:                mozrunner-5.18-r1.ebuild
  Removed:              mozrunner-5.2.ebuild mozrunner-5.18.ebuild
                        mozrunner-5.12.ebuild mozrunner-5.14.ebuild
                        mozrunner-2.5.4.ebuild mozrunner-5.10.ebuild
  Log:
  migrate -> distutils-r1, add missing rdep and correct deps, drop some old
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.26                 dev-python/mozrunner/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	19 Jun 2013 06:16:49 -0000	1.25
+++ ChangeLog	23 Jul 2013 11:54:39 -0000	1.26
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/mozrunner
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v 1.25 2013/06/19 06:16:49 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/ChangeLog,v 1.26 2013/07/23 11:54:39 idella4 Exp $
+
+*mozrunner-5.18-r1 (23 Jul 2013)
+
+  23 Jul 2013; Ian Delaney <idella4@gentoo.org> +mozrunner-5.18-r1.ebuild,
+  -mozrunner-2.5.4.ebuild, -mozrunner-5.10.ebuild, -mozrunner-5.12.ebuild,
+  -mozrunner-5.14.ebuild, -mozrunner-5.18.ebuild, -mozrunner-5.2.ebuild:
+  migrate -> distutils-r1, add missing rdep and correct deps, drop some old
 
 *mozrunner-5.18 (19 Jun 2013)
 



1.1                  dev-python/mozrunner/mozrunner-5.18-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.18-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozrunner/mozrunner-5.18-r1.ebuild?rev=1.1&content-type=text/plain

Index: mozrunner-5.18-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-5.18-r1.ebuild,v 1.1 2013/07/23 11:54:39 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy2_0 )

inherit distutils-r1

DESCRIPTION="Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)"
HOMEPAGE="http://pypi.python.org/pypi/mozrunner"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=">=dev-python/mozinfo-0.3.3[${PYTHON_USEDEP}]
	>=dev-python/mozprofile-0.10[${PYTHON_USEDEP}]
	>=dev-python/mozprocess-0.10[${PYTHON_USEDEP}]
	dev-python/simplejson[${PYTHON_USEDEP}]
	dev-python/mozfile[${PYTHON_USEDEP}]"

python_prepare_all() {
	sed -e 's/\(moz.*\) ==/\1 >=/' -i setup.py
	distutils-r1_python_prepare_all
}





                 reply	other threads:[~2013-07-23 11:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20130723115440.2165F2171C@flycatcher.gentoo.org \
    --to=idella4@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