Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libx86emu: libx86emu-1.1.ebuild ChangeLog metadata.xml
Date: Thu, 30 Sep 2010 22:42:56
Message-Id: 20100930224253.93EF820051@flycatcher.gentoo.org
1 ssuominen 10/09/30 22:42:53
2
3 Added: libx86emu-1.1.ebuild ChangeLog metadata.xml
4 Log:
5 Initial commit. Used by hwinfo >= 18.1.
6
7 (Portage version: 2.2_rc88/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 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.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libx86emu/libx86emu-1.1.ebuild?rev=1.1&content-type=text/plain
14
15 Index: libx86emu-1.1.ebuild
16 ===================================================================
17 # Copyright 1999-2010 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libx86emu/libx86emu-1.1.ebuild,v 1.1 2010/09/30 22:42:53 ssuominen Exp $
20
21 EAPI=2
22 inherit multilib rpm toolchain-funcs
23
24 DESCRIPTION="A library for emulating x86"
25 HOMEPAGE="http://www.opensuse.org/"
26 SRC_URI="http://download.opensuse.org/source/factory/repo/oss/suse/src/${P}-9.8.src.rpm"
27
28 LICENSE="as-is"
29 SLOT="0"
30 KEYWORDS="~amd64 ~ppc ~x86"
31 IUSE=""
32
33 src_prepare() {
34 sed -i \
35 -e 's:$(CC) -shared:& $(LDFLAGS):' \
36 Makefile || die
37 }
38
39 src_compile() {
40 emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} -fPIC -Wall" || die
41 }
42
43 src_install() {
44 emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install || die
45 dodoc Changelog README
46 }
47
48
49
50 1.1 dev-libs/libx86emu/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libx86emu/ChangeLog?rev=1.1&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libx86emu/ChangeLog?rev=1.1&content-type=text/plain
54
55 Index: ChangeLog
56 ===================================================================
57 # ChangeLog for dev-libs/libx86emu
58 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
59 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libx86emu/ChangeLog,v 1.1 2010/09/30 22:42:53 ssuominen Exp $
60
61 *libx86emu-1.1 (30 Sep 2010)
62
63 30 Sep 2010; Samuli Suominen <ssuominen@g.o> +libx86emu-1.1.ebuild:
64 Initial commit. Used by hwinfo >= 18.1.
65
66
67
68
69 1.1 dev-libs/libx86emu/metadata.xml
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libx86emu/metadata.xml?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libx86emu/metadata.xml?rev=1.1&content-type=text/plain
73
74 Index: metadata.xml
75 ===================================================================
76 <?xml version="1.0" encoding="UTF-8"?>
77 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
78 <pkgmetadata>
79 <herd>no-herd</herd>
80 <maintainer>
81 <email>ssuominen@g.o</email>
82 <name>Samuli Suominen</name>
83 </maintainer>
84 </pkgmetadata>