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: ChangeLog bin86-0.16.21.ebuild bin86-0.16.18.ebuild bin86-0.16.17.ebuild bin86-0.16.19.ebuild
Date: Wed, 28 May 2014 09:52:48
Message-Id: 20140528095244.66A142004E@flycatcher.gentoo.org
1 polynomial-c 14/05/28 09:52:44
2
3 Modified: ChangeLog
4 Added: bin86-0.16.21.ebuild
5 Removed: bin86-0.16.18.ebuild bin86-0.16.17.ebuild
6 bin86-0.16.19.ebuild
7 Log:
8 Version bump. Removed old
9
10 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
11
12 Revision Changes Path
13 1.34 sys-devel/bin86/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bin86/ChangeLog?rev=1.34&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bin86/ChangeLog?rev=1.34&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bin86/ChangeLog?r1=1.33&r2=1.34
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/sys-devel/bin86/ChangeLog,v
22 retrieving revision 1.33
23 retrieving revision 1.34
24 diff -u -r1.33 -r1.34
25 --- ChangeLog 18 May 2014 17:26:17 -0000 1.33
26 +++ ChangeLog 28 May 2014 09:52:44 -0000 1.34
27 @@ -1,6 +1,12 @@
28 # ChangeLog for sys-devel/bin86
29 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/ChangeLog,v 1.33 2014/05/18 17:26:17 vapier Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/ChangeLog,v 1.34 2014/05/28 09:52:44 polynomial-c Exp $
32 +
33 +*bin86-0.16.21 (28 May 2014)
34 +
35 + 28 May 2014; Lars Wendler <polynomial-c@g.o> -bin86-0.16.17.ebuild,
36 + -bin86-0.16.18.ebuild, -bin86-0.16.19.ebuild, +bin86-0.16.21.ebuild:
37 + Version bump. Removed old.
38
39 18 May 2014; Mike Frysinger <vapier@g.o> bin86-0.16.20-r2.ebuild:
40 Add ppc/ppc64 keywords as this project can build on any arch (it will still
41
42
43
44 1.1 sys-devel/bin86/bin86-0.16.21.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bin86/bin86-0.16.21.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bin86/bin86-0.16.21.ebuild?rev=1.1&content-type=text/plain
48
49 Index: bin86-0.16.21.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.21.ebuild,v 1.1 2014/05/28 09:52:44 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 ~ppc ~ppc64 ~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 tc-export CC
79 }
80
81 src_install() {
82 dodir /usr/bin /usr/share/man/man1
83 default
84 }