mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
x11-drivers/afb-ucode: Port to EAPI 6
Package-Manager: Portage-2.3.16, Repoman-2.3.6
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST afb-ucode.tar.bz2 36421 SHA256 6ef1da6c6ff7a6ba07d7cf8c5b3677e353d59b8baea40af05ae0ee56d2befc84 SHA512 f90a9b04e7b01f432bffb3ebe78b6e283c1878512b2310df7a96f982f43aa1aabda952670efc4c4cd3a60ba008fdd4c57684672c7735fe902da88262a68417f3 WHIRLPOOL c6551b602766c815ec55ec7bc1e9bcc5ba62fcf3877a38bca5d4083e6c36cd43ac777bb28f917f1a3cfe3ba185710b800713e6c3adb789f60cf1fbcd888aa1d0
|
||||
DIST afb-ucode.tar.bz2 36421 BLAKE2B d59c7331da0ad3769259948dd958a3884aab8bf5f5e7c424382d16189ca4098f96b8d0851fc9407cce112669277e911f98c863aebe595392fa2b6a8d4207e22a SHA512 f90a9b04e7b01f432bffb3ebe78b6e283c1878512b2310df7a96f982f43aa1aabda952670efc4c4cd3a60ba008fdd4c57684672c7735fe902da88262a68417f3
|
||||
|
||||
@@ -1,24 +1,23 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
inherit multilib
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="Binary blob microcode for Elite3D framebuffers to use X, required by xf86-video-sunffb"
|
||||
DESCRIPTION="Binary blob microcode for Elite3D framebuffers, required by xf86-video-sunffb"
|
||||
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
|
||||
SRC_URI="http://dlc.sun.com/osol/sparc-gfx/downloads/${PN}.tar.bz2
|
||||
SRC_URI="
|
||||
http://dlc.sun.com/osol/sparc-gfx/downloads/${PN}.tar.bz2
|
||||
mirror://gentoo/${PN}.tar.bz2"
|
||||
IUSE=""
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* sparc"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="${DEPEND}
|
||||
x11-misc/afbinit"
|
||||
RDEPEND="x11-misc/afbinit"
|
||||
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
src_install() {
|
||||
insinto /usr/$(get_libdir)
|
||||
doins afb.ucode
|
||||
dolib.a afb.ucode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user