blob: 75a2bc71aa4c260c8351c299298ff35cc6792340 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/thlnk/thlnk-1.2.1.ebuild,v 1.11 2005/04/24 12:20:16 hansmi Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: linking in plaintext"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=293"
LICENSE="GPL-2"
KEYWORDS="alpha sparc x86 ia64 ppc"
IUSE=""
VIM_PLUGIN_HELPFILES="thlnk thlnk-reference-manual"
|