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 55452138334 for ; Sat, 28 Sep 2019 04:02:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33F1EE0819; Sat, 28 Sep 2019 04:02:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1EF19E081A for ; Sat, 28 Sep 2019 04:02:08 +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 B5E7434B67E for ; Sat, 28 Sep 2019 04:02:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20E117FF for ; Sat, 28 Sep 2019 04:02:03 +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: <1569643259.a15d0f0526aa0dcb964abf8bef5e0348d577878e.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/syntastic/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/syntastic/Manifest app-vim/syntastic/syntastic-3.8.0.ebuild X-VCS-Directories: app-vim/syntastic/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: a15d0f0526aa0dcb964abf8bef5e0348d577878e X-VCS-Branch: master Date: Sat, 28 Sep 2019 04:02:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4901d5d4-eafd-483c-a494-b4c72ee0e3b8 X-Archives-Hash: 6a2cb65ea7e27339dd38f953b0237551 commit: a15d0f0526aa0dcb964abf8bef5e0348d577878e Author: Tim Harder gentoo org> AuthorDate: Sat Sep 28 04:00:59 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Sep 28 04:00:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a15d0f05 app-vim/syntastic: remove old Signed-off-by: Tim Harder gentoo.org> app-vim/syntastic/Manifest | 1 - app-vim/syntastic/syntastic-3.8.0.ebuild | 33 -------------------------------- 2 files changed, 34 deletions(-) diff --git a/app-vim/syntastic/Manifest b/app-vim/syntastic/Manifest index 2ddcf65d0cc..815dca2da89 100644 --- a/app-vim/syntastic/Manifest +++ b/app-vim/syntastic/Manifest @@ -1,2 +1 @@ -DIST syntastic-3.8.0.tar.gz 253425 BLAKE2B a003b9166aba2915b5421ac02544d128b8befca0af4f15c880f56ad046fad0ca7c202e6f7dda44588a6ad4ac3b77a3ed3602613855c6755261b5941d45464eff SHA512 b2f7fb07d457169a397a1ed42141e099cad14ded0b43f54a11060f2952843387396fcc539ffc9aaa1aa137ae62801e346a73c6de6035a0504706c59e40acef5c DIST syntastic-3.9.0.tar.gz 263275 BLAKE2B 574cf958b859a108cdfdffed29b3ff0f0903dac5c7fbc497e2c69831ee35532d317bde0ab827dda828ee7cb3cc13ab9176c9ea6ea233e03e7b3fcb5b7c49757e SHA512 04cee939226940bb95935434b7aba42a3419b8b7b73d5fa9052a6aaccec5d0724c4e3634edd56573d0080b31baf49c1a00811c6f88e4fbbdea7e761e5707dcb5 diff --git a/app-vim/syntastic/syntastic-3.8.0.ebuild b/app-vim/syntastic/syntastic-3.8.0.ebuild deleted file mode 100644 index 2c2f54a9780..00000000000 --- a/app-vim/syntastic/syntastic-3.8.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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 - inherit git-r3 - EGIT_REPO_URI="https://github.com/scrooloose/syntastic.git" -else - SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" -fi - -DESCRIPTION="vim plugin: syntax checking using external tools" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2736 https://github.com/scrooloose/syntastic/" -LICENSE="WTFPL-2" - -VIM_PLUGIN_HELPFILES="${PN}" - -src_prepare() { - default - rm -r _assets LICENCE README.markdown || die -} - -pkg_postinst() { - if [[ -z ${REPLACING_VERSIONS} ]] ; then - elog "Syntastic has many optional dependencies depending on the type" - elog "of syntax checking being performed. Look in the related files in" - elog "the syntax_checkers directory to help figure out what programs" - elog "different languages need." - fi -}