summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2011-07-31 11:00:06 +0000
committerRaúl Porcel <armin76@gentoo.org>2011-07-31 11:00:06 +0000
commit79ed1a2762a70ce8bfa708b13c72f1058598b597 (patch)
treec89de8744477b775506cc9340d50d64484669935 /x11-drivers
parentfix bug number (diff)
downloadgentoo-2-79ed1a2762a70ce8bfa708b13c72f1058598b597.tar.gz
gentoo-2-79ed1a2762a70ce8bfa708b13c72f1058598b597.tar.bz2
gentoo-2-79ed1a2762a70ce8bfa708b13c72f1058598b597.zip
Initial import, ebuild by me, straight to stable since its only a firmware
(Portage version: 2.1.10.7/cvs/Linux ia64, RepoMan options: --force)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/afb-ucode/ChangeLog10
-rw-r--r--x11-drivers/afb-ucode/afb-ucode-1.3.11.ebuild25
-rw-r--r--x11-drivers/afb-ucode/metadata.xml5
3 files changed, 40 insertions, 0 deletions
diff --git a/x11-drivers/afb-ucode/ChangeLog b/x11-drivers/afb-ucode/ChangeLog
new file mode 100644
index 000000000000..f326fc7101f8
--- /dev/null
+++ b/x11-drivers/afb-ucode/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-drivers/afb-ucode
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/afb-ucode/ChangeLog,v 1.1 2011/07/31 11:00:06 armin76 Exp $
+
+*afb-ucode-1.3.11 (31 Jul 2011)
+
+ 31 Jul 2011; Raúl Porcel <armin76@gentoo.org> +afb-ucode-1.3.11.ebuild,
+ +metadata.xml:
+ Initial import, ebuild by me
+
diff --git a/x11-drivers/afb-ucode/afb-ucode-1.3.11.ebuild b/x11-drivers/afb-ucode/afb-ucode-1.3.11.ebuild
new file mode 100644
index 000000000000..6c6c4880b623
--- /dev/null
+++ b/x11-drivers/afb-ucode/afb-ucode-1.3.11.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# Header: $
+
+inherit multilib
+
+DESCRIPTION="Binary blob microcode for Elite3D framebuffers to use X, required by xf86-video-sunffb"
+HOMEPAGE="none"
+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"
+
+RDEPEND="${DEPEND}
+ x11-misc/afbinit"
+
+S="${WORKDIR}/${PN}"
+
+src_install() {
+ insinto /usr/$(get_libdir)
+ doins afb.ucode
+}
diff --git a/x11-drivers/afb-ucode/metadata.xml b/x11-drivers/afb-ucode/metadata.xml
new file mode 100644
index 000000000000..bec30fdf4884
--- /dev/null
+++ b/x11-drivers/afb-ucode/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sparc</herd>
+</pkgmetadata>