summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-05-14 05:22:31 +0000
committerTim Harder <radhermit@gentoo.org>2013-05-14 05:22:31 +0000
commit26577bfc5e31ede37b45302214c77d1c01f45f0f (patch)
treebe25a566e486cf5440fd4f5bd545600fe04d55c2 /app-vim
parentFix quoting QA warning. (diff)
downloadgentoo-2-26577bfc5e31ede37b45302214c77d1c01f45f0f.tar.gz
gentoo-2-26577bfc5e31ede37b45302214c77d1c01f45f0f.tar.bz2
gentoo-2-26577bfc5e31ede37b45302214c77d1c01f45f0f.zip
Remove old.
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/ebnf-syntax/ChangeLog5
-rw-r--r--app-vim/ebnf-syntax/ebnf-syntax-1.1.ebuild14
2 files changed, 4 insertions, 15 deletions
diff --git a/app-vim/ebnf-syntax/ChangeLog b/app-vim/ebnf-syntax/ChangeLog
index a3d229d70f23..4c162493aaf1 100644
--- a/app-vim/ebnf-syntax/ChangeLog
+++ b/app-vim/ebnf-syntax/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-vim/ebnf-syntax
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/ebnf-syntax/ChangeLog,v 1.16 2013/05/14 05:21:46 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/ebnf-syntax/ChangeLog,v 1.17 2013/05/14 05:22:31 radhermit Exp $
+
+ 14 May 2013; Tim Harder <radhermit@gentoo.org> -ebnf-syntax-1.1.ebuild:
+ Remove old.
14 May 2013; Tim Harder <radhermit@gentoo.org> ebnf-syntax-1.1-r1.ebuild:
Fix quoting QA warning.
diff --git a/app-vim/ebnf-syntax/ebnf-syntax-1.1.ebuild b/app-vim/ebnf-syntax/ebnf-syntax-1.1.ebuild
deleted file mode 100644
index 079d924e6e66..000000000000
--- a/app-vim/ebnf-syntax/ebnf-syntax-1.1.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/ebnf-syntax/ebnf-syntax-1.1.ebuild,v 1.8 2012/12/07 18:30:58 ulm Exp $
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: EBNF (ISO/IEC 14997) file syntax highlighting"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=545"
-LICENSE="vim.org"
-KEYWORDS="~alpha ~amd64 ia64 ~mips ~ppc ppc64 sparc x86"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides syntax highlighting for EBNF (ISO/IEC 14997) files."