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-boot/efibootmgr/
Date: Sat, 25 Mar 2017 22:51:17 +0000 (UTC)	[thread overview]
Message-ID: <1490482198.bd7f42bc7d04d73bf85f15a637498e7ce74cb21c.floppym@gentoo> (raw)

commit:     bd7f42bc7d04d73bf85f15a637498e7ce74cb21c
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 22:49:58 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 22:49:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd7f42bc

sys-boot/efibootmgr: bump to 15

Package-Manager: Portage-2.3.5_p2, Repoman-2.3.2_p32

 sys-boot/efibootmgr/Manifest             |  1 +
 sys-boot/efibootmgr/efibootmgr-15.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/sys-boot/efibootmgr/Manifest b/sys-boot/efibootmgr/Manifest
index be9a3806722..da9196a442e 100644
--- a/sys-boot/efibootmgr/Manifest
+++ b/sys-boot/efibootmgr/Manifest
@@ -4,3 +4,4 @@ DIST efibootmgr-0.5.4.tar.gz 59121 SHA256 b562a47a4f5327494992f2ee6ae14a75c5aeb9
 DIST efibootmgr-0.6.0.tar.gz 64995 SHA256 1c9b0852df7932c410865e296a38fe66e39a26e10c9c1a7ff34fca87f3e25f53 SHA512 f06d3094e41ef100f5bad746add6cad3f3c700e5d5ebe9481533e6ec1df07b3595132f835ffcbac853e3fb48d0fd03d572c84f54394ba094b6d0aa426ff2a02c WHIRLPOOL 0352318b9350f8ae789fbeda278a55d1b28edd17fcadbaf0f9f484cac7dd9826e55243b799d512aa30e99265e7dff87142f9054908157bd9dba001981c807943
 DIST efibootmgr-13.tar.bz2 34326 SHA256 45d31914454bd4b8d9b2c4489c7f35c5e8588ea63a1cec5686b83a9633d678e1 SHA512 05d348d425f7c6a01920a1cebacbd05fa8e7e4c6a7f00a474a8d66bda9a4d37e199a0b1ce6486fcef8ebd195a057e4df0aac0e56e18d7ba35e7f6707c036843e WHIRLPOOL 3488916eb68504850222c4857c370a39df5c7c818f32ab31ddbb40ee3b46247f9c62bb32d8fdfe23c39893c82fc9f365afca8e8726234f3d1ed0187b6bf9dfb8
 DIST efibootmgr-14.tar.bz2 34972 SHA256 377ec16484414b80afd1b8a586153d7ef55ccf048638080101d49b7c77f37ad8 SHA512 97935f8752440ce236162e174ea3404e907ebddc5877d597a97813da76ad580689fc2e97044885fc860a12a473af7183242b6120e78e53243d35e569fb002baf WHIRLPOOL e5a6860130d9b12274cfe74a962a277989e9961cc8fb70372e8ac0831f79561e30fad0222154c957ed525cf930b912a1d731caff7ef5b2b0987c7cf8f28c4383
+DIST efibootmgr-15.tar.bz2 35476 SHA256 2081add77eb0641805386acd0a0fbbe6dbfb71831b814507ef49087f748333f9 SHA512 d9d9eef14d373d5da88141e8105f754fea4c039755ed0a0cb9b3c9c2bb285733ad930fd912df42075fe2cf750585699307b067f594d8e65269b3b8a5a00b1cd1 WHIRLPOOL 3ee3351b3a380cef4d91afee0f4b7ffa342cee54c0b243568270d0d1ec605eec1c764277af6a73d6dd43477ef8cb458ee832c84e641bdbe2d07b1f7b5a23f3bf

diff --git a/sys-boot/efibootmgr/efibootmgr-15.ebuild b/sys-boot/efibootmgr/efibootmgr-15.ebuild
new file mode 100644
index 00000000000..24116a1cba1
--- /dev/null
+++ b/sys-boot/efibootmgr/efibootmgr-15.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="User-space application to modify the EFI boot manager"
+HOMEPAGE="https://github.com/rhinstaller/efibootmgr"
+SRC_URI="https://github.com/rhinstaller/efibootmgr/releases/download/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~x86"
+IUSE=""
+
+RDEPEND="sys-apps/pciutils
+	>=sys-libs/efivar-25:="
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	default
+	sed -i -e s/-Werror// Make.defaults || die
+}
+
+src_configure() {
+	tc-export CC
+	export EFIDIR="Gentoo"
+}


             reply	other threads:[~2017-03-25 22:51 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-25 22:51 Mike Gilbert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-09-23  0:42 [gentoo-commits] repo/gentoo:master commit in: sys-boot/efibootmgr/ Sam James
2022-08-30 16:09 Sam James
2022-08-30 15:14 Mike Gilbert
2022-08-30  9:25 Jakov Smolić
2022-08-30  5:07 Arthur Zamarin
2022-08-30  5:07 Arthur Zamarin
2022-08-30  4:35 Arthur Zamarin
2022-07-28  2:18 Mike Gilbert
2022-07-27 15:27 Mike Gilbert
2022-05-19  8:21 WANG Xuerui
2021-09-16 12:32 Marek Szuba
2021-06-14 22:18 Sam James
2021-06-14 22:18 Sam James
2021-06-14 22:18 Sam James
2020-08-05  0:14 Sam James
2019-06-05  7:28 Agostino Sarubbo
2019-01-14 14:31 Mikle Kolyada
2019-01-10  2:01 Thomas Deutschmann
2018-11-18 11:27 Mikle Kolyada
2018-04-19 18:50 Sergei Trofimovich
2018-04-10 12:59 Mike Gilbert
2018-02-10 13:38 Sergei Trofimovich
2017-11-20 12:55 Manuel Rüger
2017-11-19 19:57 Thomas Deutschmann
2017-03-25 22:51 Mike Gilbert
2017-02-13 22:25 Robin H. Johnson
2017-01-30 13:09 Agostino Sarubbo
2016-10-01 13:22 Mike Gilbert
2016-08-19 17:56 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=1490482198.bd7f42bc7d04d73bf85f15a637498e7ce74cb21c.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