mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
eselect-opencl: purge from our tree, gentoo has one now and theirs works much better
This commit is contained in:
parent
315711d2b9
commit
601bb6d896
2 changed files with 0 additions and 34 deletions
|
|
@ -1,2 +0,0 @@
|
|||
DIST eselect-opencl-0.0.2.tar.bz2 1957 RMD160 10533a61fbd2c1c52d92ac35a30369a7cd0c6ed1 SHA1 8a4062f101e3e265b557b83a00ed0f332afa14c2 SHA256 c49883340b4e8dbc38b157099606df8466762cd756a3d85b5b3635fdf9e9d505
|
||||
EBUILD eselect-opencl-0.0.2.ebuild 776 RMD160 b93c6436d43567faf375282af5b8c3a877eb168a SHA1 5a72c44193fd63530f814003ef53386e8f9e1914 SHA256 30e9c76f1e6947557f19943496a2f41a9a8002d7f4f3e9a572a78d57e27e9ab8
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-opengl/eselect-opengl-1.1.1-r2.ebuild,v 1.7 2010/02/10 03:58:05 josejx Exp $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit multilib
|
||||
|
||||
DESCRIPTION="Utility to change the OpenCL interface being used"
|
||||
HOMEPAGE="http://www.pentoo.ch/"
|
||||
|
||||
SRC_URI="http://dev.pentoo.ch/~grimmlin/distfiles/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="app-arch/bzip2"
|
||||
RDEPEND=">=app-admin/eselect-1.2.4"
|
||||
|
||||
pkg_postinst() {
|
||||
local impl="$(eselect opencl show)"
|
||||
if [[ -n "${impl}" && "${impl}" != '(none)' ]] ; then
|
||||
eselect opengl set "${impl}"
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/eselect/modules
|
||||
doins opencl.eselect || die
|
||||
}
|
||||
Loading…
Reference in a new issue