Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libexecinfo: libexecinfo-1.1.ebuild ChangeLog
Date: Wed, 30 May 2012 12:38:55
Message-Id: 20120530123829.CD1C32004B@flycatcher.gentoo.org
1 aballier 12/05/30 12:38:29
2
3 Modified: libexecinfo-1.1.ebuild ChangeLog
4 Log:
5 fix multilib-strict and keyword ~amd64-fbsd
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-libs/libexecinfo/libexecinfo-1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexecinfo/libexecinfo-1.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexecinfo/libexecinfo-1.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexecinfo/libexecinfo-1.1.ebuild?r1=1.1&r2=1.2
15
16 Index: libexecinfo-1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libexecinfo/libexecinfo-1.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libexecinfo-1.1.ebuild 15 May 2009 07:22:15 -0000 1.1
23 +++ libexecinfo-1.1.ebuild 30 May 2012 12:38:29 -0000 1.2
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexecinfo/libexecinfo-1.1.ebuild,v 1.1 2009/05/15 07:22:15 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexecinfo/libexecinfo-1.1.ebuild,v 1.2 2012/05/30 12:38:29 aballier Exp $
30
31 -inherit bsdmk freebsd
32 +inherit bsdmk freebsd multilib
33
34 DESCRIPTION="A library for inspecting program's backtrace"
35 HOMEPAGE="http://www.freebsdsoftware.org/devel/libexecinfo.html"
36 @@ -10,7 +10,7 @@
37
38 LICENSE="BSD-2"
39 SLOT="0"
40 -KEYWORDS="~x86-fbsd"
41 +KEYWORDS="~amd64-fbsd ~x86-fbsd"
42 IUSE=""
43
44 DEPEND="sys-freebsd/freebsd-mk-defs"
45 @@ -19,6 +19,7 @@
46 PATCHES=( "${FILESDIR}/${P}-build.patch" )
47
48 src_install() {
49 + mymakeopts="${mymakeopts} LIBDIR=/usr/$(get_libdir)"
50 freebsd_src_install
51 dodoc README
52 }
53
54
55
56 1.2 dev-libs/libexecinfo/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexecinfo/ChangeLog?rev=1.2&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexecinfo/ChangeLog?rev=1.2&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexecinfo/ChangeLog?r1=1.1&r2=1.2
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libexecinfo/ChangeLog,v
65 retrieving revision 1.1
66 retrieving revision 1.2
67 diff -u -r1.1 -r1.2
68 --- ChangeLog 15 May 2009 07:22:15 -0000 1.1
69 +++ ChangeLog 30 May 2012 12:38:29 -0000 1.2
70 @@ -1,6 +1,9 @@
71 # ChangeLog for dev-libs/libexecinfo
72 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexecinfo/ChangeLog,v 1.1 2009/05/15 07:22:15 aballier Exp $
74 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
75 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexecinfo/ChangeLog,v 1.2 2012/05/30 12:38:29 aballier Exp $
76 +
77 + 30 May 2012; Alexis Ballier <aballier@g.o> libexecinfo-1.1.ebuild:
78 + fix multilib-strict and keyword ~amd64-fbsd
79
80 *libexecinfo-1.1 (15 May 2009)