diff options
author | Cédric Krier <cedk@gentoo.org> | 2009-11-15 15:43:20 +0000 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2009-11-15 15:43:20 +0000 |
commit | be325fbaf0b5a50b612cf1fd4def87121ab0769d (patch) | |
tree | 75aa4a1219973ea1120a807e2134a83c03ecfb03 /app-admin/eselect-sndpeek | |
parent | Add support brief output mode for bug #292097 (diff) | |
download | gentoo-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')
-rw-r--r-- | app-admin/eselect-sndpeek/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/eselect-sndpeek/eselect-sndpeek-1.0.1.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/app-admin/eselect-sndpeek/ChangeLog b/app-admin/eselect-sndpeek/ChangeLog index 3f187d6cdbbd..1340ffef8b16 100644 --- a/app-admin/eselect-sndpeek/ChangeLog +++ b/app-admin/eselect-sndpeek/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-admin/eselect-sndpeek # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-sndpeek/ChangeLog,v 1.1 2009/08/08 18:11:21 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-sndpeek/ChangeLog,v 1.2 2009/11/15 15:43:20 cedk Exp $ + +*eselect-sndpeek-1.0.1 (15 Nov 2009) + + 15 Nov 2009; Cédric Krier <cedk@gentoo.org> + +eselect-sndpeek-1.0.1.ebuild: + Add support brief output mode for bug #292097 *eselect-sndpeek-1.0.0 (08 Aug 2009) 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 +} |