summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2008-05-15 20:22:05 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2008-05-15 20:22:05 +0000
commita3af03e316b35b47f0d71bc37ffa187859756444 (patch)
treece6766fa845869accc6f800666f8c4ab7ea84875 /app-admin/eselect-vdr/eselect-vdr-0.0.2-r1.ebuild
parentDon't restore soundlevels unless ALSA properly initializes, bug 196908 (diff)
downloadgentoo-2-a3af03e316b35b47f0d71bc37ffa187859756444.tar.gz
gentoo-2-a3af03e316b35b47f0d71bc37ffa187859756444.tar.bz2
gentoo-2-a3af03e316b35b47f0d71bc37ffa187859756444.zip
Added symlink vdr-plugin-config for easy executing.
(Portage version: 2.1.5)
Diffstat (limited to 'app-admin/eselect-vdr/eselect-vdr-0.0.2-r1.ebuild')
-rw-r--r--app-admin/eselect-vdr/eselect-vdr-0.0.2-r1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-admin/eselect-vdr/eselect-vdr-0.0.2-r1.ebuild b/app-admin/eselect-vdr/eselect-vdr-0.0.2-r1.ebuild
new file mode 100644
index 000000000000..4cbec082744b
--- /dev/null
+++ b/app-admin/eselect-vdr/eselect-vdr-0.0.2-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-vdr/eselect-vdr-0.0.2-r1.ebuild,v 1.1 2008/05/15 20:22:05 zzam Exp $
+
+DESCRIPTION="Manages the VDR plugins"
+HOMEPAGE="http://www.gentoo.org/"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND=">=app-admin/eselect-1.0.6"
+
+src_install() {
+ insinto /usr/share/eselect/modules
+ doins vdr-plugin.eselect || die "Could not install eselect module"
+
+ dosym /usr/bin/eselect /usr/bin/vdr-plugin-config
+}