summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-05-23 02:01:27 +0000
committerTim Harder <radhermit@gentoo.org>2011-05-23 02:01:27 +0000
commit50a600f232e6b3a368bb7f77fc2fa03a2c81ef86 (patch)
treeb432ccace516b5e009eae34cdc0d98f72a42c877 /app-vim/udev-syntax
parentresign via arbitrary reordering of manifest (diff)
downloadgentoo-2-50a600f232e6b3a368bb7f77fc2fa03a2c81ef86.tar.gz
gentoo-2-50a600f232e6b3a368bb7f77fc2fa03a2c81ef86.tar.bz2
gentoo-2-50a600f232e6b3a368bb7f77fc2fa03a2c81ef86.zip
Remove old
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/udev-syntax')
-rw-r--r--app-vim/udev-syntax/ChangeLog5
-rw-r--r--app-vim/udev-syntax/udev-syntax-20051016.ebuild16
2 files changed, 4 insertions, 17 deletions
diff --git a/app-vim/udev-syntax/ChangeLog b/app-vim/udev-syntax/ChangeLog
index 8df650ece75f..e95e1858e3a6 100644
--- a/app-vim/udev-syntax/ChangeLog
+++ b/app-vim/udev-syntax/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-vim/udev-syntax
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/udev-syntax/ChangeLog,v 1.11 2011/05/22 23:43:19 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/udev-syntax/ChangeLog,v 1.12 2011/05/23 02:01:26 radhermit Exp $
+
+ 23 May 2011; Tim Harder <radhermit@gentoo.org> -udev-syntax-20051016.ebuild:
+ Remove old
22 May 2011; Joseph Jezak <josejx@gentoo.org>
udev-syntax-20051016-r1.ebuild:
diff --git a/app-vim/udev-syntax/udev-syntax-20051016.ebuild b/app-vim/udev-syntax/udev-syntax-20051016.ebuild
deleted file mode 100644
index b975c715ecc9..000000000000
--- a/app-vim/udev-syntax/udev-syntax-20051016.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/udev-syntax/udev-syntax-20051016.ebuild,v 1.5 2007/07/11 05:14:07 mr_bones_ Exp $
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: syntax highlighting for udev rules files"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1381"
-LICENSE="vim"
-KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides syntax highlighting for udev.rules files. These files
-are automatically detected by filename; manual loading is also possible,
-via :set filetype=udev"