summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Krier <cedk@gentoo.org>2009-11-15 15:43:20 +0000
committerCédric Krier <cedk@gentoo.org>2009-11-15 15:43:20 +0000
commitbe325fbaf0b5a50b612cf1fd4def87121ab0769d (patch)
tree75aa4a1219973ea1120a807e2134a83c03ecfb03 /app-admin/eselect-sndpeek/eselect-sndpeek-1.0.1.ebuild
parentAdd support brief output mode for bug #292097 (diff)
downloadgentoo-2-be325fbaf0b5a50b612cf1fd4def87121ab0769d.tar.gz
gentoo-2-be325fbaf0b5a50b612cf1fd4def87121ab0769d.tar.bz2
gentoo-2-be325fbaf0b5a50b612cf1fd4def87121ab0769d.zip
Add support brief output mode for bug #292097
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-admin/eselect-sndpeek/eselect-sndpeek-1.0.1.ebuild')
-rw-r--r--app-admin/eselect-sndpeek/eselect-sndpeek-1.0.1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-admin/eselect-sndpeek/eselect-sndpeek-1.0.1.ebuild b/app-admin/eselect-sndpeek/eselect-sndpeek-1.0.1.ebuild
new file mode 100644
index 000000000000..9e147ddf1c8d
--- /dev/null
+++ b/app-admin/eselect-sndpeek/eselect-sndpeek-1.0.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-sndpeek/eselect-sndpeek-1.0.1.ebuild,v 1.1 2009/11/15 15:43:20 cedk Exp $
+
+DESCRIPTION="Manages the /usr/bin/sndpeek symlink"
+HOMEPAGE="http://www.gentoo.org/"
+SRC_URI="mirror://gentoo/sndpeek.eselect-${PVR}.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-admin/eselect-1.2.3"
+
+src_install() {
+ insinto /usr/share/eselect/modules
+ newins "${WORKDIR}/sndpeek.eselect-${PVR}" sndpeek.eselect || die
+}