diff options
author | 2013-03-11 14:36:20 +0000 | |
---|---|---|
committer | 2013-03-11 14:36:20 +0000 | |
commit | eb29ee7a65037b0b2c95ab58d729277e342a7dab (patch) | |
tree | 64ba0a3d4b4fc443743f62d40c2f571d901051d3 /app-admin/eselect-xvmc/eselect-xvmc-0.4.ebuild | |
parent | sci-biology/allpathslg: Drop Andrey as maintainer so that bugs get assigned t... (diff) | |
download | gentoo-2-eb29ee7a65037b0b2c95ab58d729277e342a7dab.tar.gz gentoo-2-eb29ee7a65037b0b2c95ab58d729277e342a7dab.tar.bz2 gentoo-2-eb29ee7a65037b0b2c95ab58d729277e342a7dab.zip |
version bump (fixes bugs #393027, #292120 and #434518)
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'app-admin/eselect-xvmc/eselect-xvmc-0.4.ebuild')
-rw-r--r-- | app-admin/eselect-xvmc/eselect-xvmc-0.4.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-admin/eselect-xvmc/eselect-xvmc-0.4.ebuild b/app-admin/eselect-xvmc/eselect-xvmc-0.4.ebuild new file mode 100644 index 000000000000..b54b45d9092c --- /dev/null +++ b/app-admin/eselect-xvmc/eselect-xvmc-0.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-xvmc/eselect-xvmc-0.4.ebuild,v 1.1 2013/03/11 14:36:20 ottxor Exp $ + +EAPI=5 + +DESCRIPTION="Manages XvMC implementations" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +IUSE="" + +DEPEND="" +RDEPEND="app-admin/eselect" + +S="${FILESDIR}" + +src_install() { + insinto /usr/share/eselect/modules + newins "${FILESDIR}"/${P}.eselect xvmc.eselect +} |