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 | fa97ee37fb9284a015dd9bfa034b1d2a9d0dda90 (patch) | |
tree | f42ac4ec7dcff3510a38796dc687474f36b8671b /app-admin/eselect-sndpeek | |
parent | Initial commit from perl-experimental (#235904) (diff) | |
download | historical-fa97ee37fb9284a015dd9bfa034b1d2a9d0dda90.tar.gz historical-fa97ee37fb9284a015dd9bfa034b1d2a9d0dda90.tar.bz2 historical-fa97ee37fb9284a015dd9bfa034b1d2a9d0dda90.zip |
Add support brief output mode for bug #292097
Package-Manager: portage-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 +} |