[sys-firmware/seabios] in-tree version works

This commit is contained in:
Robert Förster 2016-12-30 13:03:13 +01:00
parent 9bcd99ead5
commit 8bde41953e
2 changed files with 0 additions and 28 deletions

View File

@ -1 +0,0 @@
DIST seabios-1.10.1-1.fc26.tar.xz 151048 SHA256 aab28d729e971a2c5ea1070f6ed63fdeea7df75f22b54439d236144072b25293 SHA512 c8121d9786a81d367e75e4601d56e3843578d3a108472633ad40c380224798908cba472a3f8c6169a3db132a0ba1768fe54b1dd86ea8c0a2f9f3f2b792d32a22 WHIRLPOOL 0ff104089d045033661bac984656e4a92ed71ba71360791abadced1a6e8f8e25c9ace2d3978eced79ff073c5d13ceea2b42deee2a52590c20064e477d3f3c6c7

View File

@ -1,27 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
FCVERSION="1.fc26"
MY_P="${P}-${FCVERSION}"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
SRC_URI="http://people.znc.in/~dessa/gentoo/${MY_P}.tar.xz"
DESCRIPTION="Open Source implementation of a 16-bit x86 BIOS"
HOMEPAGE="http://www.seabios.org"
LICENSE="LGPL-3 GPL-3"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND="!sys-firmware/vgabios"
S=${WORKDIR}/${MY_P}
src_install() {
insinto /usr/share/seabios
doins *.bin
}