diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-02-11 13:20:19 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-02-11 13:20:19 +0000 |
commit | 1e51625a52f5c4242e2690dfc4736bf7bc722439 (patch) | |
tree | 15d9fc6b237dd0199dbe882eab9f441b66a50fca /media-sound/mpc/mpc-0.11.1.ebuild | |
parent | Removed old ebuild. (diff) | |
download | gentoo-2-1e51625a52f5c4242e2690dfc4736bf7bc722439.tar.gz gentoo-2-1e51625a52f5c4242e2690dfc4736bf7bc722439.tar.bz2 gentoo-2-1e51625a52f5c4242e2690dfc4736bf7bc722439.zip |
enable bash completing w/ bash-completion-config
(Portage version: 2.0.51.16)
Diffstat (limited to 'media-sound/mpc/mpc-0.11.1.ebuild')
-rw-r--r-- | media-sound/mpc/mpc-0.11.1.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/media-sound/mpc/mpc-0.11.1.ebuild b/media-sound/mpc/mpc-0.11.1.ebuild index d2752994edd1..4ee26b493b9b 100644 --- a/media-sound/mpc/mpc-0.11.1.ebuild +++ b/media-sound/mpc/mpc-0.11.1.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.11.1.ebuild,v 1.5 2004/10/20 05:51:08 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.11.1.ebuild,v 1.6 2005/02/11 13:20:19 axxo Exp $ -IUSE="" +inherit bash-completion DESCRIPTION="A commandline client for Music Player Daemon (media-sound/mpd)" SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz" HOMEPAGE="http://www.musicpd.org" +IUSE="" KEYWORDS="x86 ~ppc sparc amd64" SLOT="0" @@ -25,6 +26,7 @@ src_compile() { src_install() { emake install DESTDIR="${D}" || die - rm -rf ${D}/usr/share/doc/mpc/ - dodoc AUTHORS ChangeLog README doc/mpc-bashrc + mv ${D}/usr/share/doc/mpc/ ${D}/usr/share/doc/${PF} + + dobashcompletion doc/mpc-bashrc } |