From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/efivar/
Date: Fri, 17 Feb 2017 20:54:38 +0000 (UTC) [thread overview]
Message-ID: <1487364877.2cf1e761c36a927d5d1b32b7d6b3b670aebff5eb.floppym@gentoo> (raw)
commit: 2cf1e761c36a927d5d1b32b7d6b3b670aebff5eb
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 20:53:20 2017 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 20:54:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf1e761
sys-libs/efivar: bump to 31
Package-Manager: Portage-2.3.3_p56, Repoman-2.3.1_p49
sys-libs/efivar/Manifest | 1 +
sys-libs/efivar/efivar-31.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/sys-libs/efivar/Manifest b/sys-libs/efivar/Manifest
index 0980564ba9..f38056d75f 100644
--- a/sys-libs/efivar/Manifest
+++ b/sys-libs/efivar/Manifest
@@ -2,3 +2,4 @@ DIST efivar-0.21.tar.bz2 66677 SHA256 04b9b9de9d9a1a013395400438a033daf4a4290f49
DIST efivar-0.23.tar.bz2 67558 SHA256 9ca81f56b0c9177b6536c8187c9cf5974723abcaf57cd34173500c80bff3caa4 SHA512 ff95c735425708cef0f85f1e9f8909e64651d10c303927d9e77d44fcb0a02ec90e4a364b0315cc3f5e30d77059ed2d8f43cc1efbed2db09a695ef7a6f1bb58f4 WHIRLPOOL 35207e4040041c03d105bbf7b2f7f103f1415dbc51dce9614ddba99786b6cacdf88136ab3a888551cf494c3d55685c7991c72fac1c6223255128c7c191e0318c
DIST efivar-27.tar.gz 86132 SHA256 d9457b06f234c9430aeaa6f30f7d7c786fb8ce3261a935afa8de51e2c1b4816d SHA512 354934c166b37f78a11497a4819075b13d44bf43587dc52d0a9773d77df52df2d2b553e5ff799911ab506441d0ea82825f6d1b019932e0bcfbacdd69a241bc9e WHIRLPOOL 5eae9999aa7790112beb5aa03e98ac7d380b1bf9f3fdef10ca7ffda73ee68b1a4cb1a410d0060dca1caef3734fc80d6778a90eccc80719904d5d7f9285db7ab0
DIST efivar-30.tar.gz 86395 SHA256 20709c76311f8eb8be92977b7ac008ce62501fa9f7fe885a784321540fc352f9 SHA512 ab73c2a49175e01cb4872bfb47708a71399c6f8237a02fbbbf4755fcd10efb82984baf76a83c3b3e7f5cf4183050e535cf18dff2bbfed10d9a0f5d4cf2021b32 WHIRLPOOL d0a7fe13e4359ddafb717b666b81fdecf786f8cc3a794e47a46d80064cd402780feeab5f501f9b0796d3a847b58611b7581341e0e9cb4449d86e75e6903591eb
+DIST efivar-31.tar.gz 88545 SHA256 b825680dc8b2165cd71131277f5a9cd632f9e43a84a33756543b24e7a251b9e0 SHA512 d8d1c7521f3013b85ea3868dd3a2f1faa77499a43b2e5e16599b154726e079019ed6434c30ae486bb616c6cdeeabf145a049f28d090964777e3fcd299878dcd7 WHIRLPOOL db8e9cade2ccbeb591c7d74452602fea3a630396a770f87c0cfa25ff9c96e998919671dc49b487a3577f0509810324eac4fc9071b905345604e2db658f3e3f43
diff --git a/sys-libs/efivar/efivar-31.ebuild b/sys-libs/efivar/efivar-31.ebuild
new file mode 100644
index 0000000000..3dbf6c4f5c
--- /dev/null
+++ b/sys-libs/efivar/efivar-31.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="Tools and library to manipulate EFI variables"
+HOMEPAGE="https://github.com/rhinstaller/efivar"
+SRC_URI="https://github.com/rhinstaller/efivar/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0/1"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~x86"
+
+RDEPEND="dev-libs/popt"
+DEPEND="${RDEPEND}
+ >=sys-kernel/linux-headers-3.18"
+
+src_prepare() {
+ default
+ sed -i -e s/-Werror// gcc.specs || die
+}
+
+src_configure() {
+ tc-export CC
+ tc-ld-disable-gold
+ export libdir="/usr/$(get_libdir)"
+ unset LIBS # Bug 562004
+}
next reply other threads:[~2017-02-17 20:54 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-17 20:54 Mike Gilbert [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-25 0:18 [gentoo-commits] repo/gentoo:master commit in: sys-libs/efivar/ Mike Gilbert
2025-01-15 11:28 James Le Cuirot
2024-10-03 16:11 Arthur Zamarin
2024-10-01 23:32 Sam James
2024-10-01 23:32 Sam James
2024-10-01 23:32 Sam James
2024-09-02 22:44 Mike Gilbert
2024-08-03 16:10 Mike Gilbert
2024-08-03 16:09 Mike Gilbert
2024-02-18 17:54 Mike Gilbert
2022-08-30 16:09 Sam James
2022-08-30 9:25 Jakov Smolić
2022-08-30 5:07 Arthur Zamarin
2022-08-30 5:07 Arthur Zamarin
2022-07-14 19:37 Arthur Zamarin
2022-07-14 19:37 Arthur Zamarin
2022-05-19 8:21 WANG Xuerui
2022-01-19 2:31 Yixun Lan
2022-01-17 15:22 Mike Gilbert
2022-01-16 18:25 Mike Gilbert
2022-01-16 15:30 Mike Gilbert
2021-12-13 18:28 Arthur Zamarin
2021-09-16 12:32 Marek Szuba
2020-08-05 0:14 Sam James
2019-12-11 20:41 Mike Gilbert
2019-06-05 7:28 Agostino Sarubbo
2019-01-14 14:31 Mikle Kolyada
2019-01-10 2:01 Thomas Deutschmann
2019-01-08 23:38 Matt Turner
2018-12-07 17:14 Mike Gilbert
2018-11-18 11:27 Mikle Kolyada
2018-09-10 21:42 Robin H. Johnson
2018-04-10 12:59 Mike Gilbert
2018-02-10 13:38 Sergei Trofimovich
2018-01-24 16:18 Mike Gilbert
2017-11-20 12:55 Manuel Rüger
2017-11-19 19:57 Thomas Deutschmann
2017-03-25 22:56 Mike Gilbert
2017-03-25 22:37 Mike Gilbert
2017-03-25 22:37 Mike Gilbert
2017-02-18 15:08 Mike Gilbert
2017-02-13 22:17 Robin H. Johnson
2017-01-30 13:09 Agostino Sarubbo
2016-10-01 13:22 Mike Gilbert
2016-08-20 1:55 Mike Gilbert
2016-08-19 17:59 Mike Gilbert
2016-08-19 17:56 Mike Gilbert
2016-04-26 21:31 Mike Gilbert
2016-02-17 14:06 Justin Lecher
2016-02-16 22:06 Mike Gilbert
2016-02-08 0:11 Robin H. Johnson
2015-10-03 18:07 Mike Gilbert
2015-10-03 18:07 Mike Gilbert
2015-09-24 7:59 Agostino Sarubbo
2015-08-19 3:34 Mike Gilbert
2015-08-11 12:45 Mikle Kolyada
2015-08-09 23:41 Mikle Kolyada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1487364877.2cf1e761c36a927d5d1b32b7d6b3b670aebff5eb.floppym@gentoo \
--to=floppym@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox