From 4d2ab48adea3a5088a268fd35409cfc0f91248f6 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Fri, 7 Jan 2011 23:24:25 +0000 Subject: Remove old (Portage version: 2.2.0_alpha12/cvs/Linux x86_64) --- app-vim/cecutil/ChangeLog | 5 ++++- app-vim/cecutil/cecutil-7.ebuild | 27 --------------------------- 2 files changed, 4 insertions(+), 28 deletions(-) delete mode 100644 app-vim/cecutil/cecutil-7.ebuild (limited to 'app-vim/cecutil') diff --git a/app-vim/cecutil/ChangeLog b/app-vim/cecutil/ChangeLog index 02db2ec9a498..d6c2f4db9fa4 100644 --- a/app-vim/cecutil/ChangeLog +++ b/app-vim/cecutil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/cecutil # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/cecutil/ChangeLog,v 1.30 2011/01/07 22:13:27 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cecutil/ChangeLog,v 1.31 2011/01/07 23:24:25 radhermit Exp $ + + 07 Jan 2011; Tim Harder -cecutil-7.ebuild: + Remove old 07 Jan 2011; Brent Baude cecutil-17.ebuild: stable ppc, bug 345041 diff --git a/app-vim/cecutil/cecutil-7.ebuild b/app-vim/cecutil/cecutil-7.ebuild deleted file mode 100644 index 79c784d6b433..000000000000 --- a/app-vim/cecutil/cecutil-7.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/cecutil/cecutil-7.ebuild,v 1.8 2010/10/07 02:58:46 leio Exp $ - -inherit vim-plugin - -DESCRIPTION="vim plugin: library used by many of Charles Campbell's plugins" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1066" -LICENSE="vim" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" -IUSE="" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides library functions and is not intended to be used -directly by the user. Documentation is available via ':help cecutil.txt'." - -src_unpack() { - unpack ${A} - cd "${S}" - # automatic help extraction. woohoo! someone please shoot me now... - mkdir -p "${S}"/doc - sed -n -e '/^\*cecutil.txt\*/,$p' "${S}"/plugin/cecutil.vim \ - > "${S}"/doc/cecutil.txt \ - || die "sed 1 failed. not good." - sed -i -e '/^" HelpExtractor:/,$d' "${S}"/plugin/cecutil.vim \ - || die "sed 2 failed. not good." -} -- cgit v1.2.3-65-gdbad