diff options
author | 2015-02-19 20:16:31 +0000 | |
---|---|---|
committer | 2015-02-19 20:16:31 +0000 | |
commit | e5366399cf8d2f087a4e22840dc0e57d98789de8 (patch) | |
tree | 1a8a8f817a4601368a9b9ec97d39cd542a504db3 /app-vim | |
parent | Bump to EAPI 5. (diff) | |
download | gentoo-2-e5366399cf8d2f087a4e22840dc0e57d98789de8.tar.gz gentoo-2-e5366399cf8d2f087a4e22840dc0e57d98789de8.tar.bz2 gentoo-2-e5366399cf8d2f087a4e22840dc0e57d98789de8.zip |
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vimcalc/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/vimcalc/vimcalc-1.3-r1.ebuild | 29 |
2 files changed, 4 insertions, 30 deletions
diff --git a/app-vim/vimcalc/ChangeLog b/app-vim/vimcalc/ChangeLog index 964c958e3a4f..5e61d40f1c36 100644 --- a/app-vim/vimcalc/ChangeLog +++ b/app-vim/vimcalc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/vimcalc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcalc/ChangeLog,v 1.7 2015/02/09 01:08:25 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcalc/ChangeLog,v 1.8 2015/02/19 20:16:31 radhermit Exp $ + + 19 Feb 2015; Tim Harder <radhermit@gentoo.org> -vimcalc-1.3-r1.ebuild: + Remove old. 09 Feb 2015; Tim Harder <radhermit@gentoo.org> vimcalc-1.3-r2.ebuild: Fix test file removal. diff --git a/app-vim/vimcalc/vimcalc-1.3-r1.ebuild b/app-vim/vimcalc/vimcalc-1.3-r1.ebuild deleted file mode 100644 index 6451a2fcab00..000000000000 --- a/app-vim/vimcalc/vimcalc-1.3-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcalc/vimcalc-1.3-r1.ebuild,v 1.1 2015/01/06 13:04:37 mgorny Exp $ - -EAPI="4" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) - -inherit python-single-r1 vim-plugin - -DESCRIPTION="vim plugin: provides an interactive calculator inside vim" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3329" -SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=15317 -> ${P}.zip" -LICENSE="vim" -KEYWORDS="~amd64 ~x86" -IUSE="" - -VIM_PLUGIN_HELPFILES="vimcalc" - -DEPEND="app-arch/unzip" -RDEPEND="|| ( app-editors/vim[python,${PYTHON_USEDEP}] app-editors/gvim[python,${PYTHON_USEDEP}] ) - ${PYTHON_DEPS}" -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -S="${WORKDIR}/${PN}-v${PV}" - -src_prepare() { - # Remove .DS_Store files that should not be installed - find -type f -name '.DS*' -delete -} |