diff options
author | 2013-04-09 08:37:20 +0000 | |
---|---|---|
committer | 2013-04-09 08:37:20 +0000 | |
commit | 3a068aae66054cba46e70be7544e2f45796562ac (patch) | |
tree | a82dbba77c2be55800af428efc40b39d32d1cf5b /media-sound/vimpc/vimpc-0.05.ebuild | |
parent | Remove old (diff) | |
download | gentoo-2-3a068aae66054cba46e70be7544e2f45796562ac.tar.gz gentoo-2-3a068aae66054cba46e70be7544e2f45796562ac.tar.bz2 gentoo-2-3a068aae66054cba46e70be7544e2f45796562ac.zip |
Remove old
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)
Diffstat (limited to 'media-sound/vimpc/vimpc-0.05.ebuild')
-rw-r--r-- | media-sound/vimpc/vimpc-0.05.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/media-sound/vimpc/vimpc-0.05.ebuild b/media-sound/vimpc/vimpc-0.05.ebuild deleted file mode 100644 index 6c43551d9671..000000000000 --- a/media-sound/vimpc/vimpc-0.05.ebuild +++ /dev/null @@ -1,34 +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-0.05.ebuild,v 1.1 2012/05/19 12:06:04 angelos Exp $ - -EAPI=4 - -DESCRIPTION="An ncurses based mpd client with vi like key bindings." -HOMEPAGE="http://vimpc.sourceforge.net/" -SRC_URI="mirror://sourceforge/project/${PN}/Release%20${PV}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -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 -} |