summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-15 16:08:00 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-15 16:08:00 +0000
commit4b25ed55eb589b0da918735e59f6119ce641d054 (patch)
tree7966c5005ce748ec5a263001d2a36c5a628c3ecb /x11-misc/afbinit/afbinit-1.0.1.ebuild
parentFixed DEPEND for modular X, 0.5.0 stable on x86. (diff)
downloadgentoo-2-4b25ed55eb589b0da918735e59f6119ce641d054.tar.gz
gentoo-2-4b25ed55eb589b0da918735e59f6119ce641d054.tar.bz2
gentoo-2-4b25ed55eb589b0da918735e59f6119ce641d054.zip
Removed old versions.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/afbinit/afbinit-1.0.1.ebuild')
-rw-r--r--x11-misc/afbinit/afbinit-1.0.1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-misc/afbinit/afbinit-1.0.1.ebuild b/x11-misc/afbinit/afbinit-1.0.1.ebuild
deleted file mode 100644
index 38798c2fdf1a..000000000000
--- a/x11-misc/afbinit/afbinit-1.0.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2004 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.ebuild,v 1.6 2004/06/28 19:48:07 agriffis Exp $
-
-inherit eutils
-
-DESCRIPTION="loads the microcode for Elite3D framebuffers to use X"
-HOMEPAGE="I dont have a home :("
-SRC_URI="http://cvs.gentoo.org/~weeve/files/${P}.tar.bz2"
-IUSE=""
-LICENSE="GPL-1"
-SLOT="0"
-KEYWORDS="-* ~sparc"
-
-DEPEND="virtual/libc"
-
-src_compile() {
- emake || die "make failed"
-}
-
-src_install() {
- dobin 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"
-}