Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-gammu: ChangeLog python-gammu-0.23.ebuild
Date: Sat, 01 Dec 2007 09:53:56
Message-Id: E1IyP2l-0001GO-2u@stork.gentoo.org
1 mrness 07/12/01 09:53:51
2
3 Modified: ChangeLog
4 Added: python-gammu-0.23.ebuild
5 Log:
6 Version bump (#200881).
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.33 dev-python/python-gammu/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-gammu/ChangeLog?rev=1.33&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-gammu/ChangeLog?rev=1.33&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-gammu/ChangeLog?r1=1.32&r2=1.33
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-gammu/ChangeLog,v
19 retrieving revision 1.32
20 retrieving revision 1.33
21 diff -u -r1.32 -r1.33
22 --- ChangeLog 6 Sep 2007 10:14:48 -0000 1.32
23 +++ ChangeLog 1 Dec 2007 09:53:50 -0000 1.33
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-python/python-gammu
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gammu/ChangeLog,v 1.32 2007/09/06 10:14:48 mrness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gammu/ChangeLog,v 1.33 2007/12/01 09:53:50 mrness Exp $
29 +
30 +*python-gammu-0.23 (01 Dec 2007)
31 +
32 + 01 Dec 2007; Alin Năstac <mrness@g.o> +python-gammu-0.23.ebuild:
33 + Version bump (#200881).
34
35 *python-gammu-0.22 (06 Sep 2007)
36
37
38
39
40 1.1 dev-python/python-gammu/python-gammu-0.23.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-gammu/python-gammu-0.23.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-gammu/python-gammu-0.23.ebuild?rev=1.1&content-type=text/plain
44
45 Index: python-gammu-0.23.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-gammu/python-gammu-0.23.ebuild,v 1.1 2007/12/01 09:53:50 mrness Exp $
50
51 inherit distutils
52
53 DESCRIPTION="Python bindings for Gammu"
54 HOMEPAGE="http://www.cihar.com/gammu/python/"
55 SRC_URI="ftp://dl.cihar.com/python-gammu/v0/${P}.tar.bz2"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~x86"
60 IUSE=""
61
62 RDEPEND=">=app-mobilephone/gammu-1.15.0"
63 DEPEND="dev-util/pkgconfig
64 ${RDEPEND}"
65
66 src_install() {
67 DOCS="AUTHORS NEWS"
68 distutils_src_install
69
70 insinto /usr/share/doc/${PF}/examples
71 doins examples/*.py
72 insinto /usr/share/doc/${PF}/examples/data
73 doins examples/data/*
74 }
75
76
77
78 --
79 gentoo-commits@g.o mailing list