From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 95E9C1382BE for ; Wed, 15 Jun 2016 12:12:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25766E095C; Wed, 15 Jun 2016 12:12: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 B175DE0958 for ; Wed, 15 Jun 2016 12:12:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3792A3403C1 for ; Wed, 15 Jun 2016 12:12:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7B901AE8 for ; Wed, 15 Jun 2016 12:12:46 +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: <1465991087.4c532a74d73dde602f8958c11b6dbe823438ede4.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimbuddy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vimbuddy/Manifest app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild X-VCS-Directories: app-vim/vimbuddy/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 4c532a74d73dde602f8958c11b6dbe823438ede4 X-VCS-Branch: master Date: Wed, 15 Jun 2016 12:12:46 +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: 49890025-9b9e-4680-8547-5386ab00f0ab X-Archives-Hash: f2423a573362f301141485e8bf1c2bbb commit: 4c532a74d73dde602f8958c11b6dbe823438ede4 Author: Patrice Clement gentoo org> AuthorDate: Wed Jun 15 11:42:37 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Jun 15 11:44:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c532a74 app-vim/vimbuddy: EAPI 6 bump. Update HOMEPAGE and LICENSE. Package-Manager: portage-2.2.28 app-vim/vimbuddy/Manifest | 1 + app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/app-vim/vimbuddy/Manifest b/app-vim/vimbuddy/Manifest index 8f2c86d..cceeea3 100644 --- a/app-vim/vimbuddy/Manifest +++ b/app-vim/vimbuddy/Manifest @@ -1 +1,2 @@ DIST vimbuddy-0.9.2.tar.bz2 1011 SHA256 867ca2f08921470aa50e92c0da614448f813b62a62f995dc756640e09e6c0dab SHA512 2ac66192347b0529aedc17f844a60254f8773afc45506c341d1e0279d800132e6fd864b5821631de32ea67ab00ff613162ac68376c6ec94f11d1a9c96eba0461 WHIRLPOOL e6b3cf03ddd7cac6c6b58b20ee9184d952909ab3f7bf3ff632e0aacb0f767e79bdd6f715e5a00c65d8710f9e1924782b34707f5f2d8d2544db21b6e8147bf0ce +DIST vimbuddy-0.9.2.zip 1547 SHA256 53cb3ebbe6c0ce74e0a1edc668ff55f62a37e3594b7cb5377d181239e2cc7f72 SHA512 cf42e9c2898e4b5335341215019c732075da7821c25c2887e718d0ae428c390afc5c81c9724c738f74b81d125e9b995dc279411e3a23e048e704bb1e3648e680 WHIRLPOOL e2768e2d34ee391cdaf10e9a0b6c6d8e8ddc1ce8afedbf42d263922cd9aee43a7071354782742f80665ba3caf95504f746a6c7582996130ae43eb121133df041 diff --git a/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild b/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild new file mode 100644 index 0000000..40125d8 --- /dev/null +++ b/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit vim-plugin eutils + +DESCRIPTION="vim plugin: vimbuddy for the status line" +HOMEPAGE="https://github.com/vim-scripts/vimbuddy.vim" +SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.zip -> ${P}.zip" + +LICENSE="public-domain" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" +IUSE="" + +S="${WORKDIR}/${PN}.vim-${PV}" + +VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=8"