Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/cropgui: cropgui-0.1.1-r2.ebuild ChangeLog
Date: Wed, 30 Oct 2013 19:25:35
Message-Id: 20131030192527.8494D20047@flycatcher.gentoo.org
1 mgorny 13/10/30 19:25:27
2
3 Modified: cropgui-0.1.1-r2.ebuild ChangeLog
4 Log:
5 Update the dep to use dev-lang/python-exec.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.5 media-gfx/cropgui/cropgui-0.1.1-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild?r1=1.4&r2=1.5
15
16 Index: cropgui-0.1.1-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- cropgui-0.1.1-r2.ebuild 17 Sep 2013 20:17:52 -0000 1.4
23 +++ cropgui-0.1.1-r2.ebuild 30 Oct 2013 19:25:27 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild,v 1.4 2013/09/17 20:17:52 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild,v 1.5 2013/10/30 19:25:27 mgorny Exp $
29
30 EAPI="5"
31
32 @@ -17,7 +17,7 @@
33 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
34
35 DEPEND="${PYTHON_DEPS}
36 - dev-python/python-exec:0[${PYTHON_USEDEP}]"
37 + dev-lang/python-exec:0[${PYTHON_USEDEP}]"
38 RDEPEND="${PYTHON_DEPS}
39 virtual/python-imaging[${PYTHON_USEDEP}]
40 dev-python/pygobject:2[${PYTHON_USEDEP}]
41
42
43
44 1.11 media-gfx/cropgui/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cropgui/ChangeLog?rev=1.11&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cropgui/ChangeLog?rev=1.11&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cropgui/ChangeLog?r1=1.10&r2=1.11
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-gfx/cropgui/ChangeLog,v
53 retrieving revision 1.10
54 retrieving revision 1.11
55 diff -u -r1.10 -r1.11
56 --- ChangeLog 17 Sep 2013 20:17:52 -0000 1.10
57 +++ ChangeLog 30 Oct 2013 19:25:27 -0000 1.11
58 @@ -1,6 +1,9 @@
59 # ChangeLog for media-gfx/cropgui
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/cropgui/ChangeLog,v 1.10 2013/09/17 20:17:52 mgorny Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/cropgui/ChangeLog,v 1.11 2013/10/30 19:25:27 mgorny Exp $
63 +
64 + 30 Oct 2013; Michał Górny <mgorny@g.o> cropgui-0.1.1-r2.ebuild:
65 + Update the dep to use dev-lang/python-exec.
66
67 17 Sep 2013; Michał Górny <mgorny@g.o> cropgui-0.1.1-r2.ebuild:
68 Add explicit dep on python-exec:0 since the package wraps the script manually.