diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-18 01:08:21 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-18 01:08:21 +0000 |
commit | 627ca6944124c12ac6a2abf446a3fa23ac417dd3 (patch) | |
tree | 38cad8c3572d4adfcbd666b27f638a28206ca506 /app-vim | |
parent | sync IUSE (+arts) (diff) | |
download | gentoo-2-627ca6944124c12ac6a2abf446a3fa23ac417dd3.tar.gz gentoo-2-627ca6944124c12ac6a2abf446a3fa23ac417dd3.tar.bz2 gentoo-2-627ca6944124c12ac6a2abf446a3fa23ac417dd3.zip |
Stable everywhere
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-vim')
6 files changed, 8 insertions, 113 deletions
diff --git a/app-vim/gentoo-syntax/ChangeLog b/app-vim/gentoo-syntax/ChangeLog index 81bff37b9cdf..90399b1aaee5 100644 --- a/app-vim/gentoo-syntax/ChangeLog +++ b/app-vim/gentoo-syntax/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/gentoo-syntax # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.53 2005/06/18 16:09:35 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.54 2005/07/18 01:08:21 agriffis Exp $ + + 18 Jul 2005; Aron Griffis <agriffis@gentoo.org> + -gentoo-syntax-20041227.ebuild, -gentoo-syntax-20050211-r1.ebuild, + gentoo-syntax-20050618.ebuild: + Stable everywhere *gentoo-syntax-20050618 (18 Jun 2005) diff --git a/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20041227 b/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20041227 deleted file mode 100644 index 362a9d2a7521..000000000000 --- a/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20041227 +++ /dev/null @@ -1 +0,0 @@ -MD5 4cbe8a3abd98ae4242ec32ec3b66e009 gentoo-syntax-20041227.tar.bz2 14329 diff --git a/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20050211-r1 b/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20050211-r1 deleted file mode 100644 index dd4e9d63c411..000000000000 --- a/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20050211-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c72df35c452ced76c2d5a92f4229affd gentoo-syntax-20050211.tar.bz2 16468 diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20041227.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20041227.ebuild deleted file mode 100644 index 8a13cf9b3e25..000000000000 --- a/app-vim/gentoo-syntax/gentoo-syntax-20041227.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20041227.ebuild,v 1.9 2005/03/09 00:43:45 vapier Exp $ - -inherit eutils vim-plugin - -DESCRIPTION="vim plugin: Gentoo Ebuild, Eclass, GLEP, ChangeLog and Portage -Files syntax highlighting, filetype and indent settings" -HOMEPAGE="http://developer.berlios.de/projects/gentoo-syntax" -LICENSE="vim" -KEYWORDS="x86 sparc mips amd64 ppc ~ppc64 alpha ia64 arm hppa s390" -SRC_URI="http://download.berlios.de/gentoo-syntax/${P}.tar.bz2" - -# For gathering stats. Evil, I know, but I need to know whether I can -# reasonably add this package in as a PDEPEND of vim-core. -- ciaranm -RESTRICT="primaryuri" - -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 - einfo "Note for developers and anyone else who edits ebuilds:" - einfo " This release of gentoo-syntax now contains filetype rules to set" - einfo " fileencoding for ebuilds and ChangeLogs to utf-8 as per GLEP 31." - einfo " If you find this feature breaks things, please submit a bug and" - einfo " assign it to vim@gentoo.org. You can use the 'ignore-glep31' USE" - einfo " flag to remove these rules." - fi - echo - epause 5 -} - diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20050211-r1.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20050211-r1.ebuild deleted file mode 100644 index 1b350a70b857..000000000000 --- a/app-vim/gentoo-syntax/gentoo-syntax-20050211-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20050211-r1.ebuild,v 1.7 2005/03/17 09:14:13 hansmi Exp $ - -inherit eutils vim-plugin - -DESCRIPTION="vim plugin: Gentoo Ebuild, Eclass, GLEP, ChangeLog and Portage -Files syntax highlighting, filetype and indent settings" -HOMEPAGE="http://developer.berlios.de/projects/gentoo-syntax" -LICENSE="vim" -KEYWORDS="x86 sparc mips amd64 ppc ~ppc64 alpha ia64 arm hppa s390" -SRC_URI="http://download.berlios.de/gentoo-syntax/${P}.tar.bz2" - -# For gathering stats. Evil, I know, but I need to know whether I can -# reasonably add this package in as a PDEPEND of vim-core. -- ciaranm -RESTRICT="primaryuri" - -IUSE="ignore-glep31" -VIM_PLUGIN_HELPFILES="gentoo-syntax" -VIM_PLUGIN_MESSAGES="filetype" - -src_unpack() { - unpack ${A} - cd ${S} - - epatch ${FILESDIR}/${P}-fix-escapes.patch - epatch ${FILESDIR}/${P}-fix-xml.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 - einfo "Note for developers and anyone else who edits ebuilds:" - einfo " This release of gentoo-syntax now contains filetype rules to set" - einfo " fileencoding for ebuilds and ChangeLogs to utf-8 as per GLEP 31." - einfo " If you find this feature breaks things, please submit a bug and" - einfo " assign it to vim@gentoo.org. You can use the 'ignore-glep31' USE" - einfo " flag to remove these rules." - fi - echo - epause 5 -} - diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20050618.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20050618.ebuild index 17fde440edcc..0c549aa04ab3 100644 --- a/app-vim/gentoo-syntax/gentoo-syntax-20050618.ebuild +++ b/app-vim/gentoo-syntax/gentoo-syntax-20050618.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20050618.ebuild,v 1.1 2005/06/18 16:09:35 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20050618.ebuild,v 1.2 2005/07/18 01:08:21 agriffis Exp $ inherit eutils vim-plugin @@ -8,7 +8,7 @@ DESCRIPTION="vim plugin: Gentoo Ebuild, Eclass, GLEP, ChangeLog and Portage Files syntax highlighting, filetype and indent settings" HOMEPAGE="http://developer.berlios.de/projects/gentoo-syntax" LICENSE="vim" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" SRC_URI="http://dev.gentoo.org/~ka0ttic/${PN}/${P}.tar.bz2 mirror://gentoo/${P}.tar.bz2" |