polynomial-c 14/05/28 09:52:44
Modified: ChangeLog
Added: bin86-0.16.21.ebuild
Removed: bin86-0.16.18.ebuild bin86-0.16.17.ebuild
bin86-0.16.19.ebuild
Log:
Version bump. Removed old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
0x981CA6FC)
Revision Changes Path
1.34 sys-devel/bin86/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bin86/ChangeLog?rev=1.34&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bin86/ChangeLog?rev=1.34&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bin86/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/bin86/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 18 May 2014 17:26:17 -0000 1.33
+++ ChangeLog 28 May 2014 09:52:44 -0000 1.34
@@ -1,6 +1,12 @@
# ChangeLog for sys-devel/bin86
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/ChangeLog,v 1.33 2014/05/18
17:26:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/ChangeLog,v 1.34 2014/05/28
09:52:44 polynomial-c Exp $
+
+*bin86-0.16.21 (28 May 2014)
+
+ 28 May 2014; Lars Wendler <[email protected]> -bin86-0.16.17.ebuild,
+ -bin86-0.16.18.ebuild, -bin86-0.16.19.ebuild, +bin86-0.16.21.ebuild:
+ Version bump. Removed old.
18 May 2014; Mike Frysinger <[email protected]> bin86-0.16.20-r2.ebuild:
Add ppc/ppc64 keywords as this project can build on any arch (it will still
1.1 sys-devel/bin86/bin86-0.16.21.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bin86/bin86-0.16.21.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bin86/bin86-0.16.21.ebuild?rev=1.1&content-type=text/plain
Index: bin86-0.16.21.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $
EAPI="5"
inherit toolchain-funcs eutils
DESCRIPTION="Assembler and loader used to create kernel bootsector"
HOMEPAGE="http://v3.sk/~lkundrak/dev86/"
SRC_URI="http://v3.sk/~lkundrak/dev86/${P}.tar.gz
https://github.com/lkundrak/dev86/commit/2c95336f19eeff761ecb858c5a2a58484bb3ceeb.patch
-> ${PN}-0.16.20-fix_lilo_build.patch"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
src_prepare() {
sed -i \
-e '/^PREFIX/s:=.*:=$(DESTDIR)/usr:' \
-e '/^MANDIR/s:)/man/man1:)/share/man/man1:' \
-e '/^INSTALL_OPTS/s:-s::' \
-e "/^CFLAGS/s:=.*:=${CFLAGS} -D_POSIX_SOURCE ${CPPFLAGS}:" \
-e "/^LDFLAGS/s:=.*:=${LDFLAGS}:" \
Makefile || die
epatch "${FILESDIR}"/${PN}-0.16.17-amd64-build.patch
tc-export CC
}
src_install() {
dodir /usr/bin /usr/share/man/man1
default
}