summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-01-07 23:04:34 +0000
committerTim Harder <radhermit@gentoo.org>2011-01-07 23:04:34 +0000
commitba3043c29f1c89f946d61e3d238a28d2829a37be (patch)
tree777cd553d79938833f5387f574a5cc1ba034bf23 /app-vim/increment
parentBug #329479: improve python usage to new python eclass. Does not support mult... (diff)
downloadgentoo-2-ba3043c29f1c89f946d61e3d238a28d2829a37be.tar.gz
gentoo-2-ba3043c29f1c89f946d61e3d238a28d2829a37be.tar.bz2
gentoo-2-ba3043c29f1c89f946d61e3d238a28d2829a37be.zip
Remove old
(Portage version: 2.2.0_alpha12/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/increment')
-rw-r--r--app-vim/increment/ChangeLog5
-rw-r--r--app-vim/increment/increment-1.0.ebuild14
2 files changed, 4 insertions, 15 deletions
diff --git a/app-vim/increment/ChangeLog b/app-vim/increment/ChangeLog
index 30840683e4ed..ef51a8662e3c 100644
--- a/app-vim/increment/ChangeLog
+++ b/app-vim/increment/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-vim/increment
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/ChangeLog,v 1.14 2011/01/07 22:46:45 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/ChangeLog,v 1.15 2011/01/07 23:04:34 radhermit Exp $
+
+ 07 Jan 2011; Tim Harder <radhermit@gentoo.org> -increment-1.0.ebuild:
+ Remove old
07 Jan 2011; Brent Baude <ranger@gentoo.org> increment-1.1.ebuild:
stable ppc, bug 345355
diff --git a/app-vim/increment/increment-1.0.ebuild b/app-vim/increment/increment-1.0.ebuild
deleted file mode 100644
index c51b99c7f5dd..000000000000
--- a/app-vim/increment/increment-1.0.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/increment-1.0.ebuild,v 1.9 2005/04/24 12:09:59 hansmi Exp $
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: easily create sequences of incremented values"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=842"
-
-LICENSE="as-is"
-KEYWORDS="sparc x86 ppc amd64 alpha ia64"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="increment.txt"