Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/bin86: bin86-0.16.18.ebuild ChangeLog
Date: Sun, 29 Jul 2012 15:45:06
Message-Id: 20120729154456.4373F2004B@flycatcher.gentoo.org
1 vapier 12/07/29 15:44:56
2
3 Modified: bin86-0.16.18.ebuild ChangeLog
4 Log:
5 Always apply amd64 build patch, and convert ebuild to EAPI=4 #428228 by Richard Yao.
6
7 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-devel/bin86/bin86-0.16.18.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bin86/bin86-0.16.18.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bin86/bin86-0.16.18.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bin86/bin86-0.16.18.ebuild?r1=1.1&r2=1.2
15
16 Index: bin86-0.16.18.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.18.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- bin86-0.16.18.ebuild 7 Dec 2010 05:04:08 -0000 1.1
23 +++ bin86-0.16.18.ebuild 29 Jul 2012 15:44:56 -0000 1.2
24 @@ -1,6 +1,8 @@
25 -# Copyright 1999-2010 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/sys-devel/bin86/bin86-0.16.18.ebuild,v 1.1 2010/12/07 05:04:08 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.18.ebuild,v 1.2 2012/07/29 15:44:56 vapier Exp $
30 +
31 +EAPI="4"
32
33 inherit toolchain-funcs eutils
34
35 @@ -13,9 +15,7 @@
36 KEYWORDS="-* ~amd64 ~x86"
37 IUSE=""
38
39 -src_unpack() {
40 - unpack ${A}
41 - cd "${S}"
42 +src_prepare() {
43 sed -i \
44 -e '/^PREFIX/s:=.*:=$(DESTDIR)/usr:' \
45 -e '/^MANDIR/s:)/man/man1:)/share/man/man1:' \
46 @@ -24,15 +24,11 @@
47 -e "/^LDFLAGS/s:=.*:=${LDFLAGS}:" \
48 Makefile || die
49 epatch "${FILESDIR}"/${P}-headers.patch #347817
50 - use amd64 && epatch "${FILESDIR}"/${PN}-0.16.17-amd64-build.patch
51 -}
52 -
53 -src_compile() {
54 - emake CC="$(tc-getCC)" || die
55 + epatch "${FILESDIR}"/${PN}-0.16.17-amd64-build.patch
56 + tc-export CC
57 }
58
59 src_install() {
60 dodir /usr/bin /usr/share/man/man1
61 - emake install DESTDIR="${D}" || die
62 - dodoc README* ChangeLog
63 + default
64 }
65
66
67
68 1.21 sys-devel/bin86/ChangeLog
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bin86/ChangeLog?rev=1.21&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bin86/ChangeLog?rev=1.21&content-type=text/plain
72 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bin86/ChangeLog?r1=1.20&r2=1.21
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/sys-devel/bin86/ChangeLog,v
77 retrieving revision 1.20
78 retrieving revision 1.21
79 diff -u -r1.20 -r1.21
80 --- ChangeLog 7 Dec 2010 05:04:10 -0000 1.20
81 +++ ChangeLog 29 Jul 2012 15:44:56 -0000 1.21
82 @@ -1,6 +1,11 @@
83 # ChangeLog for sys-devel/bin86
84 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/ChangeLog,v 1.20 2010/12/07 05:04:10 vapier Exp $
86 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
87 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/ChangeLog,v 1.21 2012/07/29 15:44:56 vapier Exp $
88 +
89 + 29 Jul 2012; Mike Frysinger <vapier@g.o> bin86-0.16.18.ebuild,
90 + files/bin86-0.16.17-amd64-build.patch:
91 + Always apply amd64 build patch, and convert ebuild to EAPI=4 #428228 by
92 + Richard Yao.
93
94 *bin86-0.16.18 (07 Dec 2010)