Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 313371 - app-misc/vifm-0.5 version bump
Summary: app-misc/vifm-0.5 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Ben de Groot (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-06 08:42 UTC by Roald Frederickx
Modified: 2010-04-06 13:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
The ebuild for version 0.5 of vifm (vifm-0.5.ebuild,1022 bytes, text/plain)
2010-04-06 08:43 UTC, Roald Frederickx
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roald Frederickx 2010-04-06 08:42:14 UTC
I've made an ebuild for version 0.5 of the vi file manager. It's pretty much just a rename from the 0.4 ebuild.

Reproducible: Always

Steps to Reproduce:
n/a




The ebuild:

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Console file manager with vi/vim-like keybindings"
HOMEPAGE="http://vifm.sourceforge.net/"
SRC_URI="mirror://sourceforge/vifm/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~s390 ~x86"
IUSE=""

DEPEND="sys-apps/sed
	sys-libs/ncurses"

src_unpack() {
	unpack ${A}
	cd "${S}"
	sed -i -e "s:(datadir)/@PACKAGE@:(datadir)/${P}:" Makefile.in

	cd "${S}"/src
	sed -i -e "s:(datadir)/@PACKAGE@:(datadir)/${P}:" Makefile.in
	sed -i -e "s:/usr/local/share/vifm:/usr/share/${P}:g" config.c
}

src_install() {
	einstall || die
	dodoc AUTHORS TODO README
}

pkg_postinst() {
	elog "To use vim to view the vifm help, copy /usr/share/${P}/vifm.txt"
	elog "to ~/.vim/doc/ and run ':helptags ~/.vim/doc' in vim"
	elog "Then edit ~/.vifm/vifmrc${PV/a/} and set USE_VIM_HELP=1"
	elog ""
	elog "To use the vifm plugin in vim, copy /usr/share/${P}/vifm.vim to"
	elog "/usr/share/vim/vimXX/"
}
Comment 1 Roald Frederickx 2010-04-06 08:43:38 UTC
Created attachment 226711 [details]
The ebuild for version 0.5 of vifm
Comment 2 Ben de Groot (RETIRED) gentoo-dev 2010-04-06 13:14:14 UTC
Thanks for reporting! I'm going to update that ebuild before bumping.