Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/pmw: pmw-1.ebuild ChangeLog
Date: Sat, 30 Mar 2013 13:08:31
Message-Id: 20130330130828.2C1932171D@flycatcher.gentoo.org
1 floppym 13/03/30 13:08:28
2
3 Modified: pmw-1.ebuild ChangeLog
4 Log:
5 Quote patterns for python_gen_usedep.
6
7 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.2 virtual/pmw/pmw-1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pmw/pmw-1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pmw/pmw-1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pmw/pmw-1.ebuild?r1=1.1&r2=1.2
15
16 Index: pmw-1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/pmw/pmw-1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pmw-1.ebuild 22 Jan 2013 19:23:53 -0000 1.1
23 +++ pmw-1.ebuild 30 Mar 2013 13:08:28 -0000 1.2
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/virtual/pmw/pmw-1.ebuild,v 1.1 2013/01/22 19:23:53 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/virtual/pmw/pmw-1.ebuild,v 1.2 2013/03/30 13:08:28 floppym Exp $
29
30 EAPI=5
31
32 @@ -19,8 +19,8 @@
33
34 RDEPEND="
35 $(python_gen_cond_dep \
36 - "dev-python/pmw:py2[$(python_gen_usedep python2*)]" \
37 + "dev-python/pmw:py2[$(python_gen_usedep 'python2*')]" \
38 python2*)
39 $(python_gen_cond_dep \
40 - "dev-python/pmw:py3[$(python_gen_usedep python3*)]" \
41 + "dev-python/pmw:py3[$(python_gen_usedep 'python3*')]" \
42 python3*)"
43
44
45
46 1.2 virtual/pmw/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pmw/ChangeLog?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pmw/ChangeLog?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/pmw/ChangeLog?r1=1.1&r2=1.2
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/virtual/pmw/ChangeLog,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- ChangeLog 22 Jan 2013 19:23:53 -0000 1.1
59 +++ ChangeLog 30 Mar 2013 13:08:28 -0000 1.2
60 @@ -1,9 +1,11 @@
61 # ChangeLog for virtual/pmw
62 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/virtual/pmw/ChangeLog,v 1.1 2013/01/22 19:23:53 jlec Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/virtual/pmw/ChangeLog,v 1.2 2013/03/30 13:08:28 floppym Exp $
65 +
66 + 30 Mar 2013; Mike Gilbert <floppym@g.o> pmw-1.ebuild:
67 + Quote patterns for python_gen_usedep.
68
69 *pmw-1 (22 Jan 2013)
70
71 22 Jan 2013; Justin Lecher <jlec@g.o> +pmw-1.ebuild, +metadata.xml:
72 New Virtual
73 -