summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-11-27 04:36:41 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-11-27 04:36:41 +0000
commit55d9e8460ba4503adb93d5f733be89dfa9dc1252 (patch)
treeabd6ae630583bf45dc2039b5034a5e4682f19815 /app-admin/eselect-mesa
parentVersion bump (diff)
downloadhistorical-55d9e8460ba4503adb93d5f733be89dfa9dc1252.tar.gz
historical-55d9e8460ba4503adb93d5f733be89dfa9dc1252.tar.bz2
historical-55d9e8460ba4503adb93d5f733be89dfa9dc1252.zip
Initial import from x11 overlay.
Package-Manager: portage-2.2.0_alpha5/cvs/Linux x86_64
Diffstat (limited to 'app-admin/eselect-mesa')
-rw-r--r--app-admin/eselect-mesa/ChangeLog10
-rw-r--r--app-admin/eselect-mesa/Manifest4
-rw-r--r--app-admin/eselect-mesa/eselect-mesa-0.0.8.ebuild30
-rw-r--r--app-admin/eselect-mesa/metadata.xml5
4 files changed, 49 insertions, 0 deletions
diff --git a/app-admin/eselect-mesa/ChangeLog b/app-admin/eselect-mesa/ChangeLog
new file mode 100644
index 000000000000..716dec0fb467
--- /dev/null
+++ b/app-admin/eselect-mesa/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-admin/eselect-mesa
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-mesa/ChangeLog,v 1.1 2010/11/27 04:36:41 chithanh Exp $
+
+*eselect-mesa-0.0.8 (27 Nov 2010)
+
+ 27 Nov 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +eselect-mesa-0.0.8.ebuild, +metadata.xml:
+ Initial import from x11 overlay.
+
diff --git a/app-admin/eselect-mesa/Manifest b/app-admin/eselect-mesa/Manifest
new file mode 100644
index 000000000000..3494d4e388b8
--- /dev/null
+++ b/app-admin/eselect-mesa/Manifest
@@ -0,0 +1,4 @@
+DIST eselect-mesa-0.0.8.tar.gz 1888 RMD160 fa263e633190a6f90dba63a0ac9918be5b6424fd SHA1 c2df0e301ca586a5290b3fe8ae7b10f584834897 SHA256 92a007e66750fb1f0a41182ba21bee61b7282c4299a7d47f637d19d209eb4e5b
+EBUILD eselect-mesa-0.0.8.ebuild 750 RMD160 674b4cb73990640d1ad9423331e8276d4585e34b SHA1 e59996b3cf8c52be7fbe28705ea9854de110a660 SHA256 738c666ae2c948c948f6436d32545d9850c5375dc5349742c74c4baf6ea6384c
+MISC ChangeLog 404 RMD160 4b2b4861e72465511246edc5d32a06ebf4d90332 SHA1 6f7f26de581c01f4a1dc6f78e8643148c2cd62ce SHA256 7d63d2a7d4750dede4acecd70a4b220849ede4b67c43a898f235921bb1a83813
+MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055
diff --git a/app-admin/eselect-mesa/eselect-mesa-0.0.8.ebuild b/app-admin/eselect-mesa/eselect-mesa-0.0.8.ebuild
new file mode 100644
index 000000000000..0b6072918610
--- /dev/null
+++ b/app-admin/eselect-mesa/eselect-mesa-0.0.8.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-mesa/eselect-mesa-0.0.8.ebuild,v 1.1 2010/11/27 04:36:41 chithanh Exp $
+
+EAPI=3
+
+DESCRIPTION="Utility to change the Mesa OpenGL driver being used"
+HOMEPAGE="http://www.gentoo.org/"
+
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=app-admin/eselect-1.2.4"
+
+src_install() {
+ insinto /usr/share/eselect/modules
+ doins mesa.eselect || die
+}
+
+pkg_postinst() {
+ if has_version ">=media-libs/mesa-7.9" && \
+ ! [ -f "${EROOT}"/usr/share/mesa/eselect-mesa.conf ]; then
+ eerror "Rebuild media-libs/mesa for ${PN} to work."
+ fi
+}
diff --git a/app-admin/eselect-mesa/metadata.xml b/app-admin/eselect-mesa/metadata.xml
new file mode 100644
index 000000000000..01c4c004e735
--- /dev/null
+++ b/app-admin/eselect-mesa/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>x11</herd>
+</pkgmetadata>