From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/
Date: Mon, 30 May 2016 03:32:00 +0000 (UTC) [thread overview]
Message-ID: <1464579001.b5435eeb5778fc22f2323822af7c4d9a29f651c4.radhermit@gentoo> (raw)
commit: b5435eeb5778fc22f2323822af7c4d9a29f651c4
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 03:26:28 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> 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} ..."
next reply other threads:[~2016-05-30 3:32 UTC|newest]
Thread overview: 119+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-30 3:32 Tim Harder [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-20 9:45 [gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/ Michał Górny
2024-04-20 9:42 Michał Górny
2024-03-29 14:28 Michał Górny
2024-01-24 19:05 Michał Górny
2024-01-24 18:59 Michał Górny
2023-12-27 15:59 Michał Górny
2023-12-02 10:24 Michał Górny
2023-12-02 10:24 Michał Górny
2023-12-02 10:14 Arthur Zamarin
2023-11-02 13:03 Michał Górny
2023-10-12 9:47 Sam James
2023-07-24 10:49 Michał Górny
2023-06-14 15:05 Michał Górny
2023-04-22 16:12 Michał Górny
2023-04-22 10:53 Sam James
2023-03-15 9:58 Michał Górny
2023-03-15 9:27 Sam James
2023-03-15 8:32 Michał Górny
2023-03-11 20:45 Michał Górny
2023-03-09 5:59 Michał Górny
2023-02-08 17:36 Michał Górny
2023-02-01 11:11 Michał Górny
2023-02-01 10:53 Michał Górny
2023-02-01 6:42 Arthur Zamarin
2023-02-01 5:07 Michał Górny
2022-12-04 15:34 Michał Górny
2022-07-26 6:17 Michał Górny
2022-05-07 11:14 WANG Xuerui
2022-05-02 19:09 Michał Górny
2022-04-27 12:27 Michał Górny
2022-04-27 11:21 Jakov Smolić
2022-02-24 18:08 Michał Górny
2022-02-23 17:04 Michał Górny
2022-02-23 17:04 Michał Górny
2022-02-23 17:04 Michał Górny
2022-02-20 16:05 Michał Górny
2022-02-06 15:35 Michał Górny
2022-02-06 15:35 Michał Górny
2022-02-03 8:42 Michał Górny
2022-01-26 8:38 Michał Górny
2021-12-18 15:36 Michał Górny
2021-12-18 13:38 Arthur Zamarin
2021-12-08 23:00 Michał Górny
2021-11-16 17:16 Michał Górny
2021-10-09 19:31 Michał Górny
2021-10-09 19:18 Sam James
2021-09-23 1:07 Matt Turner
2021-09-11 14:13 Mike Gilbert
2021-09-01 16:24 Michał Górny
2021-08-28 11:05 Michał Górny
2021-08-16 6:38 Michał Górny
2021-08-16 6:38 Michał Górny
2021-08-16 5:13 Agostino Sarubbo
2021-07-16 15:32 Michał Górny
2021-07-03 6:21 Michał Górny
2021-07-03 1:28 Sam James
2021-04-28 8:16 Michał Górny
2021-01-06 18:36 Fabian Groffen
2020-12-27 14:01 Fabian Groffen
2020-12-16 20:35 Michał Górny
2020-12-16 19:51 Sam James
2020-12-16 13:35 Michał Górny
2020-10-07 10:16 Michał Górny
2020-03-20 15:05 Michał Górny
2020-03-20 14:21 Agostino Sarubbo
2020-03-15 18:37 Agostino Sarubbo
2020-03-15 18:36 Agostino Sarubbo
2020-03-15 18:34 Agostino Sarubbo
2020-03-15 18:31 Agostino Sarubbo
2020-03-15 18:27 Agostino Sarubbo
2020-03-14 19:24 Sergei Trofimovich
2020-03-13 19:15 Agostino Sarubbo
2020-01-20 8:16 Michał Górny
2020-01-20 8:16 Michał Górny
2019-12-29 9:05 Mikle Kolyada
2019-11-27 8:16 Michał Górny
2019-09-08 6:43 Michał Górny
2019-07-29 16:34 Aaron Bauman
2019-07-29 16:34 Aaron Bauman
2019-07-28 6:41 Michał Górny
2019-06-09 17:39 Michał Górny
2019-05-05 13:17 Mikle Kolyada
2019-01-22 22:58 Patrice Clement
2019-01-22 22:58 Patrice Clement
2019-01-06 11:51 Jeroen Roovers
2018-11-23 9:00 Mikle Kolyada
2018-10-23 10:20 Michał Górny
2018-10-19 9:57 Michał Górny
2018-10-14 11:13 Mikle Kolyada
2018-10-11 12:45 Tobias Klausmann
2018-10-04 8:47 Mikle Kolyada
2018-09-19 17:35 Thomas Deutschmann
2018-09-16 12:08 Sergei Trofimovich
2018-09-15 18:26 Sergei Trofimovich
2018-09-15 18:23 Sergei Trofimovich
2018-09-15 12:10 Sergei Trofimovich
2018-09-13 10:47 Mikle Kolyada
2018-09-13 8:16 Mart Raudsepp
2018-09-06 21:22 Michał Górny
2018-08-21 9:03 Michał Górny
2018-08-20 21:06 Michał Górny
2018-08-14 14:23 Michał Górny
2018-08-14 14:23 Michał Górny
2018-08-14 14:23 Michał Górny
2018-08-14 14:23 Michał Górny
2018-03-03 14:17 Mart Raudsepp
2018-01-14 20:47 Patrice Clement
2017-06-20 12:37 Pacho Ramos
2017-02-28 22:04 Mike Gilbert
2017-02-26 17:18 Mike Gilbert
2016-11-18 21:40 Mike Frysinger
2016-08-18 5:03 Tim Harder
2016-08-18 5:03 Tim Harder
2016-04-15 22:16 Mike Gilbert
2016-02-29 19:44 Stephen Klimaszewski
2015-08-25 3:45 Tim Harder
2015-08-24 8:18 Ben de Groot
2015-08-23 14:10 Mike Gilbert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1464579001.b5435eeb5778fc22f2323822af7c4d9a29f651c4.radhermit@gentoo \
--to=radhermit@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox