diff options
author | Christoph Mende <angelos@gentoo.org> | 2012-07-20 12:50:21 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2012-07-20 12:50:21 +0000 |
commit | 718db32244fbb5c6be9751e861f2c1e1850e0316 (patch) | |
tree | 12c09035c6aae745671894d144916b907c8b3381 /media-sound/vimpc/vimpc-9999.ebuild | |
parent | Add missing patch (diff) | |
download | historical-718db32244fbb5c6be9751e861f2c1e1850e0316.tar.gz historical-718db32244fbb5c6be9751e861f2c1e1850e0316.tar.bz2 historical-718db32244fbb5c6be9751e861f2c1e1850e0316.zip |
Move live ebuild to mpd overlay
Package-Manager: portage-2.2.0_alpha120/cvs/Linux x86_64
Diffstat (limited to 'media-sound/vimpc/vimpc-9999.ebuild')
-rw-r--r-- | media-sound/vimpc/vimpc-9999.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/media-sound/vimpc/vimpc-9999.ebuild b/media-sound/vimpc/vimpc-9999.ebuild deleted file mode 100644 index a38c9f33361e..000000000000 --- a/media-sound/vimpc/vimpc-9999.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vimpc/vimpc-9999.ebuild,v 1.3 2012/05/05 08:53:51 mgorny Exp $ - -EAPI=4 -inherit autotools subversion - -DESCRIPTION="An ncurses based mpd client with vi like key bindings." -HOMEPAGE="http://vimpc.sourceforge.net/" -ESVN_REPO_URI="https://${PN}.svn.sourceforge.net/svnroot/${PN}/trunk" -ESVN_BOOTSTRAP="eautoreconf" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="" - -RDEPEND="dev-libs/libpcre[cxx] - media-libs/libmpdclient" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/${PN} - -DOCS=( AUTHORS README doc/vimpcrc.example ) - -src_configure() { - econf --docdir="${EPREFIX}"/usr/share/doc/${PF} -} - -src_install() { - default - - # vimpc will look for help.txt - docompress -x /usr/share/doc/${PF}/help.txt -} |