public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/vifm: ChangeLog vifm-0.5.ebuild
@ 2010-04-06 13:27 Ben de Groot (yngwin)
  0 siblings, 0 replies; only message in thread
From: Ben de Groot (yngwin) @ 2010-04-06 13:27 UTC (permalink / raw
  To: gentoo-commits

yngwin      10/04/06 13:27:50

  Modified:             ChangeLog
  Added:                vifm-0.5.ebuild
  Log:
  Version bump. Upgrade to eapi-3.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 app-misc/vifm/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/vifm/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/vifm/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/vifm/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/vifm/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	23 Sep 2008 01:03:42 -0000	1.16
+++ ChangeLog	6 Apr 2010 13:27:49 -0000	1.17
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/vifm
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/ChangeLog,v 1.16 2008/09/23 01:03:42 yngwin Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/ChangeLog,v 1.17 2010/04/06 13:27:49 yngwin Exp $
+
+*vifm-0.5 (06 Apr 2010)
+
+  06 Apr 2010; Ben de Groot <yngwin@gentoo.org> +vifm-0.5.ebuild:
+  Version bump. Upgrade to eapi-3.
 
 *vifm-0.4 (23 Sep 2008)
 



1.1                  app-misc/vifm/vifm-0.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/vifm/vifm-0.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/vifm/vifm-0.5.ebuild?rev=1.1&content-type=text/plain

Index: vifm-0.5.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/vifm-0.5.ebuild,v 1.1 2010/04/06 13:27:50 yngwin Exp $

EAPI=3
inherit base

DESCRIPTION="Console file manager with vi(m)-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-libs/ncurses"
RDEPEND="${DEPEND}"

DOCS=( AUTHORS TODO README )

src_prepare() {
	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
}

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/"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-06 13:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-06 13:27 [gentoo-commits] gentoo-x86 commit in app-misc/vifm: ChangeLog vifm-0.5.ebuild Ben de Groot (yngwin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox