Gentoo Archives: gentoo-commits

From: "Daniel Pielmeier (billie)" <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-print/hplip: ChangeLog hplip-3.13.2-r1.ebuild
Date: Sun, 24 Feb 2013 10:52:11
Message-Id: 20130224105208.150452171D@flycatcher.gentoo.org
1 billie 13/02/24 10:52:08
2
3 Modified: ChangeLog hplip-3.13.2-r1.ebuild
4 Log:
5 Use PYTHON_USEDEP for notify-python as it now uses python-r1.
6
7 (Portage version: 2.1.11.50/cvs/Linux i686, signed Manifest commit with key 215AD14D)
8
9 Revision Changes Path
10 1.264 net-print/hplip/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/ChangeLog?rev=1.264&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/ChangeLog?rev=1.264&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/ChangeLog?r1=1.263&r2=1.264
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v
19 retrieving revision 1.263
20 retrieving revision 1.264
21 diff -u -r1.263 -r1.264
22 --- ChangeLog 21 Feb 2013 19:10:07 -0000 1.263
23 +++ ChangeLog 24 Feb 2013 10:52:07 -0000 1.264
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-print/hplip
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.263 2013/02/21 19:10:07 billie Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.264 2013/02/24 10:52:07 billie Exp $
29 +
30 + 24 Feb 2013; Daniel Pielmeier <billie@g.o> hplip-3.13.2-r1.ebuild:
31 + Use PYTHON_USEDEP for notify-python as it now uses python-r1.
32
33 *hplip-3.13.2-r1 (21 Feb 2013)
34
35
36
37
38 1.2 net-print/hplip/hplip-3.13.2-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/hplip-3.13.2-r1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/hplip-3.13.2-r1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/hplip-3.13.2-r1.ebuild?r1=1.1&r2=1.2
43
44 Index: hplip-3.13.2-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.13.2-r1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- hplip-3.13.2-r1.ebuild 21 Feb 2013 19:10:07 -0000 1.1
51 +++ hplip-3.13.2-r1.ebuild 24 Feb 2013 10:52:07 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.13.2-r1.ebuild,v 1.1 2013/02/21 19:10:07 billie Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.13.2-r1.ebuild,v 1.2 2013/02/24 10:52:07 billie Exp $
57
58 EAPI=5
59
60 @@ -23,7 +23,7 @@
61 IUSE="doc fax +hpcups hpijs kde libnotify -libusb0 minimal parport policykit qt4 scanner snmp static-ppds X"
62
63 # TODO: check if net-print/cups, sys-apps/dbus, net-analyzer/net-snmp
64 -# and dev-python/notify-python are migrated to python-r1
65 +# are migrated to python-r1
66
67 COMMON_DEPEND="
68 virtual/jpeg
69 @@ -69,7 +69,7 @@
70 qt4? (
71 >=dev-python/PyQt4-4.9.6-r2[dbus,X,${PYTHON_USEDEP}]
72 libnotify? (
73 - dev-python/notify-python
74 + >=dev-python/notify-python-0.1.1-r3[${PYTHON_USEDEP}]
75 )
76 )
77 )"