commit:     bee2f8b3160b58e67e7e02d121e5c93d59c49a2d
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 14:23:48 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 14:24:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee2f8b3

app-eselect/eselect-mesa: Remove old

Package-Manager: portage-2.3.3

 .../eselect-mesa/eselect-mesa-0.0.10.ebuild        | 31 ----------------------
 1 file changed, 31 deletions(-)

diff --git a/app-eselect/eselect-mesa/eselect-mesa-0.0.10.ebuild 
b/app-eselect/eselect-mesa/eselect-mesa-0.0.10.ebuild
deleted file mode 100644
index b44527a..00000000
--- a/app-eselect/eselect-mesa/eselect-mesa-0.0.10.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-DESCRIPTION="Utility to change the Mesa OpenGL driver being used"
-HOMEPAGE="https://www.gentoo.org/";
-
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris 
~x86-solaris"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=app-admin/eselect-1.2.4
-       >=app-shells/bash-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
-}

Reply via email to