floppym 15/06/29 01:18:43 Modified: ChangeLog Added: efivar-0.20.ebuild Log: Version bump, bug 553220. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.7 sys-libs/efivar/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/efivar/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/efivar/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/efivar/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/efivar/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 25 Jun 2015 14:04:18 -0000 1.6 +++ ChangeLog 29 Jun 2015 01:18:43 -0000 1.7 @@ -1,6 +1,11 @@ # ChangeLog for sys-libs/efivar # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/efivar/ChangeLog,v 1.6 2015/06/25 14:04:18 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/efivar/ChangeLog,v 1.7 2015/06/29 01:18:43 floppym Exp $ + +*efivar-0.20 (29 Jun 2015) + + 29 Jun 2015; Mike Gilbert <[email protected]> +efivar-0.20.ebuild: + Version bump, bug 553220. 25 Jun 2015; Mike Gilbert <[email protected]> efivar-0.15.ebuild: Update HOMEPAGE and SRC_URI. 1.1 sys-libs/efivar/efivar-0.20.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/efivar/efivar-0.20.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/efivar/efivar-0.20.ebuild?rev=1.1&content-type=text/plain Index: efivar-0.20.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-libs/efivar/efivar-0.20.ebuild,v 1.1 2015/06/29 01:18:43 floppym Exp $ EAPI=5 inherit multilib toolchain-funcs DESCRIPTION="Tools and library to manipulate EFI variables" HOMEPAGE="https://github.com/rhinstaller/efivar" SRC_URI="https://github.com/rhinstaller/${PN}/releases/download/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ia64 ~x86" RDEPEND="dev-libs/popt" DEPEND="${RDEPEND}" src_configure() { tc-export CC export libdir="/usr/$(get_libdir)" }
