2015-04-01 07:41:35 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2011-11-09 11:33:19 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-10 23:59:40 +03:00
|
|
|
# $Id$
|
2011-11-09 11:33:19 +04:00
|
|
|
|
|
|
|
DESCRIPTION="Manages XvMC implementations"
|
|
|
|
HOMEPAGE="http://www.gentoo.org/"
|
|
|
|
SRC_URI=""
|
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
2012-08-27 23:21:12 +04:00
|
|
|
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
|
2011-11-09 11:33:19 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
DEPEND=""
|
|
|
|
RDEPEND=">=app-admin/eselect-1.0.10"
|
|
|
|
|
|
|
|
src_install() {
|
|
|
|
insinto /usr/share/eselect/modules
|
|
|
|
newins "${FILESDIR}"/${P}.eselect xvmc.eselect || die "newins failed"
|
|
|
|
}
|