Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: sys-boot/efibootmgr/files/, sys-boot/efibootmgr/
Date: Thu, 24 Sep 2015 16:49:46
Message-Id: 1443113465.1ab2ef162343210b1804db164332b1a60a80d060.blueness@gentoo
1 commit: 1ab2ef162343210b1804db164332b1a60a80d060
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 16:51:05 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 16:51:05 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=1ab2ef16
7
8 sys-boot/eibootmgr: in tree version works, bug #543838.
9
10 sys-boot/efibootmgr/Manifest | 4 ---
11 sys-boot/efibootmgr/efibootmgr-0.11.0-r99.ebuild | 37 ----------------------
12 .../files/efibootmgr-use-linux-pci-header.patch | 17 ----------
13 sys-boot/efibootmgr/metadata.xml | 20 ------------
14 4 files changed, 78 deletions(-)
15
16 diff --git a/sys-boot/efibootmgr/Manifest b/sys-boot/efibootmgr/Manifest
17 deleted file mode 100644
18 index 26e3627..0000000
19 --- a/sys-boot/efibootmgr/Manifest
20 +++ /dev/null
21 @@ -1,4 +0,0 @@
22 -AUX efibootmgr-use-linux-pci-header.patch 417 SHA256 5c9cc92b268e7ef45dbfdb1ce1ecf31b29d1703a289b618cc3851a4ab0c79299 SHA512 c4e5861896bb59d90992852e6a8df01cd804540e31751cf576ec0cf51e9a023c6341f826f85efc3e363c5bbc4bd201e1bdb9547ef7ac10d4119f02744519e974 WHIRLPOOL 840e09af90b3dc1f96bc50200bf1c4cc7b249b50c1c90676c284b86d9787050c4064f0a4b80eaa205840c4dabc302c569744ceef3d51c561febd4370c609925b
23 -DIST efibootmgr-0.11.0.tar.bz2 53636 SHA256 f27ce3d7588512017bceb2d2a29aef110499a662a21550afa1158f9950f976d1 SHA512 65866239ae3e2f0142f48e57b16c2a2f4b736e6c7942e595492d82c628633826cfe1a68dd850b8d3090b1a0bd1bbf1906ea882e377a593d1866d686b984cac19 WHIRLPOOL 411cca8fcc26620d2c2a9d15f39e4bafc430efa2789cfe875b411522c641e6754295a640bf03876fd45c8c7c2880f81779bebd95485459316ed846210d7bb533
24 -EBUILD efibootmgr-0.11.0-r99.ebuild 954 SHA256 90968115e07ad2e950b9b823d5a4cbc7ee9cf3482b57475d4c83c4535cf8eaff SHA512 5cd8b9492730b1384496de09b800681e6150883882f1d75d3d530a5ea54c1e2761e4151e3b70e877d8803e0016a4374dfeaa8e1df2a98911bcaa1f4b5b7c3e8b WHIRLPOOL c00d7f50e4a3049e36a15057a80d80a4bdbf2a742eed41b1ddac7e8ef7459909ba64e04d345d75a0ffb9921ed2a8c5c4d3c5599c6e02d46a37efd0d1f51a20a3
25 -MISC metadata.xml 721 SHA256 2cd408b3fef01dddc0b14853a4eb8175dae030fe21a7a326279531bd1071c227 SHA512 c6e9a85ede378f46ac22c5cbfb6e8bb7753e1202ddbfc7fbeda07a6e2aea5894e0de85a9bc2c485ae16d3af2ee707f1dcdb8e94d60dbd7e5d2e74cbc1d938664 WHIRLPOOL d454adeddf3a181d5fbc6738102832237e98fc2ec9c0ee3a4bc94dea2f3b5be1167699e46eaa5dbfa5049f16e29d3b2e760f26fe67e33bad20b2377e2d5deb65
26
27 diff --git a/sys-boot/efibootmgr/efibootmgr-0.11.0-r99.ebuild b/sys-boot/efibootmgr/efibootmgr-0.11.0-r99.ebuild
28 deleted file mode 100644
29 index 6f043a7..0000000
30 --- a/sys-boot/efibootmgr/efibootmgr-0.11.0-r99.ebuild
31 +++ /dev/null
32 @@ -1,37 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.11.0.ebuild,v 1.4 2015/02/28 13:25:47 ago Exp $
36 -
37 -EAPI=5
38 -
39 -inherit eutils toolchain-funcs
40 -
41 -DESCRIPTION="User-space application to modify the EFI boot manager"
42 -HOMEPAGE="https://github.com/vathpela/efibootmgr"
43 -SRC_URI="https://github.com/vathpela/${PN}/releases/download/${P}/${P}.tar.bz2"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="amd64 ia64 x86"
48 -IUSE=""
49 -
50 -RDEPEND="sys-apps/pciutils
51 - sys-libs/efivar"
52 -DEPEND="${RDEPEND}"
53 -
54 -src_prepare() {
55 - epatch "${FILESDIR}/efibootmgr-use-linux-pci-header.patch"
56 - sed -i -e s/-Werror// Makefile || die
57 -}
58 -
59 -src_configure() {
60 - tc-export CC
61 - export EXTRA_CFLAGS=${CFLAGS}
62 -}
63 -
64 -src_install() {
65 - # build system uses perl, so just do it ourselves
66 - dosbin src/efibootmgr/efibootmgr
67 - doman src/man/man8/efibootmgr.8
68 - dodoc AUTHORS README doc/ChangeLog doc/TODO
69 -}
70
71 diff --git a/sys-boot/efibootmgr/files/efibootmgr-use-linux-pci-header.patch b/sys-boot/efibootmgr/files/efibootmgr-use-linux-pci-header.patch
72 deleted file mode 100644
73 index 7fa44f0..0000000
74 --- a/sys-boot/efibootmgr/files/efibootmgr-use-linux-pci-header.patch
75 +++ /dev/null
76 @@ -1,17 +0,0 @@
77 -Use pci.h from linux... sys/pci.h is glibc specific.
78 -
79 ---- src/lib/scsi_ioctls.c.orig 2014-12-28 10:43:35.513305649 +0100
80 -+++ src/lib/scsi_ioctls.c 2014-12-28 10:43:45.024306074 +0100
81 -@@ -19,11 +19,11 @@
82 - */
83 -
84 - #include <stdio.h>
85 --#include <sys/pci.h>
86 - #include <stdint.h>
87 - #include <sys/stat.h>
88 - #include <fcntl.h>
89 - #include <sys/ioctl.h>
90 -+#include <linux/pci.h>
91 - #include <linux/nvme.h>
92 - #include "scsi_ioctls.h"
93 -
94
95 diff --git a/sys-boot/efibootmgr/metadata.xml b/sys-boot/efibootmgr/metadata.xml
96 deleted file mode 100644
97 index 1f9a68b..0000000
98 --- a/sys-boot/efibootmgr/metadata.xml
99 +++ /dev/null
100 @@ -1,20 +0,0 @@
101 -<?xml version="1.0" encoding="UTF-8"?>
102 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
103 -<pkgmetadata>
104 - <herd>proxy-maintainers</herd>
105 - <maintainer>
106 - <email>yannick.schaeffer@××××.ch</email>
107 - <name>Yannick Schaeffer</name>
108 - <description>Mantainer. Assign bugs to him</description>
109 - </maintainer>
110 - <maintainer>
111 - <email>floppym@g.o</email>
112 - <name>Mike Gilbert</name>
113 - </maintainer>
114 - <longdescription>
115 - This is efibootmgr, a Linux user-space application to modify the Intel
116 - Extensible Firmware Interface (EFI) Boot Manager. This application
117 - can create and destroy boot entries, change the boot order, change
118 - the next running boot option, and more.
119 - </longdescription>
120 -</pkgmetadata>