floppym 15/06/29 01:22:07 Modified: ChangeLog Added: efibootmgr-0.12.ebuild Log: Version bump, bug 553222. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.36 sys-boot/efibootmgr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 7 Apr 2015 14:46:38 -0000 1.35 +++ ChangeLog 29 Jun 2015 01:22:07 -0000 1.36 @@ -1,6 +1,11 @@ # ChangeLog for sys-boot/efibootmgr # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/ChangeLog,v 1.35 2015/04/07 14:46:38 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/ChangeLog,v 1.36 2015/06/29 01:22:07 floppym Exp $ + +*efibootmgr-0.12 (29 Jun 2015) + + 29 Jun 2015; Mike Gilbert <[email protected]> +efibootmgr-0.12.ebuild: + Version bump, bug 553222. 28 Feb 2015; Agostino Sarubbo <[email protected]> efibootmgr-0.11.0.ebuild: Stable for ia64, wrt bug #537620 1.1 sys-boot/efibootmgr/efibootmgr-0.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.12.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.12.ebuild?rev=1.1&content-type=text/plain Index: efibootmgr-0.12.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.12.ebuild,v 1.1 2015/06/29 01:22:07 floppym Exp $ EAPI=5 inherit toolchain-funcs DESCRIPTION="User-space application to modify the EFI boot manager" HOMEPAGE="https://github.com/rhinstaller/efibootmgr" SRC_URI="https://github.com/rhinstaller/${PN}/releases/download/${P}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ia64 ~x86" IUSE="" RDEPEND="sys-apps/pciutils >=sys-libs/efivar-0.19" DEPEND="${RDEPEND}" src_prepare() { sed -i -e s/-Werror// Makefile || die } src_configure() { tc-export CC export EXTRA_CFLAGS=${CFLAGS} } src_install() { # build system uses perl, so just do it ourselves dosbin src/efibootmgr/efibootmgr doman src/man/man8/efibootmgr.8 dodoc AUTHORS README doc/ChangeLog doc/TODO }
