From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D41401382C5 for ; Sun, 25 Mar 2018 00:10:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9607AE07A5; Sun, 25 Mar 2018 00:10:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 556DAE07A5 for ; Sun, 25 Mar 2018 00:10:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A0A0335C2C for ; Sun, 25 Mar 2018 00:10:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A09E268 for ; Sun, 25 Mar 2018 00:10:17 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1521936591.b5767ffb9d191fb5c88f8c7798138e5af0244be7.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimtex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vimtex/Manifest app-vim/vimtex/vimtex-20180324.ebuild app-vim/vimtex/vimtex-99999999.ebuild X-VCS-Directories: app-vim/vimtex/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: b5767ffb9d191fb5c88f8c7798138e5af0244be7 X-VCS-Branch: master Date: Sun, 25 Mar 2018 00:10:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d188f02f-3f3e-40d2-9ef6-fe841d7f4179 X-Archives-Hash: d96d58fe5e1f1702fa253e30a988cf67 commit: b5767ffb9d191fb5c88f8c7798138e5af0244be7 Author: Tim Harder gentoo org> AuthorDate: Sat Mar 24 23:54:05 2018 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun Mar 25 00:09:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5767ffb app-vim/vimtex: version bump to 20180324 app-vim/vimtex/Manifest | 1 + app-vim/vimtex/vimtex-20180324.ebuild | 36 +++++++++++++++++++++++++++++++++++ app-vim/vimtex/vimtex-99999999.ebuild | 36 +++++++++++++++++++++++++++++++++++ 3 files changed, 73 insertions(+) diff --git a/app-vim/vimtex/Manifest b/app-vim/vimtex/Manifest index ab1c9291010..a943ac802bd 100644 --- a/app-vim/vimtex/Manifest +++ b/app-vim/vimtex/Manifest @@ -1 +1,2 @@ DIST vimtex-20160324.tar.bz2 95040 BLAKE2B a6ea2c0ace2aea108545347e0dd624dd838005d752d3e823d230f6fff04ba37f82c98ff472b06b6b5b58a8481824ba1ffad3c756d50a96ea9c79e8e506783131 SHA512 0c0d2a95f3b62239f47113f5b8876728d6d9fddf7e526477e92ef1f09317cb607ddd3b2aa07f6e8bebd357308adf21e4c353795952dc30372b493963bd0554ff +DIST vimtex-20180324.tar.gz 684092 BLAKE2B 4472c9e62c5795b621a9230fbd7ea1f018c6df440f58065e7b439f64ae67f4064b158094c8d0b8a6eba6202bc9e6729b792fced02ea9deeaf400f0240537795d SHA512 59038aff6ec761a9f73db7d638a70e9ea5ba4d3ef4bd9283f3a62beb5e412f1a3c752dd0d739dc4c9c5e33e4a00a84a91da56e8fea2b8113b7ef73d219997409 diff --git a/app-vim/vimtex/vimtex-20180324.ebuild b/app-vim/vimtex/vimtex-20180324.ebuild new file mode 100644 index 00000000000..d4031034c01 --- /dev/null +++ b/app-vim/vimtex/vimtex-20180324.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit vim-plugin + +if [[ ${PV} == 9999* ]]; then + EGIT_REPO_URI="https://github.com/lervag/vimtex.git" + inherit git-r3 +else + inherit vcs-snapshot + COMMIT_HASH="17d809706edcb277f1ee7fa5e33aff3619926fe4" + SRC_URI="https://github.com/lervag/vimtex/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="vim plugin: a modern vim plugin for editing LaTeX files" +HOMEPAGE="https://github.com/lervag/vimtex" +LICENSE="MIT" + +VIM_PLUGIN_HELPFILES="${PN}" + +RDEPEND=" + !app-vim/vim-latex + !app-vim/automatictexplugin + virtual/latex-base + dev-tex/latexmk +" + +src_prepare() { + default + + # remove unwanted files + rm -r *.md media test || die +} diff --git a/app-vim/vimtex/vimtex-99999999.ebuild b/app-vim/vimtex/vimtex-99999999.ebuild new file mode 100644 index 00000000000..d4031034c01 --- /dev/null +++ b/app-vim/vimtex/vimtex-99999999.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit vim-plugin + +if [[ ${PV} == 9999* ]]; then + EGIT_REPO_URI="https://github.com/lervag/vimtex.git" + inherit git-r3 +else + inherit vcs-snapshot + COMMIT_HASH="17d809706edcb277f1ee7fa5e33aff3619926fe4" + SRC_URI="https://github.com/lervag/vimtex/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="vim plugin: a modern vim plugin for editing LaTeX files" +HOMEPAGE="https://github.com/lervag/vimtex" +LICENSE="MIT" + +VIM_PLUGIN_HELPFILES="${PN}" + +RDEPEND=" + !app-vim/vim-latex + !app-vim/automatictexplugin + virtual/latex-base + dev-tex/latexmk +" + +src_prepare() { + default + + # remove unwanted files + rm -r *.md media test || die +}