summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2013-03-11 14:36:20 +0000
committerChristoph Junghans <ottxor@gentoo.org>2013-03-11 14:36:20 +0000
commiteb29ee7a65037b0b2c95ab58d729277e342a7dab (patch)
tree64ba0a3d4b4fc443743f62d40c2f571d901051d3 /app-admin/eselect-xvmc/eselect-xvmc-0.4.ebuild
parentsci-biology/allpathslg: Drop Andrey as maintainer so that bugs get assigned t... (diff)
downloadgentoo-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.ebuild24
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
+}