floppym 14/11/26 00:45:38 Modified: metadata.xml ChangeLog Added: efibootmgr-0.11.0.ebuild Log: Version bump, bug 510070. Thanks to Yannick Schaeffer. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.6 sys-boot/efibootmgr/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/metadata.xml?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/metadata.xml?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/metadata.xml?r1=1.5&r2=1.6 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/metadata.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- metadata.xml 8 Oct 2014 21:00:20 -0000 1.5 +++ metadata.xml 26 Nov 2014 00:45:38 -0000 1.6 @@ -1,16 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>proxy-maintainers</herd> -<maintainer> - <email>[email protected]</email> - <name>Yannick Schaeffer</name> - <description>Mantainer. Assign bugs to him</description> -</maintainer> - <longdescription> - This is efibootmgr, a Linux user-space application to modify the Intel - Extensible Firmware Interface (EFI) Boot Manager. This application - can create and destroy boot entries, change the boot order, change - the next running boot option, and more. -</longdescription> + <herd>proxy-maintainers</herd> + <maintainer> + <email>[email protected]</email> + <name>Yannick Schaeffer</name> + <description>Mantainer. Assign bugs to him</description> + </maintainer> + <maintainer> + <email>[email protected]</email> + <name>Mike Gilbert</name> + </maintainer> + <longdescription> + This is efibootmgr, a Linux user-space application to modify the Intel + Extensible Firmware Interface (EFI) Boot Manager. This application + can create and destroy boot entries, change the boot order, change + the next running boot option, and more. + </longdescription> </pkgmetadata> 1.31 sys-boot/efibootmgr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 8 Oct 2014 21:00:20 -0000 1.30 +++ ChangeLog 26 Nov 2014 00:45:38 -0000 1.31 @@ -1,6 +1,12 @@ # ChangeLog for sys-boot/efibootmgr # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/ChangeLog,v 1.30 2014/10/08 21:00:20 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/ChangeLog,v 1.31 2014/11/26 00:45:38 floppym Exp $ + +*efibootmgr-0.11.0 (26 Nov 2014) + + 26 Nov 2014; Mike Gilbert <[email protected]> +efibootmgr-0.11.0.ebuild, + metadata.xml: + Version bump, bug 510070. Thanks to Yannick Schaeffer. 08 Oct 2014; Pacho Ramos <[email protected]> metadata.xml: Change maintainers as discussed with them 1.1 sys-boot/efibootmgr/efibootmgr-0.11.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.11.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.11.0.ebuild?rev=1.1&content-type=text/plain Index: efibootmgr-0.11.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.11.0.ebuild,v 1.1 2014/11/26 00:45:38 floppym Exp $ EAPI=5 inherit toolchain-funcs DESCRIPTION="User-space application to modify the EFI boot manager" HOMEPAGE="https://github.com/vathpela/efibootmgr" SRC_URI="https://github.com/vathpela/${PN}/releases/download/${P}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ia64 ~x86" IUSE="" RDEPEND="sys-apps/pciutils sys-libs/efivar" 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 }
