summaryrefslogtreecommitdiff
path: root/app-vim/automatictexplugin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-vim/automatictexplugin
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/automatictexplugin')
-rw-r--r--app-vim/automatictexplugin/Manifest3
-rw-r--r--app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild34
-rw-r--r--app-vim/automatictexplugin/metadata.xml11
3 files changed, 48 insertions, 0 deletions
diff --git a/app-vim/automatictexplugin/Manifest b/app-vim/automatictexplugin/Manifest
new file mode 100644
index 000000000000..d9e8ade29fa8
--- /dev/null
+++ b/app-vim/automatictexplugin/Manifest
@@ -0,0 +1,3 @@
+DIST AutomaticTexPlugin_12.5.tar.gz 442431 BLAKE2B 8e6c199df24336f318d37248d96f1f1c953c9f0d0e6cd05f1891403b896aa3ea870dcd9ac72c530aa3779e65804f318bfec6ca769592091dc29cba25b2371316 SHA512 93e48b3d7eb9bdc0319bf03d0ddc59f49c2aab63170030b4234fa83aa3aeb739f1384c4a94e09e630b82d328d9cbfbbdfbf493e6decff915ad9cd4d5b2fc3a5b
+EBUILD automatictexplugin-12.5-r1.ebuild 825 BLAKE2B 5c0a06bd07f68d396b66552c5159e945e3137dc70adad006396bb3adb50aaf359a7a181f009a380830caba6a343b0951afde277f12e267a8d95c7c23e2f48156 SHA512 129af107a67db846ed10fb3b82b2e08e141d836b5d1ad673266457c5d3d05a658c6c48ccfb7efe722f229fe9baa376733efaad28bf72787b74a6ad36d3cfb442
+MISC metadata.xml 326 BLAKE2B 06ff44159678364bab7d0bbc453b9ce39504c5b70b23438919f8fe449a60aa8e1755624bd7474073dc9f2f1135a403d207765171fde940d3c5e56d7fb1019f0f SHA512 8ed4ff2cf60c6e0c39bb3c60c4f9ad4f1a5b6888192bb43fa9f0fb45efd89a549de839c60678bfbe6ed2353f594ea6b28b53f63ae2530650c0ea563325a0f5ff
diff --git a/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild b/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild
new file mode 100644
index 000000000000..d3a67dadea3a
--- /dev/null
+++ b/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-single-r1 vim-plugin
+
+MY_P="AutomaticTexPlugin_${PV}"
+DESCRIPTION="vim plugin: a comprehensive plugin for editing LaTeX files"
+HOMEPAGE="http://atp-vim.sourceforge.net/"
+SRC_URI="mirror://sourceforge/atp-vim/releases/${MY_P}.tar.gz"
+LICENSE="GPL-3"
+KEYWORDS="amd64 x86"
+
+S=${WORKDIR}
+
+VIM_PLUGIN_HELPFILES="automatic-tex-plugin.txt"
+
+RDEPEND="|| ( app-editors/vim[python,${PYTHON_USEDEP}] app-editors/gvim[python,${PYTHON_USEDEP}] )
+ !app-vim/vim-latex
+ app-vim/align
+ app-text/wdiff
+ dev-python/psutil[${PYTHON_USEDEP}]
+ dev-tex/latexmk
+ dev-tex/detex
+ virtual/tex-base
+ ${PYTHON_DEPS}"
+
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+src_prepare() {
+ python_fix_shebang .
+}
diff --git a/app-vim/automatictexplugin/metadata.xml b/app-vim/automatictexplugin/metadata.xml
new file mode 100644
index 000000000000..037d63f53966
--- /dev/null
+++ b/app-vim/automatictexplugin/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>vim@gentoo.org</email>
+ <name>Gentoo Vim Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="sourceforge">atp-vim</remote-id>
+ </upstream>
+</pkgmetadata>