diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-12-17 10:34:22 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-12-17 10:34:22 +0000 |
commit | 32b41c8adf6e078a4f39feb944b64e2db7994182 (patch) | |
tree | c8672b774f1a41343f7dda86aeb004421f3d1545 /app-vim | |
parent | amd64 stable wrt #295327 (diff) | |
download | gentoo-2-32b41c8adf6e078a4f39feb944b64e2db7994182.tar.gz gentoo-2-32b41c8adf6e078a4f39feb944b64e2db7994182.tar.bz2 gentoo-2-32b41c8adf6e078a4f39feb944b64e2db7994182.zip |
clean up
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gentoo-syntax/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/gentoo-syntax/gentoo-syntax-20070506.ebuild | 48 | ||||
-rw-r--r-- | app-vim/gentoo-syntax/gentoo-syntax-20081006.ebuild | 48 |
3 files changed, 3 insertions, 98 deletions
diff --git a/app-vim/gentoo-syntax/ChangeLog b/app-vim/gentoo-syntax/ChangeLog index 09fdeb8b8379..95aeca301dca 100644 --- a/app-vim/gentoo-syntax/ChangeLog +++ b/app-vim/gentoo-syntax/ChangeLog @@ -1,8 +1,9 @@ # ChangeLog for app-vim/gentoo-syntax # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.104 2009/12/17 10:33:03 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.105 2009/12/17 10:34:22 fauli Exp $ - 17 Dec 2009; Christian Faulhammer <fauli@gentoo.org> ChangeLog: + 17 Dec 2009; Christian Faulhammer <fauli@gentoo.org> + -gentoo-syntax-20070506.ebuild, -gentoo-syntax-20081006.ebuild: clean up 17 Dec 2009; Christian Faulhammer <fauli@gentoo.org> diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20070506.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20070506.ebuild deleted file mode 100644 index 0cf4042e24e9..000000000000 --- a/app-vim/gentoo-syntax/gentoo-syntax-20070506.ebuild +++ /dev/null @@ -1,48 +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-20070506.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" - -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/gentoo-syntax-20081006.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20081006.ebuild deleted file mode 100644 index 1f169631c313..000000000000 --- a/app-vim/gentoo-syntax/gentoo-syntax-20081006.ebuild +++ /dev/null @@ -1,48 +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-20081006.ebuild,v 1.4 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" - -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 -} |