[sys-firmware/seabios] bump from fc22, keep older around for now

This commit is contained in:
Robert Förster 2015-02-27 17:05:01 +01:00
parent dc0bb95f04
commit c1ec439be1
2 changed files with 28 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST seabios-1.7.5.1-1.fc22.tar.xz 129644 SHA256 d57e87973aaf1d75a0f680a9cea68f554d0cb99b3ec27ffe014065235430345c SHA512 a23b60c7f6d2844dd61ef9ea3d2a76892f1f2023963c2e438d4d947aad7781b2fb1e74499aa3043eb5913b95d15fd73181fb7a55641153ab16f5b0cad96def1b WHIRLPOOL b884e914674487ba2fa62d8497410ace262a2b5ebd1b5c442f353587546708b9f34aa5895c27448b4b80df2474009d1ff5b785ff5216f2f1db20edf4f47ef190 DIST seabios-1.7.5.1-1.fc22.tar.xz 129644 SHA256 d57e87973aaf1d75a0f680a9cea68f554d0cb99b3ec27ffe014065235430345c SHA512 a23b60c7f6d2844dd61ef9ea3d2a76892f1f2023963c2e438d4d947aad7781b2fb1e74499aa3043eb5913b95d15fd73181fb7a55641153ab16f5b0cad96def1b WHIRLPOOL b884e914674487ba2fa62d8497410ace262a2b5ebd1b5c442f353587546708b9f34aa5895c27448b4b80df2474009d1ff5b785ff5216f2f1db20edf4f47ef190
DIST seabios-1.8.0-1.fc22.tar.xz 132264 SHA256 110450e02ac39f831b42a0cd1632588e414ab100acd0d0ef2771195849d3c272 SHA512 02dcca30885c186af46c4e4392c6952b5b9d4d374e8be6d564fade6b0547a5ced58e9f58fe75ff617e709b1dfec826019914446f1bcedd00e0b37955ea188f68 WHIRLPOOL d694214f4e0d7126d837c07ec12d8e82aaf012556f827605685c9ab597b273bb2820bfbbbf53e4e67d228066d1a367adb264c175c06bbc5816c59f3022fc1131

View File

@ -0,0 +1,27 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
FCVERSION="1.fc22"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
SRC_URI="http://people.znc.in/~dessa/gentoo/${P}-${FCVERSION}.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}
src_install() {
insinto /usr/share/seabios
doins *.bin
doins *.aml
}