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-apps/hwinfo: hwinfo-18.1.ebuild
Date: Thu, 30 Sep 2010 22:58:11
Message-Id: 20100930225806.399CE20051@flycatcher.gentoo.org
1 ssuominen 10/09/30 22:58:06
2
3 Modified: hwinfo-18.1.ebuild
4 Log:
5 Install some missing files.
6
7 (Portage version: 2.2_rc88/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-apps/hwinfo/hwinfo-18.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild?r1=1.1&r2=1.2
15
16 Index: hwinfo-18.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- hwinfo-18.1.ebuild 30 Sep 2010 22:48:28 -0000 1.1
23 +++ hwinfo-18.1.ebuild 30 Sep 2010 22:58:06 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v 1.1 2010/09/30 22:48:28 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwinfo/hwinfo-18.1.ebuild,v 1.2 2010/09/30 22:58:06 ssuominen Exp $
29
30 EAPI=2
31 inherit multilib rpm toolchain-funcs
32 @@ -41,5 +41,9 @@
33
34 src_install() {
35 emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install || die
36 +
37 dodoc changelog README
38 + doman doc/hwinfo.8
39 + insinto /usr/share/doc/${PF}/examples
40 + doins doc/example*.c
41 }