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: Sat, 22 Dec 2007 15:52:53
Message-Id: E1J66ed-0006bt-15@stork.gentoo.org
1 dang 07/12/22 15:52:47
2
3 Modified: ChangeLog
4 Added: usermode-utilities-20070815.ebuild
5 Log:
6 Bump to 20070815
7
8 (Portage version: 2.1.4_rc10)
9
10 Revision Changes Path
11 1.23 sys-apps/usermode-utilities/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?rev=1.23&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?rev=1.23&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/ChangeLog?r1=1.22&r2=1.23
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v
20 retrieving revision 1.22
21 retrieving revision 1.23
22 diff -u -r1.22 -r1.23
23 --- ChangeLog 11 Jun 2007 16:10:24 -0000 1.22
24 +++ ChangeLog 22 Dec 2007 15:52:46 -0000 1.23
25 @@ -1,6 +1,13 @@
26 # ChangeLog for sys-apps/usermode-utilities
27 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.22 2007/06/11 16:10:24 dang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.23 2007/12/22 15:52:46 dang Exp $
30 +
31 +*usermode-utilities-20070815 (22 Dec 2007)
32 +
33 + 22 Dec 2007; Daniel Gryniewicz <dang@g.o>
34 + +files/usermode-utilities-20070815-nostrip.patch,
35 + +usermode-utilities-20070815.ebuild:
36 + Bump to 20070815
37
38 *usermode-utilities-20060323 (11 Jun 2007)
39
40
41
42
43 1.1 sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild?rev=1.1&content-type=text/plain
47
48 Index: usermode-utilities-20070815.ebuild
49 ===================================================================
50 # Copyright 1999-2007 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20070815.ebuild,v 1.1 2007/12/22 15:52:46 dang Exp $
53
54 inherit eutils
55
56 S=${WORKDIR}/tools-${PV}
57 DESCRIPTION="Tools for use with Usermode Linux virtual machines"
58 SRC_URI="http://user-mode-linux.sourceforge.net/uml_utilities_${PV}.tar.bz2"
59 HOMEPAGE="http://user-mode-linux.sourceforge.net/"
60
61 SLOT="0"
62 LICENSE="GPL-2"
63 KEYWORDS="-* ~amd64 ~x86"
64 IUSE=""
65
66 DEPEND="virtual/libc"
67
68 src_unpack() {
69 unpack ${A}
70 cd ${S}
71 epatch ${FILESDIR}/${PN}-20060216-unlazy.patch
72 epatch ${FILESDIR}/${P}-nostrip.patch
73 }
74
75 src_compile() {
76 emake CFLAGS="${CFLAGS} -DTUNTAP -D_LARGEFILE64_SOURCE -g -Wall" all
77 }
78
79 src_install () {
80 make DESTDIR=${D} install
81
82 dodoc COPYING
83 }
84
85
86
87 --
88 gentoo-commits@g.o mailing list