Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pynotifier: pynotifier-0.7.0-r2.ebuild ChangeLog
Date: Mon, 01 Jul 2013 08:15:36
Message-Id: 20130701081529.277942171C@flycatcher.gentoo.org
1 idella4 13/07/01 08:15:29
2
3 Modified: ChangeLog
4 Added: pynotifier-0.7.0-r2.ebuild
5 Log:
6 revbump; migrate -> distutils-r1
7
8 (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.20 dev-python/pynotifier/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pynotifier/ChangeLog?rev=1.20&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pynotifier/ChangeLog?rev=1.20&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pynotifier/ChangeLog?r1=1.19&r2=1.20
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pynotifier/ChangeLog,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -u -r1.19 -r1.20
23 --- ChangeLog 24 Oct 2011 05:37:32 -0000 1.19
24 +++ ChangeLog 1 Jul 2013 08:15:28 -0000 1.20
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/pynotifier
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pynotifier/ChangeLog,v 1.19 2011/10/24 05:37:32 tetromino Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pynotifier/ChangeLog,v 1.20 2013/07/01 08:15:28 idella4 Exp $
31 +
32 +*pynotifier-0.7.0-r2 (01 Jul 2013)
33 +
34 + 01 Jul 2013; Ian Delaney <idella4@g.o> +pynotifier-0.7.0-r2.ebuild:
35 + revbump; migrate -> distutils-r1
36
37 24 Oct 2011; Alexandre Rostovtsev <tetromino@g.o>
38 pynotifier-0.7.0-r1.ebuild:
39 @@ -78,4 +83,3 @@
40 +pynotifier-0.5.8.ebuild:
41 Initial version, thanks to Dirk Meyer and Frittella Laurento
42 (bug #156497)
43 -
44
45
46
47 1.1 dev-python/pynotifier/pynotifier-0.7.0-r2.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pynotifier/pynotifier-0.7.0-r2.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pynotifier/pynotifier-0.7.0-r2.ebuild?rev=1.1&content-type=text/plain
51
52 Index: pynotifier-0.7.0-r2.ebuild
53 ===================================================================
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-python/pynotifier/pynotifier-0.7.0-r2.ebuild,v 1.1 2013/07/01 08:15:28 idella4 Exp $
57
58 EAPI=5
59 PYTHON_COMPAT=( python{2_6,2_7} )
60
61 inherit distutils-r1
62
63 DESCRIPTION="pyNotifier provides an implementation of a notifier/event scheduler."
64 HOMEPAGE="http://www.bitkipper.net/"
65 SRC_URI="http://www.bitkipper.net/bytes/debian/dists/unstable/source/${PN}_${PV}.orig.tar.gz"
66
67 LICENSE="LGPL-2"
68 SLOT="0"
69 KEYWORDS="~amd64 ~ppc ~x86"
70 IUSE="qt4 gtk"
71
72 DEPEND=""
73 RDEPEND="dev-python/twisted
74 gtk? ( dev-python/pygobject:2[${PYTHON_USEDEP}] )
75 qt4? ( python_targets_python2_6? ( dev-python/PyQt4[X] )
76 python_targets_python2_7? ( dev-python/PyQt4[X] ) )"
77
78 python_prepare_all() {
79 use gtk || rm notifier/nf_gtk.py
80 use qt4 || rm notifier/nf_qt.py
81 distutils-r1_python_prepare_all
82 }