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 DDC2B1395E2 for ; Wed, 7 Dec 2016 22:48:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A53EE0F1F; Wed, 7 Dec 2016 22:48:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D80D7E0F1F for ; Wed, 7 Dec 2016 22:48:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3725341647 for ; Wed, 7 Dec 2016 22:48:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DAC1494 for ; Wed, 7 Dec 2016 22:48:48 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1481150927.76cdcdc159ce1ddbde538bc1c6cea0422877ad13.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimoutliner/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vimoutliner/Manifest app-vim/vimoutliner/vimoutliner-0.3.6.ebuild X-VCS-Directories: app-vim/vimoutliner/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 76cdcdc159ce1ddbde538bc1c6cea0422877ad13 X-VCS-Branch: master Date: Wed, 7 Dec 2016 22:48:48 +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: 7294327c-61f2-432a-a3b5-206804ef6677 X-Archives-Hash: d1ed1390df739a9d647c6b0a55af33b6 commit: 76cdcdc159ce1ddbde538bc1c6cea0422877ad13 Author: Patrice Clement gentoo org> AuthorDate: Wed Dec 7 22:48:38 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Dec 7 22:48:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76cdcdc1 app-vim/vimoutliner: version bump and EAPI bump. Package-Manager: portage-2.3.0 app-vim/vimoutliner/Manifest | 1 + app-vim/vimoutliner/vimoutliner-0.3.6.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/app-vim/vimoutliner/Manifest b/app-vim/vimoutliner/Manifest index b373fbe..65a3e65 100644 --- a/app-vim/vimoutliner/Manifest +++ b/app-vim/vimoutliner/Manifest @@ -1 +1,2 @@ DIST vimoutliner-0.3.4.tar.gz 52753 SHA256 9e6e85e67dad1a220eee0031821a93fe27dcd2c3881446049ab8644fc7e100f5 SHA512 6a48e3fa65e83733e4731dd63d9a9c91e9fb37e47ac726d1938bbecc2c37d8be0d72f45c534c4bd231c9bed352cd7db1e3f754529efc4779a50d25cae27982d1 WHIRLPOOL 844f7b13bdd1fcaaf9827ff775c6aae3edf974eb244987e03c89f6f7a13be648419f0d6f3aa7433a605150c661d71de18b081ddd04c592fd6bed2d7cbb16e430 +DIST vimoutliner-0.3.6.zip 249053 SHA256 54db454651152a3bd88da37b210259fb369c6a44e74824d2085a8e8ea8969c1d SHA512 20d348ff1b1b9572956fdc56b75e742b25b7deac2637fa6972a1e451edc1f679d8255847a291b84c80866a9ad8a37421524b8eb33565a1bb32ff2b75d0b68dde WHIRLPOOL 87c86930f02162e4819e8ef2feccbbbdfd31629fda9665a6ae64698b89d26663e989238ee9d1e8c360986a05c813807a2906cbe4fd9eb5f422e7b6e79723686b diff --git a/app-vim/vimoutliner/vimoutliner-0.3.6.ebuild b/app-vim/vimoutliner/vimoutliner-0.3.6.ebuild new file mode 100644 index 00000000..6f92f49 --- /dev/null +++ b/app-vim/vimoutliner/vimoutliner-0.3.6.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="vim plugin: easy and fast outlining" +HOMEPAGE="http://www.vimoutliner.org/" +SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.zip -> ${P}.zip" +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="vimoutliner" +VIM_PLUGIN_MESSAGES="filetype" + +src_prepare() { + default + sed -i -e '/^if exists/,/endif/d' ftdetect/vo_base.vim || die + sed -i -e 's/g:vo_modules2load/g:vo_modules_load/' vimoutliner/vimoutlinerrc || die + rm -v install.sh || die + find "${S}" -type f -exec chmod a+r {} \; || die +}