Skip to content

Commit

Permalink
app-vim/ale-1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefantalpalaru committed Jun 15, 2018
1 parent b54081b commit 3276d59
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 36 deletions.
2 changes: 1 addition & 1 deletion app-vim/ale/Manifest
@@ -1 +1 @@
DIST ale-1.3.0.tar.gz 78724 SHA256 deaecef206ad418e8f6ce67df4c5630a3fa4eb91e1c00510576892995554176a SHA512 ea515447ec6cc0c5c7149f91dd67f548aea9d799f1fb29144a9df46e4e2694fb9edef6a58cf820062c4b2550c82c8684de9a23c74491807b91973f32ab5dfa8b WHIRLPOOL 1111f7430460d0016e11298c039bd293e72a5af56eb34dd3152d6643bac5f1ce1e9cadfc59aa2463b7da6078cded22bf56a696fa3a40be3c792f2ef6b4783f0c
DIST ale-1.9.0.tar.gz 195203 BLAKE2B 893bc95f748fc8d2c04b44912b19a620fce703cb265631f6f5e01c8ead341cfe2b75656cbad6406a064c31a3029e2ced1c8067308b434668bb534176d1a02883 SHA512 8ec81163c86d2b647451f2146a68715cba485d3318e01fbdd377528a882070be344cef345544386a400d46a4cae75e64d10caf1f7ad7cc951c73cca1a3fa30b4
29 changes: 0 additions & 29 deletions app-vim/ale/ale-1.3.0.ebuild

This file was deleted.

@@ -1,14 +1,14 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit git-r3 vim-plugin
inherit vim-plugin

DESCRIPTION="Asynchronous Lint Engine for vim"
HOMEPAGE="https://github.com/w0rp/ale"
KEYWORDS="~amd64 ~x86"
SRC_URI=""
SRC_URI="https://github.com/w0rp/ale/archive/v${PV}.tar.gz -> ${P}.tar.gz"
EGIT_REPO_URI="https://github.com/w0rp/ale"
EGIT_COMMIT="a0e0408ecc39d0fc7b8b66ac39c2dc5e7805e787"
LICENSE="BSD-2"
Expand All @@ -22,7 +22,7 @@ src_prepare() {

pkg_postinst() {
vim-plugin_pkg_postinst
if [[ -z ${REPLACING_VERSIONS} ]] ; then
if [[ -z ${REPLACING_VERSIONS} ]]; then
elog "ALE has many optional dependencies depending on the type"
elog "of syntax checking being performed. Look in the related files in"
elog "the ale_linters directory to help figure out what programs"
Expand Down
4 changes: 2 additions & 2 deletions app-vim/ale/ale-99999999.ebuild
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand All @@ -14,7 +14,7 @@ VIM_PLUGIN_HELPFILES="${PN}"

src_prepare() {
default
rm -r test img CONTRIBUTING.md custom-checks run-tests Dockerfile LICENSE README.md ISSUE_TEMPLATE.md PULL_REQUEST_TEMPLATE.md || die
rm -r test img CONTRIBUTING.md run-tests* Dockerfile LICENSE README.md ISSUE_TEMPLATE.md PULL_REQUEST_TEMPLATE.md CODE_OF_CONDUCT.md || die
}

pkg_postinst() {
Expand Down

0 comments on commit 3276d59

Please sign in to comment.