Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/efivar: efivar-0.20.ebuild ChangeLog
Date: Mon, 29 Jun 2015 01:18:55
Message-Id: 20150629011843.7829D73D@oystercatcher.gentoo.org
1 floppym 15/06/29 01:18:43
2
3 Modified: ChangeLog
4 Added: efivar-0.20.ebuild
5 Log:
6 Version bump, bug 553220.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.7 sys-libs/efivar/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/efivar/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/efivar/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/efivar/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-libs/efivar/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 25 Jun 2015 14:04:18 -0000 1.6
24 +++ ChangeLog 29 Jun 2015 01:18:43 -0000 1.7
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-libs/efivar
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/efivar/ChangeLog,v 1.6 2015/06/25 14:04:18 floppym Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/efivar/ChangeLog,v 1.7 2015/06/29 01:18:43 floppym Exp $
30 +
31 +*efivar-0.20 (29 Jun 2015)
32 +
33 + 29 Jun 2015; Mike Gilbert <floppym@g.o> +efivar-0.20.ebuild:
34 + Version bump, bug 553220.
35
36 25 Jun 2015; Mike Gilbert <floppym@g.o> efivar-0.15.ebuild:
37 Update HOMEPAGE and SRC_URI.
38
39
40
41 1.1 sys-libs/efivar/efivar-0.20.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/efivar/efivar-0.20.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/efivar/efivar-0.20.ebuild?rev=1.1&content-type=text/plain
45
46 Index: efivar-0.20.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-libs/efivar/efivar-0.20.ebuild,v 1.1 2015/06/29 01:18:43 floppym Exp $
51
52 EAPI=5
53
54 inherit multilib toolchain-funcs
55
56 DESCRIPTION="Tools and library to manipulate EFI variables"
57 HOMEPAGE="https://github.com/rhinstaller/efivar"
58 SRC_URI="https://github.com/rhinstaller/${PN}/releases/download/${PV}/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ia64 ~x86"
63
64 RDEPEND="dev-libs/popt"
65 DEPEND="${RDEPEND}"
66
67 src_configure() {
68 tc-export CC
69 export libdir="/usr/$(get_libdir)"
70 }