commit: 3ec7447ff3b90c59ec301980cf5a2af3c35e701d Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Thu Dec 4 08:29:51 2014 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org> CommitDate: Thu Dec 4 08:31:28 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/heroxbd.git;a=commit;h=3ec7447f
app-admin/eselect-mesa: remove, gx86 version supports prefix --- app-admin/eselect-mesa/ChangeLog | 48 ------------------------ app-admin/eselect-mesa/Manifest | 4 -- app-admin/eselect-mesa/eselect-mesa-0.0.9.ebuild | 30 --------------- app-admin/eselect-mesa/metadata.xml | 5 --- 4 files changed, 87 deletions(-) diff --git a/app-admin/eselect-mesa/ChangeLog b/app-admin/eselect-mesa/ChangeLog deleted file mode 100644 index f412095..0000000 --- a/app-admin/eselect-mesa/ChangeLog +++ /dev/null @@ -1,48 +0,0 @@ -# ChangeLog for app-admin/eselect-mesa -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-mesa/ChangeLog,v 1.11 2011/02/18 17:55:30 pacho Exp $ - - 18 Feb 2011; Pacho Ramos <[email protected]> eselect-mesa-0.0.9.ebuild: - amd64 stable, bug #355453 - -*eselect-mesa-0.0.9 (18 Feb 2011) - - 18 Feb 2011; Chí-Thanh Christopher Nguyễn <[email protected]> - +eselect-mesa-0.0.9.ebuild: - Version bump. Now with multilib support - - 14 Feb 2011; Kacper Kowalik <[email protected]> - eselect-mesa-0.0.8.ebuild: - ppc stable wrt #344827, #354237 - - 12 Feb 2011; Raúl Porcel <[email protected]> eselect-mesa-0.0.8.ebuild: - alpha/ia64/sh/sparc stable wrt #344827 - - 31 Dec 2010; Jeroen Roovers <[email protected]> eselect-mesa-0.0.8.ebuild: - Stable for HPPA (bug #344827). - - 29 Dec 2010; Markus Meier <[email protected]> eselect-mesa-0.0.8.ebuild: - arm stable, bug #344827 - - 25 Dec 2010; Christian Faulhammer <[email protected]> - eselect-mesa-0.0.8.ebuild: - x86 stable, bug - - 23 Dec 2010; Samuli Suominen <[email protected]> - eselect-mesa-0.0.8.ebuild: - amd64 stable wrt #344827 - - 19 Dec 2010; Samuli Suominen <[email protected]> - eselect-mesa-0.0.8.ebuild: - ppc64 stable wrt #344827 - - 28 Nov 2010; Chí-Thanh Christopher Nguyễn <[email protected]> - eselect-mesa-0.0.8.ebuild: - Transfer keywords from media-libs/mesa - -*eselect-mesa-0.0.8 (27 Nov 2010) - - 27 Nov 2010; Chí-Thanh Christopher Nguyễn <[email protected]> - +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 deleted file mode 100644 index 54d6908..0000000 --- a/app-admin/eselect-mesa/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST eselect-mesa-0.0.9.tar.gz 2217 RMD160 3c9cf52763860829e744f1a58bcda55f9a8ef3fa SHA1 30f757222bcb50a9e3b30f10f594a53934157db0 SHA256 27adf2beff6f7cbd54004e4c27f9ac869e8c7bc72cb83c32acfbccf4119b2494 -EBUILD eselect-mesa-0.0.9.ebuild 748 SHA1 743d0804baebbb04af146dc85e3fe9b6ad7b09a7 SHA256 9560b35303ef6e2eb809f654d7e8f61e396a58d8aa2bdcc845ae394828f4750f -MISC ChangeLog 1593 SHA1 c6da567ea751f2fa63ce001d37d6742fc6d520e2 SHA256 a53c3fc5e5cf20d09cbe4f1ae1b104b1046a65746a312c30b5237ef90d141f6d -MISC metadata.xml 156 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055 diff --git a/app-admin/eselect-mesa/eselect-mesa-0.0.9.ebuild b/app-admin/eselect-mesa/eselect-mesa-0.0.9.ebuild deleted file mode 100644 index 379b73e..0000000 --- a/app-admin/eselect-mesa/eselect-mesa-0.0.9.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2011 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.9.ebuild,v 1.2 2011/02/18 17:55:30 pacho 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-linux" -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 deleted file mode 100644 index 01c4c00..0000000 --- a/app-admin/eselect-mesa/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>x11</herd> -</pkgmetadata>
