Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/libopensync-plugin-moto: libopensync-plugin-moto-0.22.ebuild metadata.xml ChangeLog
Date: Wed, 30 Mar 2011 18:17:15
Message-Id: 20110330181705.6046C20054@flycatcher.gentoo.org
1 ssuominen 11/03/30 18:17:05
2
3 Added: libopensync-plugin-moto-0.22.ebuild metadata.xml
4 ChangeLog
5 Log:
6 Initial commit wrt #211262 by Matija Šuklje.
7
8 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 app-pda/libopensync-plugin-moto/libopensync-plugin-moto-0.22.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libopensync-plugin-moto/libopensync-plugin-moto-0.22.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libopensync-plugin-moto/libopensync-plugin-moto-0.22.ebuild?rev=1.1&content-type=text/plain
15
16 Index: libopensync-plugin-moto-0.22.ebuild
17 ===================================================================
18 # Copyright 1999-2011 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-moto/libopensync-plugin-moto-0.22.ebuild,v 1.1 2011/03/30 18:17:05 ssuominen Exp $
21
22 EAPI=3
23
24 PYTHON_DEPEND="2:2.6"
25
26 inherit multilib python
27
28 DESCRIPTION="Motorola plug-in for OpenSync"
29 HOMEPAGE="http://www.opensync.org/"
30 SRC_URI="http://www.opensync.org/download/releases/${PV}/${P}.tar.bz2"
31
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 IUSE="bluetooth"
36
37 RDEPEND="~app-pda/libopensync-${PV}
38 ~app-pda/libopensync-plugin-python-${PV}
39 dev-python/python-dateutil
40 bluetooth? ( dev-python/pybluez )"
41 DEPEND=""
42
43 src_install() {
44 # This is correct per README and OPENSYNC_PYTHONPLG_DIR variable in
45 # configure.in at libopensync-plugin-python-0.22 package.
46 insinto /usr/$(get_libdir)/opensync/python-plugins
47 doins motosync.py || die
48 insinto /usr/share/opensync/defaults
49 doins moto-sync || die
50 dodoc AUTHORS README
51 }
52
53
54
55 1.1 app-pda/libopensync-plugin-moto/metadata.xml
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libopensync-plugin-moto/metadata.xml?rev=1.1&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libopensync-plugin-moto/metadata.xml?rev=1.1&content-type=text/plain
59
60 Index: metadata.xml
61 ===================================================================
62 <?xml version="1.0" encoding="UTF-8"?>
63 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
64 <pkgmetadata>
65 <herd>pda</herd>
66 </pkgmetadata>
67
68
69
70 1.1 app-pda/libopensync-plugin-moto/ChangeLog
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libopensync-plugin-moto/ChangeLog?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libopensync-plugin-moto/ChangeLog?rev=1.1&content-type=text/plain
74
75 Index: ChangeLog
76 ===================================================================
77 # ChangeLog for app-pda/libopensync-plugin-moto
78 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
79 # $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-moto/ChangeLog,v 1.1 2011/03/30 18:17:05 ssuominen Exp $
80
81 *libopensync-plugin-moto-0.22 (30 Mar 2011)
82
83 30 Mar 2011; Samuli Suominen <ssuominen@g.o>
84 +libopensync-plugin-moto-0.22.ebuild:
85 Initial commit wrt #211262 by Matija Šuklje.