diff options
Diffstat (limited to 'x11-misc/afbinit/afbinit-1.0.1-r5.ebuild')
-rw-r--r-- | x11-misc/afbinit/afbinit-1.0.1-r5.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/x11-misc/afbinit/afbinit-1.0.1-r5.ebuild b/x11-misc/afbinit/afbinit-1.0.1-r5.ebuild deleted file mode 100644 index 9e3f32a079b8..000000000000 --- a/x11-misc/afbinit/afbinit-1.0.1-r5.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/afbinit/afbinit-1.0.1-r5.ebuild,v 1.6 2014/07/22 20:29:17 mrueg Exp $ - -inherit eutils - -DESCRIPTION="loads the microcode for Elite3D framebuffers to use X" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -IUSE="" - -LICENSE="GPL-1" -SLOT="0" -KEYWORDS="-* sparc" - -RDEPEND="${DEPEND} - sys-apps/util-linux" - -src_unpack() { - unpack ${A} - ## - # Patch rc.afb to handle both kernels 2.4.x and 2.6.x - einfo "Patching to handle both kernel 2.4.x and 2.6.x style afb identification" - cd "${S}" - epatch "${FILESDIR}"/rc.afb-${PVR}.patch || die "Cannot patch rc.afb init script" - einfo 'Patching afbinit.c to use MMAP_PUBLIC (needed for kernels > 2.6.14)' - epatch "${FILESDIR}"/afbinit-mmap-${PV}.patch || die "Cannot patch for mmap" -} - -src_compile() { - emake || die "make failed" -} - -src_install() { - dosbin afbinit - dosbin rc.afb - newinitd "${FILESDIR}"/afbinit.init afbinit -} - -pkg_postinst() { - einfo "To use afbinit, you'll need the AFB microcode." - einfo "This is available via a Solaris install at /usr/lib/afb.ucode" - einfo "or via sun.com" -} |