summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/gentoo-syntax')
-rw-r--r--app-vim/gentoo-syntax/files/digest-gentoo-syntax-200505152
-rw-r--r--app-vim/gentoo-syntax/gentoo-syntax-20051221-r1.ebuild13
2 files changed, 8 insertions, 7 deletions
diff --git a/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20050515 b/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20050515
index 1a181dddfdea..614a80820be0 100644
--- a/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20050515
+++ b/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20050515
@@ -1 +1,3 @@
MD5 8a4c73233c124d024e13d69ed2340315 gentoo-syntax-20050515.tar.bz2 18462
+RMD160 42404f29c5a7d756baab25bd01ae322871946553 gentoo-syntax-20050515.tar.bz2 18462
+SHA256 71a62315c688d042c1916f66558cebd86db82c3295e1a0c8fd16f71c73bac1fb gentoo-syntax-20050515.tar.bz2 18462
diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20051221-r1.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20051221-r1.ebuild
index b95164589fd3..904e2b96efe7 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20051221-r1.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20051221-r1.ebuild
@@ -1,23 +1,23 @@
# Copyright 1999-2006 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-r1.ebuild,v 1.1 2006/09/06 21:46:45 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20051221-r1.ebuild,v 1.2 2006/09/10 07:25:53 vapier 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 mips ppc ~ppc-macos ppc64 s390 sparc x86 ~x86-fbsd"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
+LICENSE="vim"
+KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ~ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE="ignore-glep31"
+
VIM_PLUGIN_HELPFILES="gentoo-syntax"
VIM_PLUGIN_MESSAGES="filetype"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
epatch "${FILESDIR}"/${P}-metadata.patch
if use ignore-glep31 ; then
@@ -47,4 +47,3 @@ pkg_postinst() {
echo
epause 5
}
-