diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-06-12 22:01:36 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-06-12 22:01:36 +0000 |
commit | b39c23f383be127de271c3ccd7c47726498671be (patch) | |
tree | a28163b246bd80a56eaecea534fe66e809706c14 /app-vim | |
parent | Version bump. (diff) | |
download | gentoo-2-b39c23f383be127de271c3ccd7c47726498671be.tar.gz gentoo-2-b39c23f383be127de271c3ccd7c47726498671be.tar.bz2 gentoo-2-b39c23f383be127de271c3ccd7c47726498671be.zip |
Remove old.
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/genindent/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/genindent/genindent-1.0.ebuild | 15 |
2 files changed, 5 insertions, 17 deletions
diff --git a/app-vim/genindent/ChangeLog b/app-vim/genindent/ChangeLog index 86a62ebd8bf5..b26b5632a522 100644 --- a/app-vim/genindent/ChangeLog +++ b/app-vim/genindent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/genindent -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/genindent/ChangeLog,v 1.27 2012/12/07 18:34:18 ulm Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/genindent/ChangeLog,v 1.28 2013/06/12 22:01:36 radhermit Exp $ + + 12 Jun 2013; Tim Harder <radhermit@gentoo.org> -genindent-1.0.ebuild: + Remove old. 07 Dec 2012; Ulrich Müller <ulm@gentoo.org> genindent-1.0.ebuild, genindent-1.1.ebuild: diff --git a/app-vim/genindent/genindent-1.0.ebuild b/app-vim/genindent/genindent-1.0.ebuild deleted file mode 100644 index c10f3c75e269..000000000000 --- a/app-vim/genindent/genindent-1.0.ebuild +++ /dev/null @@ -1,15 +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/genindent/genindent-1.0.ebuild,v 1.18 2012/12/07 18:34:18 ulm Exp $ - -inherit vim-plugin - -DESCRIPTION="vim plugin: library for simplifying indent files" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=678" -LICENSE="vim.org" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" -IUSE="" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides library functions and is not intended to be used -directly by the user." |