diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-10-06 12:49:03 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-10-06 12:49:03 +0000 |
commit | 66b0f9de01288bb9b203f1b74193b69e942ca2a6 (patch) | |
tree | 74c169ddbfec46de39a2ee3c4e1b405ac3bc05c8 /app-vim | |
parent | Ignore the makefile and build manually, respects LDFLAGS and does not strip t... (diff) | |
download | gentoo-2-66b0f9de01288bb9b203f1b74193b69e942ca2a6.tar.gz gentoo-2-66b0f9de01288bb9b203f1b74193b69e942ca2a6.tar.bz2 gentoo-2-66b0f9de01288bb9b203f1b74193b69e942ca2a6.zip |
Version bump. Fixes 239287. Drop old.
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gentoo-syntax/ChangeLog | 12 | ||||
-rw-r--r-- | app-vim/gentoo-syntax/files/gentoo-syntax-20051221-metadata.patch | 12 | ||||
-rw-r--r-- | app-vim/gentoo-syntax/files/gentoo-syntax-20080717-metadata-order.patch | 24 | ||||
-rw-r--r-- | app-vim/gentoo-syntax/gentoo-syntax-20051221-r1.ebuild | 49 | ||||
-rw-r--r-- | app-vim/gentoo-syntax/gentoo-syntax-20061106.ebuild | 48 | ||||
-rw-r--r-- | app-vim/gentoo-syntax/gentoo-syntax-20080717-r1.ebuild | 51 | ||||
-rw-r--r-- | app-vim/gentoo-syntax/gentoo-syntax-20081006.ebuild (renamed from app-vim/gentoo-syntax/gentoo-syntax-20070212.ebuild) | 4 |
7 files changed, 13 insertions, 187 deletions
diff --git a/app-vim/gentoo-syntax/ChangeLog b/app-vim/gentoo-syntax/ChangeLog index b7c108223515..624d9a83064e 100644 --- a/app-vim/gentoo-syntax/ChangeLog +++ b/app-vim/gentoo-syntax/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for app-vim/gentoo-syntax # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.87 2008/08/03 15:33:50 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.88 2008/10/06 12:49:02 hawking Exp $ + +*gentoo-syntax-20081006 (06 Oct 2008) + + 06 Oct 2008; Ali Polatel <hawking@gentoo.org> + -files/gentoo-syntax-20051221-metadata.patch, + -files/gentoo-syntax-20080717-metadata-order.patch, + -gentoo-syntax-20051221-r1.ebuild, -gentoo-syntax-20061106.ebuild, + -gentoo-syntax-20070212.ebuild, -gentoo-syntax-20080717-r1.ebuild, + +gentoo-syntax-20081006.ebuild: + Version bump. Fixes 239287. Drop old. 03 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml: Add USE flag description to metadata wrt GLEP 56. diff --git a/app-vim/gentoo-syntax/files/gentoo-syntax-20051221-metadata.patch b/app-vim/gentoo-syntax/files/gentoo-syntax-20051221-metadata.patch deleted file mode 100644 index be0ccb9b0ca5..000000000000 --- a/app-vim/gentoo-syntax/files/gentoo-syntax-20051221-metadata.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- plugin/newmetadata.vim.old 2006-04-10 02:10:19.000000000 +0200 -+++ plugin/newmetadata.vim 2006-04-10 23:42:40.000000000 +0200 -@@ -75,8 +75,8 @@ - if l:name != "" - put ='<name>' . l:name . '</name>' - endif -+ put ='</maintainer>' - endif -- put ='</maintainer>' - put ='<longdescription lang=\"en\">' - put ='</longdescription>' - put ='</pkgmetadata>' diff --git a/app-vim/gentoo-syntax/files/gentoo-syntax-20080717-metadata-order.patch b/app-vim/gentoo-syntax/files/gentoo-syntax-20080717-metadata-order.patch deleted file mode 100644 index 064a0c6d2b1c..000000000000 --- a/app-vim/gentoo-syntax/files/gentoo-syntax-20080717-metadata-order.patch +++ /dev/null @@ -1,24 +0,0 @@ -Index: gentoo-metadata.vim -=================================================================== ---- gentoo-syntax/syntax/gentoo-metadata.vim (revision 48) -+++ gentoo-syntax/syntax/gentoo-metadata.vim (working copy) -@@ -20,8 +20,6 @@ - - syn cluster xmlTagHook add=metadataElement - syn match metadataElement contained 'packages' --syn match metadataElement contained 'catmetadata' --syn match metadataElement contained 'pkgmetadata' - syn match metadataElement contained 'herd' - syn match metadataElement contained 'maintainer' - syn match metadataElement contained 'email' -@@ -36,6 +34,9 @@ - syn match metadataElement contained 'pkg' - syn match metadataElement contained 'cat' - -+syn match metadataElement contained 'catmetadata' -+syn match metadataElement contained 'pkgmetadata' -+ - hi def link metadataElement Keyword - - let b:current_syntax = "gentoo-metadata" - diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20051221-r1.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20051221-r1.ebuild deleted file mode 100644 index 6c113e2fc31b..000000000000 --- a/app-vim/gentoo-syntax/gentoo-syntax-20051221-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# 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-r1.ebuild,v 1.6 2007/02/11 14:02:27 grobian 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" - -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}" - - epatch "${FILESDIR}"/${P}-metadata.patch - 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/gentoo-syntax-20061106.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20061106.ebuild deleted file mode 100644 index 5afea6235e5a..000000000000 --- a/app-vim/gentoo-syntax/gentoo-syntax-20061106.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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-20061106.ebuild,v 1.4 2007/02/11 14:02:27 grobian 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" - -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}" - - 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/gentoo-syntax-20080717-r1.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20080717-r1.ebuild deleted file mode 100644 index 2da3d188355f..000000000000 --- a/app-vim/gentoo-syntax/gentoo-syntax-20080717-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20080717-r1.ebuild,v 1.1 2008/07/17 21:10:39 hawking 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" - -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}" - - 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 - - # Backported patch from svn - epatch "${FILESDIR}"/${P}-metadata-order.patch -} - -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/gentoo-syntax-20070212.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20081006.ebuild index 2e4837d7d89e..54812b019d4c 100644 --- a/app-vim/gentoo-syntax/gentoo-syntax-20070212.ebuild +++ b/app-vim/gentoo-syntax/gentoo-syntax-20081006.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20070212.ebuild,v 1.1 2007/02/13 06:08:34 pioto Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20081006.ebuild,v 1.1 2008/10/06 12:49:02 hawking Exp $ inherit eutils vim-plugin |