Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pybluez: ChangeLog pybluez-0.15.ebuild pybluez-0.13.ebuild
Date: Sat, 23 Feb 2008 17:40:17
Message-Id: E1JSyMA-0007tL-GY@stork.gentoo.org
1 dev-zero 08/02/23 17:40:14
2
3 Modified: ChangeLog
4 Added: pybluez-0.15.ebuild
5 Removed: pybluez-0.13.ebuild
6 Log:
7 Version bump (bug #211030 thanks to betelgeuse). Dropped old version since the new one is a bugfix-release.
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.18 dev-python/pybluez/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pybluez/ChangeLog?rev=1.18&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pybluez/ChangeLog?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pybluez/ChangeLog?r1=1.17&r2=1.18
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pybluez/ChangeLog,v
20 retrieving revision 1.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- ChangeLog 2 Nov 2007 01:38:19 -0000 1.17
24 +++ ChangeLog 23 Feb 2008 17:40:13 -0000 1.18
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-python/pybluez
27 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pybluez/ChangeLog,v 1.17 2007/11/02 01:38:19 hawking Exp $
29 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pybluez/ChangeLog,v 1.18 2008/02/23 17:40:13 dev-zero Exp $
31 +
32 +*pybluez-0.15 (23 Feb 2008)
33 +
34 + 23 Feb 2008; Tiziano Müller <dev-zero@g.o> -pybluez-0.13.ebuild,
35 + +pybluez-0.15.ebuild:
36 + Version bump (bug #211030 thanks to betelgeuse). Dropped old version since
37 + the new one is a bugfix-release.
38
39 *pybluez-0.13 (02 Nov 2007)
40
41
42
43
44 1.1 dev-python/pybluez/pybluez-0.15.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pybluez/pybluez-0.15.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pybluez/pybluez-0.15.ebuild?rev=1.1&content-type=text/plain
48
49 Index: pybluez-0.15.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-python/pybluez/pybluez-0.15.ebuild,v 1.1 2008/02/23 17:40:13 dev-zero Exp $
54
55 NEED_PYTHON="2.3"
56
57 inherit distutils
58
59 MY_P="PyBluez-${PV}"
60
61 DESCRIPTION="Python bindings for Bluez Bluetooth Stack"
62 HOMEPAGE="http://code.google.com/p/pybluez/"
63 SRC_URI="http://pybluez.googlecode.com/files/${MY_P}.tar.gz"
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
67 IUSE="examples"
68
69 DEPEND=">=net-wireless/bluez-libs-2.10"
70 RDEPEND="${DEPEND}"
71
72 S="${WORKDIR}/${MY_P}"
73
74 PYTHON_MODNAME="bluetooth"
75
76 src_install() {
77 distutils_src_install
78
79 if use examples; then
80 insinto /usr/share/doc/${PF}/examples
81 doins -r examples/* || die "doins failed"
82 fi
83 }
84
85
86
87 --
88 gentoo-commits@l.g.o mailing list