Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/mozprofile: mozprofile-0.17.ebuild ChangeLog
Date: Fri, 22 Nov 2013 07:04:39
Message-Id: 20131122070435.6F76E2004B@flycatcher.gentoo.org
1 patrick 13/11/22 07:04:35
2
3 Modified: ChangeLog
4 Added: mozprofile-0.17.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.19 dev-python/mozprofile/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozprofile/ChangeLog?rev=1.19&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozprofile/ChangeLog?rev=1.19&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozprofile/ChangeLog?r1=1.18&r2=1.19
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/mozprofile/ChangeLog,v
20 retrieving revision 1.18
21 retrieving revision 1.19
22 diff -u -r1.18 -r1.19
23 --- ChangeLog 12 Sep 2013 06:46:27 -0000 1.18
24 +++ ChangeLog 22 Nov 2013 07:04:35 -0000 1.19
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/mozprofile
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/mozprofile/ChangeLog,v 1.18 2013/09/12 06:46:27 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozprofile/ChangeLog,v 1.19 2013/11/22 07:04:35 patrick Exp $
30 +
31 +*mozprofile-0.17 (22 Nov 2013)
32 +
33 + 22 Nov 2013; Patrick Lauer <patrick@g.o> +mozprofile-0.17.ebuild:
34 + Bump
35
36 *mozprofile-0.15 (12 Sep 2013)
37
38
39
40
41 1.1 dev-python/mozprofile/mozprofile-0.17.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozprofile/mozprofile-0.17.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozprofile/mozprofile-0.17.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mozprofile-0.17.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/mozprofile/mozprofile-0.17.ebuild,v 1.1 2013/11/22 07:04:35 patrick Exp $
51
52 EAPI=5
53 PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
54 PYTHON_REQ_USE="sqlite"
55
56 inherit distutils-r1
57
58 DESCRIPTION="Handling of Mozilla XUL app profiles"
59 HOMEPAGE="http://github.com/mozautomation/mozmill http://pypi.python.org/pypi/mozprofile"
60 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
61
62 LICENSE="MPL-2.0"
63 KEYWORDS="~amd64 ~x86"
64 SLOT="0"
65 IUSE=""
66
67 DEPEND="dev-python/manifestdestiny[${PYTHON_USEDEP}]
68 dev-python/simplejson[${PYTHON_USEDEP}]
69 dev-python/setuptools[${PYTHON_USEDEP}]"
70 RDEPEND="${DEPEND}"