public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/efivar/
Date: Tue, 10 Apr 2018 12:59:35 +0000 (UTC)	[thread overview]
Message-ID: <1523364929.32c4aef1051c5ffc1916af42d0d836106d180c8c.floppym@gentoo> (raw)

commit:     32c4aef1051c5ffc1916af42d0d836106d180c8c
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 10 12:55:29 2018 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Apr 10 12:55:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32c4aef1

sys-libs/efivar: bump to 35

Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81

 sys-libs/efivar/Manifest         |  1 +
 sys-libs/efivar/efivar-35.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/sys-libs/efivar/Manifest b/sys-libs/efivar/Manifest
index 610b2f2de67..5f36bb00970 100644
--- a/sys-libs/efivar/Manifest
+++ b/sys-libs/efivar/Manifest
@@ -1,3 +1,4 @@
 DIST efivar-30.tar.bz2 73202 BLAKE2B 6b146cb6d664e3419361e72ab6fd1578522e7fc219613ae21566cb40a700fe70f18750cc753338faca2ad078e2bc933fb33a3a4cdfb148eabb0fc71b1319fb71 SHA512 0a6d7175762011c3fc67b531d3d19a45e82195c729b9ff498be02b3a6a73f6c3c4f9e14a27470c6744b741d7d54db9ef24c7882639af25fca1034b7b9f641b39
 DIST efivar-31.tar.bz2 82404 BLAKE2B d339aa8ab7dcd6a60cb067fccfbc2c42407fba211ca96eb39f227d57e9403462505940f427651dfaffa8272c9edfe70898f181b9f6ecddbae4745eb3262de949 SHA512 5055f690fd99cf59895dcf3d11103494d917d4923567626f0bee816ea5e4dd56cec23627ede5f21bdc57b7306522471ad19cc8ab22ae94591dbd1925c084f163
 DIST efivar-32.tar.gz 108102 BLAKE2B 7f9d27433b40ec6c044ab34ccc697001ad23e39a46862d2e04db0f9a3dfc26ae53b46a3c3a8c957bf76df0969710f78249f72f7bf38e67c0aa902034a07acf8f SHA512 e73eae182fd645183dfe587591a286670ee1123a113e3e19e4070fb910ab7794e320defdc0597540df7664947f2a0497abbb763a19b4dfa40511a512c7f3e490
+DIST efivar-35.tar.bz2 95528 BLAKE2B c936114aade7a586f707af2464d350703234e0c3fb786fb568590737fb3939c3f74ff813f4f188aec230d75e75e73b0d07cbff5860f0b9f1285d2780b29c7689 SHA512 c7ba60b2112053f088ad0b74aaa834860601b7fe17118c35b012050176f5205d948fba9c4b6de35991249f702e3bc24832539e2eb3c235c4188e1eabc78965ee

diff --git a/sys-libs/efivar/efivar-35.ebuild b/sys-libs/efivar/efivar-35.ebuild
new file mode 100644
index 00000000000..93339047a52
--- /dev/null
+++ b/sys-libs/efivar/efivar-35.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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/releases/download/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0/1"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~x86"
+
+RDEPEND="dev-libs/popt"
+DEPEND="${RDEPEND}
+	>=sys-kernel/linux-headers-3.18
+	virtual/pkgconfig
+"
+
+src_prepare() {
+	default
+	sed -i -e 's/-Werror //' gcc.specs || die
+}
+
+src_configure() {
+	tc-export CC
+	export CC_FOR_BUILD=$(tc-getBUILD_CC)
+	tc-ld-disable-gold
+	export libdir="/usr/$(get_libdir)"
+	unset LIBS # Bug 562004
+
+	if [[ -n ${GCC_SPECS} ]]; then
+		# The environment overrides the command line.
+		GCC_SPECS+=":${S}/gcc.specs"
+	fi
+}


             reply	other threads:[~2018-04-10 12:59 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-10 12:59 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-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-17 20:54 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=1523364929.32c4aef1051c5ffc1916af42d0d836106d180c8c.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