diff options
author | 2010-01-01 18:17:30 +0000 | |
---|---|---|
committer | 2010-01-01 18:17:30 +0000 | |
commit | 04d2bd9f2680111f27a5dc2be69cc240ea4ee40f (patch) | |
tree | 13fccad5328e7a320683092720b3cfb488c3c0af /app-misc/vifm | |
parent | Transfer Prefix keywords (diff) | |
download | gentoo-2-04d2bd9f2680111f27a5dc2be69cc240ea4ee40f.tar.gz gentoo-2-04d2bd9f2680111f27a5dc2be69cc240ea4ee40f.tar.bz2 gentoo-2-04d2bd9f2680111f27a5dc2be69cc240ea4ee40f.zip |
quoting
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/vifm')
-rw-r--r-- | app-misc/vifm/vifm-0.2a.ebuild | 49 | ||||
-rw-r--r-- | app-misc/vifm/vifm-0.3a.ebuild | 17 | ||||
-rw-r--r-- | app-misc/vifm/vifm-0.4.ebuild | 9 |
3 files changed, 13 insertions, 62 deletions
diff --git a/app-misc/vifm/vifm-0.2a.ebuild b/app-misc/vifm/vifm-0.2a.ebuild deleted file mode 100644 index b8d82493cd5e..000000000000 --- a/app-misc/vifm/vifm-0.2a.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/vifm-0.2a.ebuild,v 1.11 2008/03/18 18:36:11 armin76 Exp $ - -DESCRIPTION="Console file manager with vi/vim-like keybindings" -HOMEPAGE="http://vifm.sourceforge.net/" -SRC_URI="mirror://sourceforge/vifm/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" - -KEYWORDS="amd64 ~ppc s390 x86" -IUSE="" -DEPEND=">=sys-apps/sed-4.0" - -S=${WORKDIR}/${PN} - -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_compile() { - econf || die - emake || die -} - -src_install() { - einstall || die - - dodoc INSTALL 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/vim62/" -} diff --git a/app-misc/vifm/vifm-0.3a.ebuild b/app-misc/vifm/vifm-0.3a.ebuild index 66a893137dff..9202035c9f11 100644 --- a/app-misc/vifm/vifm-0.3a.ebuild +++ b/app-misc/vifm/vifm-0.3a.ebuild @@ -1,27 +1,26 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.3a.ebuild,v 1.4 2008/10/27 05:48:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/vifm-0.3a.ebuild,v 1.5 2010/01/01 18:17:30 ssuominen Exp $ DESCRIPTION="Console file manager with vi/vim-like keybindings" HOMEPAGE="http://vifm.sourceforge.net/" SRC_URI="mirror://sourceforge/vifm/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" - KEYWORDS="amd64 ~ppc s390 x86" IUSE="" -DEPEND=">=sys-apps/sed-4.0" -S="${WORKDIR}/${P}" +DEPEND=">=sys-apps/sed-4.0" src_unpack() { unpack ${A} + cd "${S}" - cd ${S} sed -i -e "s:(datadir)/@PACKAGE@:(datadir)/${P}:" \ Makefile.in - cd ${S}/src + cd "${S}"/src sed -i -e "s:(datadir)/@PACKAGE@:(datadir)/${P}:" \ Makefile.in @@ -31,9 +30,9 @@ src_unpack() { src_install() { einstall || die - - dodoc INSTALL AUTHORS TODO README + 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" diff --git a/app-misc/vifm/vifm-0.4.ebuild b/app-misc/vifm/vifm-0.4.ebuild index cb7d5a9aa3c3..6e04ce6c9a76 100644 --- a/app-misc/vifm/vifm-0.4.ebuild +++ b/app-misc/vifm/vifm-0.4.ebuild @@ -1,15 +1,16 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.4.ebuild,v 1.1 2008/09/23 01:03:42 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/vifm-0.4.ebuild,v 1.2 2010/01/01 18:17:30 ssuominen Exp $ 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" @@ -25,7 +26,7 @@ src_unpack() { src_install() { einstall || die - dodoc INSTALL AUTHORS TODO README + dodoc AUTHORS TODO README } pkg_postinst() { |