Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/traydevice: ChangeLog traydevice-1.5.2.ebuild
Date: Thu, 30 Sep 2010 23:37:02
Message-Id: 20100930233656.D4A9520051@flycatcher.gentoo.org
1 ssuominen 10/09/30 23:36:56
2
3 Modified: ChangeLog
4 Added: traydevice-1.5.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2_rc88/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 sys-fs/traydevice/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-fs/traydevice/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 30 Sep 2010 23:34:40 -0000 1.2
24 +++ ChangeLog 30 Sep 2010 23:36:56 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sys-fs/traydevice
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/ChangeLog,v 1.2 2010/09/30 23:34:40 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/ChangeLog,v 1.3 2010/09/30 23:36:56 ssuominen Exp $
30 +
31 +*traydevice-1.5.2 (30 Sep 2010)
32 +
33 + 30 Sep 2010; Samuli Suominen <ssuominen@g.o>
34 + +traydevice-1.5.2.ebuild:
35 + Version bump.
36
37 30 Sep 2010; Samuli Suominen <ssuominen@g.o> traydevice-1.5.ebuild:
38 amd64/x86 stable
39
40
41
42 1.1 sys-fs/traydevice/traydevice-1.5.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/traydevice-1.5.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/traydevice-1.5.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: traydevice-1.5.2.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/traydevice-1.5.2.ebuild,v 1.1 2010/09/30 23:36:56 ssuominen Exp $
52
53 EAPI=3
54
55 PYTHON_DEPEND="2"
56 SUPPORT_PYTHON_ABIS="1"
57 RESTRICT_PYTHON_ABIS="3.*"
58
59 inherit distutils
60
61 DESCRIPTION="A little desktop application displaying systray icon for UDisks"
62 HOMEPAGE="http://savannah.nongnu.org/projects/traydevice/"
63 SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
64
65 LICENSE="GPL-3"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE=""
69
70 RDEPEND="dev-python/dbus-python
71 dev-python/lxml
72 dev-python/pyxdg
73 sys-fs/udisks"
74 DEPEND="app-text/docbook2X"
75
76 src_prepare() {
77 sed -i \
78 -e 's:docbook2man:docbook2man.pl:' \
79 setup.py || die
80
81 distutils_src_prepare
82 }
83
84 src_compile() { :; }
85
86 src_install() {
87 distutils_src_install \
88 --root="${D}" \
89 --prefix=/usr \
90 --install-data=/usr/share/${PN} \
91 --install-man=/usr/share/man
92
93 rm -f "${D}"/usr/share/${PN}/*.txt
94 }