diff options
author | Tim Harder <radhermit@gentoo.org> | 2015-03-20 19:31:19 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2015-03-20 19:31:19 +0000 |
commit | 2ffc6bf9e37911322cd42efb33313d82f60f9e73 (patch) | |
tree | a13cca6b5ec849819af9c3b0ea667f57f78700c3 /app-vim | |
parent | Keyword amd64 and x86. (diff) | |
download | gentoo-2-2ffc6bf9e37911322cd42efb33313d82f60f9e73.tar.gz gentoo-2-2ffc6bf9e37911322cd42efb33313d82f60f9e73.tar.bz2 gentoo-2-2ffc6bf9e37911322cd42efb33313d82f60f9e73.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gitv/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/gitv/gitv-1.0-r1.ebuild | 26 | ||||
-rw-r--r-- | app-vim/gitv/gitv-1.1.ebuild | 35 |
3 files changed, 5 insertions, 62 deletions
diff --git a/app-vim/gitv/ChangeLog b/app-vim/gitv/ChangeLog index 274d53b48426..7c8246ed9ac4 100644 --- a/app-vim/gitv/ChangeLog +++ b/app-vim/gitv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/gitv # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gitv/ChangeLog,v 1.10 2015/03/20 19:30:58 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gitv/ChangeLog,v 1.11 2015/03/20 19:31:19 radhermit Exp $ + + 20 Mar 2015; Tim Harder <radhermit@gentoo.org> -gitv-1.0-r1.ebuild, + -gitv-1.1.ebuild: + Remove old. 20 Mar 2015; Tim Harder <radhermit@gentoo.org> gitv-1.2.ebuild: Keyword amd64 and x86. diff --git a/app-vim/gitv/gitv-1.0-r1.ebuild b/app-vim/gitv/gitv-1.0-r1.ebuild deleted file mode 100644 index a282214357f0..000000000000 --- a/app-vim/gitv/gitv-1.0-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gitv/gitv-1.0-r1.ebuild,v 1.1 2011/05/04 11:30:29 radhermit Exp $ - -EAPI="4" -VIM_PLUGIN_VIM_VERSION="7.2" - -inherit vim-plugin - -DESCRIPTION="vim plugin: gitk for vim" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3574" -SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=15572 -> ${P}.zip" -LICENSE="vim" -KEYWORDS="~amd64 ~x86" -IUSE="" - -VIM_PLUGIN_HELPFILES="gitv" - -DEPEND="app-arch/unzip" -RDEPEND="dev-vcs/git - app-vim/fugitive" - -src_prepare() { - # Remove .DS_Store files that should not be installed - find -type f -name '.*' -exec rm -f {} + || die -} diff --git a/app-vim/gitv/gitv-1.1.ebuild b/app-vim/gitv/gitv-1.1.ebuild deleted file mode 100644 index 55755f531afb..000000000000 --- a/app-vim/gitv/gitv-1.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gitv/gitv-1.1.ebuild,v 1.4 2013/12/24 12:44:16 ago Exp $ - -EAPI="4" -VIM_PLUGIN_VIM_VERSION="7.2" - -inherit vim-plugin - -DESCRIPTION="vim plugin: gitk for vim" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3574" -SRC_URI="https://github.com/vim-scripts/${PN}/tarball/${PV} -> ${P}.tar.gz" -LICENSE="vim" -KEYWORDS="amd64 x86 ~ppc-macos" -IUSE="" - -VIM_PLUGIN_HELPFILES="gitv" - -RDEPEND="dev-vcs/git - app-vim/fugitive" - -src_unpack() { - unpack ${A} - mv *-${PN}-* "${S}" -} - -src_prepare() { - rm -f README -} - -src_install() { - dodoc ${P}/README.markdown - rm -rf ${P} - vim-plugin_src_install -} |