Gentoo Archives: gentoo-commits

From: "Daniel Gryniewicz (dang)" <dang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/usermode-utilities: ChangeLog usermode-utilities-20070815.ebuild
Date: Mon, 29 Dec 2008 14:25:06
Message-Id: E1LHJ3H-00086S-7e@stork.gentoo.org
1 dang 08/12/29 14:25:03
2
3 Modified: ChangeLog usermode-utilities-20070815.ebuild
4 Log:
5 Oops, put back src_install
6 (Portage version: 2.2_rc19/cvs/Linux 2.6.27-gentoo-r6 x86_64)
7
8 Revision Changes Path
9 1.28 sys-apps/usermode-utilities/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?rev=1.28&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?rev=1.28&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?r1=1.27&r2=1.28
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v
18 retrieving revision 1.27
19 retrieving revision 1.28
20 diff -u -r1.27 -r1.28
21 --- ChangeLog 22 Dec 2008 15:07:10 -0000 1.27
22 +++ ChangeLog 29 Dec 2008 14:25:03 -0000 1.28
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-apps/usermode-utilities
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.27 2008/12/22 15:07:10 dang Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.28 2008/12/29 14:25:03 dang Exp $
28 +
29 + 29 Dec 2008; Daniel Gryniewicz <dang@g.o>
30 + usermode-utilities-20070815.ebuild:
31 + Oops, put back src_install
32
33 22 Dec 2008; Daniel Gryniewicz <dang@g.o>
34 usermode-utilities-20070815.ebuild:
35
36
37
38 1.6 sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?r1=1.5&r2=1.6
43
44 Index: usermode-utilities-20070815.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- usermode-utilities-20070815.ebuild 22 Dec 2008 15:07:10 -0000 1.5
51 +++ usermode-utilities-20070815.ebuild 29 Dec 2008 14:25:03 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v 1.5 2008/12/22 15:07:10 dang Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v 1.6 2008/12/29 14:25:03 dang Exp $
57
58 inherit eutils
59
60 @@ -32,3 +32,6 @@
61 emake CFLAGS="${CFLAGS} -DTUNTAP -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -g -Wall" all || die "Compilation failed"
62 }
63
64 +src_install() {
65 + emake DESTDIR="${D}" install || die "Install failed"
66 +}