summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2010-06-12 21:43:54 +0000
committerJeremy Olexa <darkside@gentoo.org>2010-06-12 21:43:54 +0000
commit23204084c36b97fe0311db631694693362489d9f (patch)
tree7dfa593fd4ce6cc1c7113ecb887ab33777d68c49 /app-vim
parenteapi bump (diff)
downloadgentoo-2-23204084c36b97fe0311db631694693362489d9f.tar.gz
gentoo-2-23204084c36b97fe0311db631694693362489d9f.tar.bz2
gentoo-2-23204084c36b97fe0311db631694693362489d9f.zip
Update metadata and remove old
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/gentoo-syntax/ChangeLog6
-rw-r--r--app-vim/gentoo-syntax/gentoo-syntax-20090220.ebuild49
-rw-r--r--app-vim/gentoo-syntax/metadata.xml8
3 files changed, 9 insertions, 54 deletions
diff --git a/app-vim/gentoo-syntax/ChangeLog b/app-vim/gentoo-syntax/ChangeLog
index 066887a685dc..477fed5638ee 100644
--- a/app-vim/gentoo-syntax/ChangeLog
+++ b/app-vim/gentoo-syntax/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/gentoo-syntax
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.120 2010/05/16 19:55:10 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.121 2010/06/12 21:43:54 darkside Exp $
+
+ 12 Jun 2010; Jeremy Olexa <darkside@gentoo.org>
+ -gentoo-syntax-20090220.ebuild, metadata.xml:
+ Update metadata and remove old
16 May 2010; Markos Chandras <hwoarang@gentoo.org>
gentoo-syntax-20100215.ebuild:
diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20090220.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20090220.ebuild
deleted file mode 100644
index 4099202a1278..000000000000
--- a/app-vim/gentoo-syntax/gentoo-syntax-20090220.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20090220.ebuild,v 1.11 2009/12/17 10:31:01 fauli Exp $
-
-inherit eutils vim-plugin
-
-DESCRIPTION="vim plugin: Gentoo Ebuild, Eclass, GLEP, ChangeLog and Portage Files syntax highlighting, filetype and indent settings"
-HOMEPAGE="http://www.gentoo.org/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2
- http://dev.gentooexperimental.org/~darkside/distfiles/${PN}/${P}.tar.bz2"
-
-LICENSE="vim"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
-IUSE="ignore-glep31"
-
-VIM_PLUGIN_HELPFILES="gentoo-syntax"
-VIM_PLUGIN_MESSAGES="filetype"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- if use ignore-glep31 ; then
- for f in ftplugin/*.vim ; do
- ebegin "Removing UTF-8 rules from ${f} ..."
- sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' ${f} \
- || die "waah! bad sed voodoo. need more goats."
- eend $?
- done
- fi
-}
-
-pkg_postinst() {
- vim-plugin_pkg_postinst
- if use ignore-glep31 1>/dev/null ; then
- ewarn "You have chosen to disable the rules which ensure GLEP 31"
- ewarn "compliance. When editing ebuilds, please make sure you get"
- ewarn "the character set correct."
- else
- elog "Note for developers and anyone else who edits ebuilds:"
- elog " This release of gentoo-syntax now contains filetype rules to set"
- elog " fileencoding for ebuilds and ChangeLogs to utf-8 as per GLEP 31."
- elog " If you find this feature breaks things, please submit a bug and"
- elog " assign it to vim@gentoo.org. You can use the 'ignore-glep31' USE"
- elog " flag to remove these rules."
- fi
- echo
- epause 5
-}
diff --git a/app-vim/gentoo-syntax/metadata.xml b/app-vim/gentoo-syntax/metadata.xml
index 1437d8e23753..df8bb35aa4f4 100644
--- a/app-vim/gentoo-syntax/metadata.xml
+++ b/app-vim/gentoo-syntax/metadata.xml
@@ -3,13 +3,13 @@
<pkgmetadata>
<herd>vim</herd>
<maintainer>
- <email>darkside@gentoo.org</email>
- <description>Please CC on bugs only.</description>
- </maintainer>
- <maintainer>
<email>spatz@gentoo.org</email>
<name>Dror Levin</name>
</maintainer>
+ <maintainer>
+ <email>darkside@gentoo.org</email>
+ <description>Please CC on bugs only.</description>
+ </maintainer>
<use>
<flag name='ignore-glep31'>Remove GLEP 31 (UTF-8 file encodings) settings
</flag>