summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kelly <pioto@gentoo.org>2007-02-13 06:08:34 +0000
committerMike Kelly <pioto@gentoo.org>2007-02-13 06:08:34 +0000
commit7a80f03583d1333428d37c63e10f039676585c4f (patch)
tree856f29b6288636179e23fb636410a5a722cdb839 /app-vim
parentmasking -r5 of hal (diff)
downloadgentoo-2-7a80f03583d1333428d37c63e10f039676585c4f.tar.gz
gentoo-2-7a80f03583d1333428d37c63e10f039676585c4f.tar.bz2
gentoo-2-7a80f03583d1333428d37c63e10f039676585c4f.zip
Version bump. Fixes Bug #164312, Bug #164953, and Bug #164588. Remove old version.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/gentoo-syntax/ChangeLog9
-rw-r--r--app-vim/gentoo-syntax/files/digest-gentoo-syntax-200512213
-rw-r--r--app-vim/gentoo-syntax/files/digest-gentoo-syntax-200702123
-rw-r--r--app-vim/gentoo-syntax/gentoo-syntax-20070212.ebuild (renamed from app-vim/gentoo-syntax/gentoo-syntax-20051221.ebuild)13
4 files changed, 17 insertions, 11 deletions
diff --git a/app-vim/gentoo-syntax/ChangeLog b/app-vim/gentoo-syntax/ChangeLog
index 99529fa9af56..c67d50bc0345 100644
--- a/app-vim/gentoo-syntax/ChangeLog
+++ b/app-vim/gentoo-syntax/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-vim/gentoo-syntax
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.74 2007/02/11 14:02:27 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.75 2007/02/13 06:08:34 pioto Exp $
+
+*gentoo-syntax-20070212 (13 Feb 2007)
+
+ 13 Feb 2007; Mike Kelly <pioto@gentoo.org> -gentoo-syntax-20051221.ebuild,
+ +gentoo-syntax-20070212.ebuild:
+ Version bump. Fixes Bug #164312, Bug #164953, and Bug #164588. Remove old
+ version.
11 Feb 2007; Fabian Groffen <grobian@gentoo.org>
gentoo-syntax-20051221.ebuild, gentoo-syntax-20051221-r1.ebuild,
diff --git a/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20051221 b/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20051221
deleted file mode 100644
index fc02b65e192e..000000000000
--- a/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20051221
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 4f86ef2d51fbde351137a0ea8d1f70e7 gentoo-syntax-20051221.tar.bz2 19388
-RMD160 abe882798aad8b89df0ce376d9b64db708c65fa7 gentoo-syntax-20051221.tar.bz2 19388
-SHA256 73c00b2ddee5f87e772bcb5797042e00f7f99d888609068a346ecddada935373 gentoo-syntax-20051221.tar.bz2 19388
diff --git a/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20070212 b/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20070212
new file mode 100644
index 000000000000..66e7a3f9857c
--- /dev/null
+++ b/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20070212
@@ -0,0 +1,3 @@
+MD5 ebba240d46500f5ff834ced16ee82999 gentoo-syntax-20070212.tar.bz2 20119
+RMD160 e7a43b3340f58c6c01655f3e4664db517268e6a7 gentoo-syntax-20070212.tar.bz2 20119
+SHA256 5ce1a3c3baaf87c1bea5938f64d297758e544ab602e9f315f389a8852c6f44db gentoo-syntax-20070212.tar.bz2 20119
diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20051221.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20070212.ebuild
index 19fd55877f50..2e4837d7d89e 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20051221.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20070212.ebuild
@@ -1,23 +1,23 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20051221.ebuild,v 1.14 2007/02/11 14:02:27 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20070212.ebuild,v 1.1 2007/02/13 06:08:34 pioto Exp $
inherit eutils vim-plugin
-DESCRIPTION="vim plugin: Gentoo Ebuild, Eclass, GLEP, ChangeLog and Portage
-Files syntax highlighting, filetype and indent settings"
+DESCRIPTION="vim plugin: Gentoo Ebuild, Eclass, GLEP, ChangeLog and Portage Files syntax highlighting, filetype and indent settings"
HOMEPAGE="http://www.gentoo.org/"
-LICENSE="vim"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sparc x86 ~x86-fbsd"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
+LICENSE="vim"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE="ignore-glep31"
+
VIM_PLUGIN_HELPFILES="gentoo-syntax"
VIM_PLUGIN_MESSAGES="filetype"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
if use ignore-glep31 ; then
for f in ftplugin/*.vim ; do
@@ -46,4 +46,3 @@ pkg_postinst() {
echo
epause 5
}
-