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 6E55113829B for ; Mon, 30 May 2016 03:32:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9E9314241; Mon, 30 May 2016 03:32:08 +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 34C0F1423F for ; Mon, 30 May 2016 03:32:08 +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 1E09C340B23 for ; Mon, 30 May 2016 03:32:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 796C3984 for ; Mon, 30 May 2016 03:32:00 +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: <1464579001.b5435eeb5778fc22f2323822af7c4d9a29f651c4.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/gentoo-syntax/Manifest app-vim/gentoo-syntax/gentoo-syntax-20150823.ebuild app-vim/gentoo-syntax/gentoo-syntax-20160530.ebuild app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild X-VCS-Directories: app-vim/gentoo-syntax/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: b5435eeb5778fc22f2323822af7c4d9a29f651c4 X-VCS-Branch: master Date: Mon, 30 May 2016 03:32:00 +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: 3ecb80c1-ad1f-4643-9811-713561753823 X-Archives-Hash: d9c0b53f04e00555dd74163f9e22cdf0 commit: b5435eeb5778fc22f2323822af7c4d9a29f651c4 Author: Tim Harder gentoo org> AuthorDate: Mon May 30 03:26:28 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Mon May 30 03:30:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5435eeb app-vim/gentoo-syntax: version bump to 20160530 Also, minor trimming of DESCRIPTION. app-vim/gentoo-syntax/Manifest | 1 + app-vim/gentoo-syntax/gentoo-syntax-20150823.ebuild | 2 +- ...ax-20150823.ebuild => gentoo-syntax-20160530.ebuild} | 16 +++++++++++----- app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild | 17 ++++++++++++----- 4 files changed, 25 insertions(+), 11 deletions(-) diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest index d06780a..3756862 100644 --- a/app-vim/gentoo-syntax/Manifest +++ b/app-vim/gentoo-syntax/Manifest @@ -1 +1,2 @@ DIST gentoo-syntax-20150823.tar.bz2 25848 SHA256 72eba1cf2d0ffb481aa5bc56dbdeb2a9172565cfd3b454ce56eb9fdf665ec6ca SHA512 9d6f82aba6aa33f5d49dfd085628aacb7584614acf82954fa0e814b7fac5eda47c8d3eb6672ad38144a1444d507babad8805ea3029ccc35210a8752ea10eab82 WHIRLPOOL 85cebe212b1e86e79e92b55b7456da7d053973877485c9855580308b49d892fffc2fdbf98c6be2c7df843bf72246a5251d4716f25fc010afeace6255f9e0a9f5 +DIST gentoo-syntax-20160530.tar.gz 18950 SHA256 819495c10e594b2fef1fdcd80afa24ee437fe20b94ad9e7eb9e91f0a5be31919 SHA512 38881c5f16499eb053eb7a5514f6324b2a161f1392a044db0bbaf0cb71a0f17e1edebd4a685ff856a78525fbcb8c6267daa2503cfbc6f94d841cf3f6a25045bd WHIRLPOOL 41018200b7f79eec005f55e80d3f8b1eec1f33acdbf1a8bce03b282a27cf63bb08a4959e0fcd74ecc9972322bbf4b0b89755dbde35cedc87ee9a228d07519a33 diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20150823.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20150823.ebuild index 3013153..a0f79f3 100644 --- a/app-vim/gentoo-syntax/gentoo-syntax-20150823.ebuild +++ b/app-vim/gentoo-syntax/gentoo-syntax-20150823.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit vim-plugin -DESCRIPTION="vim plugin: Gentoo and portage related syntax highlighting, filetype, and indent settings" +DESCRIPTION="Gentoo and portage related syntax highlighting, filetype, and indent settings" HOMEPAGE="https://github.com/gentoo/gentoo-syntax" SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.bz2" diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20150823.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20160530.ebuild similarity index 67% copy from app-vim/gentoo-syntax/gentoo-syntax-20150823.ebuild copy to app-vim/gentoo-syntax/gentoo-syntax-20160530.ebuild index 3013153..5a4e2c9 100644 --- a/app-vim/gentoo-syntax/gentoo-syntax-20150823.ebuild +++ b/app-vim/gentoo-syntax/gentoo-syntax-20160530.ebuild @@ -2,22 +2,28 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit vim-plugin -DESCRIPTION="vim plugin: Gentoo and portage related syntax highlighting, filetype, and indent settings" -HOMEPAGE="https://github.com/gentoo/gentoo-syntax" -SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.bz2" +if [[ ${PV} == 9999* ]] ; then + EGIT_REPO_URI="https://github.com/gentoo/gentoo-syntax.git" + inherit git-r3 +else + SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +fi +DESCRIPTION="Gentoo and portage related syntax highlighting, filetype, and indent settings" +HOMEPAGE="https://github.com/gentoo/gentoo-syntax" LICENSE="vim" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="ignore-glep31" VIM_PLUGIN_HELPFILES="gentoo-syntax" VIM_PLUGIN_MESSAGES="filetype" src_prepare() { + default if use ignore-glep31 ; then for f in ftplugin/*.vim ; do ebegin "Removing UTF-8 rules from ${f} ..." diff --git a/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild index de309d8..5a4e2c9 100644 --- a/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild +++ b/app-vim/gentoo-syntax/gentoo-syntax-99999999.ebuild @@ -1,14 +1,20 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -inherit vim-plugin git-2 +inherit vim-plugin -EGIT_REPO_URI="git://anongit.gentoo.org/proj/gentoo-syntax.git" +if [[ ${PV} == 9999* ]] ; then + EGIT_REPO_URI="https://github.com/gentoo/gentoo-syntax.git" + inherit git-r3 +else + SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +fi -DESCRIPTION="vim plugin: Gentoo and portage related syntax highlighting, filetype, and indent settings" +DESCRIPTION="Gentoo and portage related syntax highlighting, filetype, and indent settings" HOMEPAGE="https://github.com/gentoo/gentoo-syntax" LICENSE="vim" IUSE="ignore-glep31" @@ -17,6 +23,7 @@ VIM_PLUGIN_HELPFILES="gentoo-syntax" VIM_PLUGIN_MESSAGES="filetype" src_prepare() { + default if use ignore-glep31 ; then for f in ftplugin/*.vim ; do ebegin "Removing UTF-8 rules from ${f} ..."