Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/bin86: bin86-0.16.20-r2.ebuild ChangeLog bin86-0.16.20-r1.ebuild
Date: Thu, 02 Jan 2014 07:37:44
Message-Id: 20140102073738.B1DA62004C@flycatcher.gentoo.org
1 polynomial-c 14/01/02 07:37:38
2
3 Modified: ChangeLog
4 Added: bin86-0.16.20-r2.ebuild
5 Removed: bin86-0.16.20-r1.ebuild
6 Log:
7 Revbump to add upstream fix for lilo build breakage (bug #491828)
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
10
11 Revision Changes Path
12 1.30 sys-devel/bin86/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bin86/ChangeLog?rev=1.30&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bin86/ChangeLog?rev=1.30&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bin86/ChangeLog?r1=1.29&r2=1.30
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-devel/bin86/ChangeLog,v
21 retrieving revision 1.29
22 retrieving revision 1.30
23 diff -u -r1.29 -r1.30
24 --- ChangeLog 9 Dec 2013 23:54:35 -0000 1.29
25 +++ ChangeLog 2 Jan 2014 07:37:38 -0000 1.30
26 @@ -1,6 +1,12 @@
27 # ChangeLog for sys-devel/bin86
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/ChangeLog,v 1.29 2013/12/09 23:54:35 blueness Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/ChangeLog,v 1.30 2014/01/02 07:37:38 polynomial-c Exp $
32 +
33 +*bin86-0.16.20-r2 (02 Jan 2014)
34 +
35 + 02 Jan 2014; Lars Wendler <polynomial-c@g.o> -bin86-0.16.20-r1.ebuild,
36 + +bin86-0.16.20-r2.ebuild:
37 + Revbump to add upstream fix for lilo build breakage (bug #491828).
38
39 09 Dec 2013; Anthony G. Basile <blueness@g.o> ChangeLog:
40 Fix gpg signing of manifest
41
42
43
44 1.1 sys-devel/bin86/bin86-0.16.20-r2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bin86/bin86-0.16.20-r2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bin86/bin86-0.16.20-r2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: bin86-0.16.20-r2.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.20-r2.ebuild,v 1.1 2014/01/02 07:37:38 polynomial-c Exp $
54
55 EAPI="5"
56
57 inherit toolchain-funcs eutils
58
59 DESCRIPTION="Assembler and loader used to create kernel bootsector"
60 HOMEPAGE="http://v3.sk/~lkundrak/dev86/"
61 SRC_URI="http://v3.sk/~lkundrak/dev86/${P}.tar.gz
62 https://github.com/lkundrak/dev86/commit/2c95336f19eeff761ecb858c5a2a58484bb3ceeb.patch -> ${PN}-0.16.20-fix_lilo_build.patch"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="-* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd"
67 IUSE=""
68
69 src_prepare() {
70 sed -i \
71 -e '/^PREFIX/s:=.*:=$(DESTDIR)/usr:' \
72 -e '/^MANDIR/s:)/man/man1:)/share/man/man1:' \
73 -e '/^INSTALL_OPTS/s:-s::' \
74 -e "/^CFLAGS/s:=.*:=${CFLAGS} -D_POSIX_SOURCE ${CPPFLAGS}:" \
75 -e "/^LDFLAGS/s:=.*:=${LDFLAGS}:" \
76 Makefile || die
77 epatch "${FILESDIR}"/${PN}-0.16.17-amd64-build.patch \
78 "${DISTDIR}"/${P}-fix_lilo_build.patch
79 tc-export CC
80 }
81
82 src_install() {
83 dodir /usr/bin /usr/share/man/man1
84 default
85 }