diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-04-29 03:46:31 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-04-29 03:46:31 +0000 |
commit | 710dcd34ea70f9c90a7dcf27904b5dd76e8137e6 (patch) | |
tree | f26ffe7d461819abc8950ce14d9571233c495098 /app-vim | |
parent | Version bump. Update to EAPI 4. (diff) | |
download | gentoo-2-710dcd34ea70f9c90a7dcf27904b5dd76e8137e6.tar.gz gentoo-2-710dcd34ea70f9c90a7dcf27904b5dd76e8137e6.tar.bz2 gentoo-2-710dcd34ea70f9c90a7dcf27904b5dd76e8137e6.zip |
Initial import.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/automatictexplugin/ChangeLog | 10 | ||||
-rw-r--r-- | app-vim/automatictexplugin/automatictexplugin-9.3.5.ebuild | 24 | ||||
-rw-r--r-- | app-vim/automatictexplugin/metadata.xml | 5 |
3 files changed, 39 insertions, 0 deletions
diff --git a/app-vim/automatictexplugin/ChangeLog b/app-vim/automatictexplugin/ChangeLog new file mode 100644 index 000000000000..8a94d3a6c975 --- /dev/null +++ b/app-vim/automatictexplugin/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-vim/automatictexplugin +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.1 2011/04/29 03:46:31 radhermit Exp $ + +*automatictexplugin-9.3.5 (29 Apr 2011) + + 29 Apr 2011; Tim Harder <radhermit@gentoo.org> + +automatictexplugin-9.3.5.ebuild, +metadata.xml: + Initial import. + diff --git a/app-vim/automatictexplugin/automatictexplugin-9.3.5.ebuild b/app-vim/automatictexplugin/automatictexplugin-9.3.5.ebuild new file mode 100644 index 000000000000..61199c1f4f26 --- /dev/null +++ b/app-vim/automatictexplugin/automatictexplugin-9.3.5.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-9.3.5.ebuild,v 1.1 2011/04/29 03:46:31 radhermit Exp $ + +EAPI="4" +VIM_PLUGIN_VIM_VERSION="7.3" + +inherit vim-plugin + +MY_P="AutomaticTexPlugin_${PV}" +DESCRIPTION="vim plugin: a comprehensive plugin for editing LaTeX files" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2945" +SRC_URI="mirror://sourceforge/atp-vim/${MY_P}.tar.gz" +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S=${WORKDIR} + +VIM_PLUGIN_HELPFILES="automatic-tex-plugin.txt" + +RDEPEND="!app-vim/vim-latex + dev-tex/latexmk + app-text/wdiff" diff --git a/app-vim/automatictexplugin/metadata.xml b/app-vim/automatictexplugin/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/automatictexplugin/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> |