Gentoo Archives: gentoo-commits

From: "Thomas Alan Gall (tgall)" <tgall@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libhugetlbfs: ChangeLog libhugetlbfs-1.2.ebuild
Date: Tue, 05 Feb 2008 21:39:08
Message-Id: E1JMVVN-0000h3-2s@stork.gentoo.org
1 tgall 08/02/05 21:39:01
2
3 Modified: ChangeLog
4 Added: libhugetlbfs-1.2.ebuild
5 Log:
6 added 1.2 version
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.2 sys-libs/libhugetlbfs/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libhugetlbfs/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libhugetlbfs/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libhugetlbfs/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libhugetlbfs/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 13 Jul 2007 06:00:35 -0000 1.1
23 +++ ChangeLog 5 Feb 2008 21:39:00 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-libs/libhugetlbfs
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhugetlbfs/ChangeLog,v 1.1 2007/07/13 06:00:35 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhugetlbfs/ChangeLog,v 1.2 2008/02/05 21:39:00 tgall Exp $
29 +
30 +*libhugetlbfs-1.2 (5 Feb 2008)
31 +
32 + 05 Feb 2008; Tom Gall <tgall@g.o> : +libhugetlbfs-1.2.ebuild:
33 + added new 1.2 version
34
35 *libhugetlbfs-1.1 (13 Jul 2007)
36
37
38
39
40 1.1 sys-libs/libhugetlbfs/libhugetlbfs-1.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libhugetlbfs/libhugetlbfs-1.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libhugetlbfs/libhugetlbfs-1.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: libhugetlbfs-1.2.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sys-libs/libhugetlbfs/libhugetlbfs-1.2.ebuild,v 1.1 2008/02/05 21:39:00 tgall Exp $
50
51 inherit eutils multilib toolchain-funcs
52
53 DESCRIPTION="easy hugepage access"
54 HOMEPAGE="http://libhugetlbfs.ozlabs.org/"
55 SRC_URI="http://libhugetlbfs.ozlabs.org/releases/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~ppc64"
60 IUSE=""
61
62 DEPEND=""
63
64 src_unpack() {
65 unpack ${A}
66 cd "${S}"
67 sed -i \
68 -e '/^PREFIX/s:/local::' \
69 -e '1iBUILDTYPE = NATIVEONLY' \
70 -e '1iV = 1' \
71 -e "/^LIB\(32\|64\)/s:=.*:= $(get_libdir):" \
72 -e '/^CC\(32\|64\)/s:=.*:= $(CC):' \
73 Makefile
74 }
75
76 src_compile() {
77 tc-export AR CC
78 emake libs || die
79 }
80
81 src_install() {
82 emake install DESTDIR="${D}" || die
83 dodoc HOWTO NEWS README
84 }
85
86
87
88 --
89 gentoo-commits@l.g.o mailing list