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/pylirc: pylirc-0.0.5-r1.ebuild ChangeLog
Date: Mon, 01 Jul 2013 08:38:39
Message-Id: 20130701083836.C50DD2171C@flycatcher.gentoo.org
1 idella4 13/07/01 08:38:36
2
3 Modified: ChangeLog
4 Added: pylirc-0.0.5-r1.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.17 dev-python/pylirc/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/ChangeLog?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/ChangeLog?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/ChangeLog?r1=1.16&r2=1.17
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- ChangeLog 23 Jul 2010 22:34:03 -0000 1.16
24 +++ ChangeLog 1 Jul 2013 08:38:36 -0000 1.17
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/pylirc
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v 1.16 2010/07/23 22:34:03 arfrever Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylirc/ChangeLog,v 1.17 2013/07/01 08:38:36 idella4 Exp $
31 +
32 +*pylirc-0.0.5-r1 (01 Jul 2013)
33 +
34 + 01 Jul 2013; Ian Delaney <idella4@g.o> +pylirc-0.0.5-r1.ebuild:
35 + revbump; migrate -> distutils-r1
36
37 23 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
38 pylirc-0.0.5.ebuild:
39 @@ -53,4 +58,3 @@
40
41 10 Sep 2003; Max Kalika <max@g.o> pylirc-0.0.4.ebuild:
42 Initial version.
43 -
44
45
46
47 1.1 dev-python/pylirc/pylirc-0.0.5-r1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylirc/pylirc-0.0.5-r1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: pylirc-0.0.5-r1.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/pylirc/pylirc-0.0.5-r1.ebuild,v 1.1 2013/07/01 08:38:36 idella4 Exp $
57
58 EAPI=5
59 PYTHON_COMPAT=( python{2_5,2_6,2_7} )
60
61 inherit distutils-r1
62
63 DESCRIPTION="lirc module for Python"
64 HOMEPAGE="http://sourceforge.net/projects/pylirc/ http://pypi.python.org/pypi/pylirc"
65 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
66
67 LICENSE="GPL-2"
68 SLOT="0"
69 KEYWORDS="~amd64 ~ppc ~x86"
70 IUSE=""
71
72 DEPEND="app-misc/lirc"
73 RDEPEND="${DEPEND}"