Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libx86emu: libx86emu-1.1.ebuild ChangeLog
Date: Tue, 26 Jul 2011 21:48:41
Message-Id: 20110726214828.98D9F2004B@flycatcher.gentoo.org
1 zmedico 11/07/26 21:48:28
2
3 Modified: libx86emu-1.1.ebuild ChangeLog
4 Log:
5 Bump to EAPI 3 and fix for prefix.
6
7 (Portage version: 2.2.0_alpha47/cvs/Linux i686)
8
9 Revision Changes Path
10 1.6 dev-libs/libx86emu/libx86emu-1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libx86emu/libx86emu-1.1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libx86emu/libx86emu-1.1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libx86emu/libx86emu-1.1.ebuild?r1=1.5&r2=1.6
15
16 Index: libx86emu-1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libx86emu/libx86emu-1.1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- libx86emu-1.1.ebuild 1 Nov 2010 17:54:06 -0000 1.5
23 +++ libx86emu-1.1.ebuild 26 Jul 2011 21:48:28 -0000 1.6
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libx86emu/libx86emu-1.1.ebuild,v 1.5 2010/11/01 17:54:06 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libx86emu/libx86emu-1.1.ebuild,v 1.6 2011/07/26 21:48:28 zmedico Exp $
30
31 -EAPI=2
32 +EAPI=3
33 inherit multilib rpm toolchain-funcs
34
35 DESCRIPTION="A library for emulating x86"
36 @@ -27,6 +27,6 @@
37 }
38
39 src_install() {
40 - emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install || die
41 + emake DESTDIR="${ED}" LIBDIR="/usr/$(get_libdir)" install || die
42 dodoc Changelog README
43 }
44
45
46
47 1.6 dev-libs/libx86emu/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libx86emu/ChangeLog?rev=1.6&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libx86emu/ChangeLog?rev=1.6&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libx86emu/ChangeLog?r1=1.5&r2=1.6
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libx86emu/ChangeLog,v
56 retrieving revision 1.5
57 retrieving revision 1.6
58 diff -u -r1.5 -r1.6
59 --- ChangeLog 1 Nov 2010 17:54:06 -0000 1.5
60 +++ ChangeLog 26 Jul 2011 21:48:28 -0000 1.6
61 @@ -1,6 +1,9 @@
62 # ChangeLog for dev-libs/libx86emu
63 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libx86emu/ChangeLog,v 1.5 2010/11/01 17:54:06 ssuominen Exp $
65 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libx86emu/ChangeLog,v 1.6 2011/07/26 21:48:28 zmedico Exp $
67 +
68 + 26 Jul 2011; Zac Medico <zmedico@g.o> libx86emu-1.1.ebuild:
69 + Bump to EAPI 3 and fix for prefix.
70
71 01 Nov 2010; Samuli Suominen <ssuominen@g.o> libx86emu-1.1.ebuild:
72 Remove PowerPC keywording wrt #342753.