diff options
author | Christoph Mende <angelos@gentoo.org> | 2013-04-09 08:37:20 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2013-04-09 08:37:20 +0000 |
commit | 3a068aae66054cba46e70be7544e2f45796562ac (patch) | |
tree | a82dbba77c2be55800af428efc40b39d32d1cf5b /media-sound/vimpc | |
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')
-rw-r--r-- | media-sound/vimpc/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/vimpc/vimpc-0.04.ebuild | 34 | ||||
-rw-r--r-- | media-sound/vimpc/vimpc-0.05.ebuild | 34 | ||||
-rw-r--r-- | media-sound/vimpc/vimpc-0.06.1.ebuild | 34 |
4 files changed, 6 insertions, 104 deletions
diff --git a/media-sound/vimpc/ChangeLog b/media-sound/vimpc/ChangeLog index 0faace393f6b..9dbc1a5bfe44 100644 --- a/media-sound/vimpc/ChangeLog +++ b/media-sound/vimpc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/vimpc -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vimpc/ChangeLog,v 1.9 2012/12/23 21:05:17 angelos Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/vimpc/ChangeLog,v 1.10 2013/04/09 08:37:19 angelos Exp $ + + 09 Apr 2013; Christoph Mende <angelos@gentoo.org> -vimpc-0.04.ebuild, + -vimpc-0.05.ebuild, -vimpc-0.06.1.ebuild: + Remove old *vimpc-0.07.2 (23 Dec 2012) diff --git a/media-sound/vimpc/vimpc-0.04.ebuild b/media-sound/vimpc/vimpc-0.04.ebuild deleted file mode 100644 index 562eb3e64878..000000000000 --- a/media-sound/vimpc/vimpc-0.04.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.04.ebuild,v 1.2 2012/05/05 08:53:51 mgorny 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 -} 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 -} diff --git a/media-sound/vimpc/vimpc-0.06.1.ebuild b/media-sound/vimpc/vimpc-0.06.1.ebuild deleted file mode 100644 index 6cdef34d31ff..000000000000 --- a/media-sound/vimpc/vimpc-0.06.1.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.06.1.ebuild,v 1.1 2012/07/12 13:54:02 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 -} |