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.9.ebuild ChangeLog
Date: Mon, 03 Jun 2013 05:47:53
Message-Id: 20130603054747.596352171D@flycatcher.gentoo.org
1 patrick 13/06/03 05:47:47
2
3 Modified: ChangeLog
4 Added: mozprofile-0.9.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.10 dev-python/mozprofile/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozprofile/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozprofile/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozprofile/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/mozprofile/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 22 May 2013 07:08:13 -0000 1.9
24 +++ ChangeLog 3 Jun 2013 05:47:47 -0000 1.10
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.9 2013/05/22 07:08:13 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/mozprofile/ChangeLog,v 1.10 2013/06/03 05:47:47 patrick Exp $
30 +
31 +*mozprofile-0.9 (03 Jun 2013)
32 +
33 + 03 Jun 2013; Patrick Lauer <patrick@g.o> +mozprofile-0.9.ebuild:
34 + Bump
35
36 *mozprofile-0.8 (22 May 2013)
37
38
39
40
41 1.1 dev-python/mozprofile/mozprofile-0.9.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozprofile/mozprofile-0.9.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mozprofile/mozprofile-0.9.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mozprofile-0.9.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.9.ebuild,v 1.1 2013/06/03 05:47:47 patrick Exp $
51
52 EAPI="4"
53 PYTHON_DEPEND="2"
54 SUPPORT_PYTHON_ABIS="1"
55 RESTRICT_PYTHON_ABIS="3.*"
56 PYTHON_USE_WITH=sqlite
57
58 inherit distutils
59
60 DESCRIPTION="Handling of Mozilla XUL app profiles"
61 HOMEPAGE="http://github.com/mozautomation/mozmill http://pypi.python.org/pypi/mozprofile"
62 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
63
64 LICENSE="MPL-2.0"
65 KEYWORDS="~amd64 ~x86"
66 SLOT="0"
67 IUSE=""
68
69 DEPEND="dev-python/manifestdestiny
70 dev-python/simplejson
71 dev-python/setuptools"
72 RDEPEND="${DEPEND}"