diff options
Diffstat (limited to 'app-vim/gentoo-syntax')
5 files changed, 5 insertions, 107 deletions
diff --git a/app-vim/gentoo-syntax/ChangeLog b/app-vim/gentoo-syntax/ChangeLog index 16a2794fb383..804411802d23 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.20 2004/12/02 16:21:28 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.21 2004/12/02 16:26:42 ciaranm Exp $ + + 02 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> + -gentoo-syntax-20041121.ebuild, -gentoo-syntax-20041127.ebuild: + Tidy up unneeded versions *gentoo-syntax-20041202 (02 Dec 2004) diff --git a/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20041121 b/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20041121 deleted file mode 100644 index 46474477a1db..000000000000 --- a/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20041121 +++ /dev/null @@ -1 +0,0 @@ -MD5 2d7923a8ba83cae18ddccbf83b8f2e87 gentoo-syntax-20041121.tar.bz2 9800 diff --git a/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20041127 b/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20041127 deleted file mode 100644 index 47b9b0088da5..000000000000 --- a/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20041127 +++ /dev/null @@ -1 +0,0 @@ -MD5 27cf3a0a8f6fc0b5cc187573041e42db gentoo-syntax-20041127.tar.bz2 11371 diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20041121.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20041121.ebuild deleted file mode 100644 index 372cbb2e20d9..000000000000 --- a/app-vim/gentoo-syntax/gentoo-syntax-20041121.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20041121.ebuild,v 1.1 2004/11/21 19:58:32 ciaranm 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" -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="nomirror" - -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-20041127.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20041127.ebuild deleted file mode 100644 index 15399e6befda..000000000000 --- a/app-vim/gentoo-syntax/gentoo-syntax-20041127.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20041127.ebuild,v 1.1 2004/11/27 18:21:11 ciaranm 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" -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="nomirror" - -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 -} - |