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: traydevice-1.5.ebuild
Date: Sat, 21 Aug 2010 07:18:48
Message-Id: 20100821071843.593D22004C@flycatcher.gentoo.org
1 ssuominen 10/08/21 07:18:43
2
3 Modified: traydevice-1.5.ebuild
4 Log:
5 final cosmetics
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 sys-fs/traydevice/traydevice-1.5.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/traydevice-1.5.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/traydevice-1.5.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/traydevice/traydevice-1.5.ebuild?r1=1.3&r2=1.4
14
15 Index: traydevice-1.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/traydevice/traydevice-1.5.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- traydevice-1.5.ebuild 21 Aug 2010 07:13:40 -0000 1.3
22 +++ traydevice-1.5.ebuild 21 Aug 2010 07:18:43 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/traydevice-1.5.ebuild,v 1.3 2010/08/21 07:13:40 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/traydevice/traydevice-1.5.ebuild,v 1.4 2010/08/21 07:18:43 ssuominen Exp $
28
29 EAPI=3
30
31 @@ -39,8 +39,8 @@
32 distutils_src_install \
33 --root="${D}" \
34 --prefix=/usr \
35 - --install-data=/usr/share/traydevice \
36 + --install-data=/usr/share/${PN} \
37 --install-man=/usr/share/man
38
39 - rm -f "${D}"/usr/share/traydevice/*.txt
40 + rm -f "${D}"/usr/share/${PN}/*.txt
41 }