summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-07-01 14:19:38 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-07-01 14:20:39 +0000
commit81cbfd00c750947783b43e03083ea405562bc1f6 (patch)
tree40d2b1fe0c6ea84aed9e22c520dee7a4782457ac
parentapp-vim/sudoedit: Stable for amd64. Retroactively mark stable for the remaini... (diff)
downloadgentoo-81cbfd00c750947783b43e03083ea405562bc1f6.tar.gz
gentoo-81cbfd00c750947783b43e03083ea405562bc1f6.tar.bz2
gentoo-81cbfd00c750947783b43e03083ea405562bc1f6.zip
app-vim/sudoedit: Clean up old.
Package-Manager: portage-2.2.28
-rw-r--r--app-vim/sudoedit/Manifest1
-rw-r--r--app-vim/sudoedit/sudoedit-0.20.ebuild19
2 files changed, 0 insertions, 20 deletions
diff --git a/app-vim/sudoedit/Manifest b/app-vim/sudoedit/Manifest
index 1d599bd8cd7a..8a7869e5dc8d 100644
--- a/app-vim/sudoedit/Manifest
+++ b/app-vim/sudoedit/Manifest
@@ -1,2 +1 @@
-DIST sudoedit-0.20.tar.bz2 11420 SHA256 a9b274e38025e21bc7be430878e8bf1f1a131620236de397f8a99cd651d72384 SHA512 963815cd9c41b54bf1a3aee259460565f4cfe6d5f9d32b5b9986026e2666e1913c89a59706aafc604dbad433d706e4a9cbf533cc7bfe978eb9a0de2194540ebf WHIRLPOOL b6eac2b628252a576656fd0101b7a2afee29acc4c2ca09b535f7320fe13c0408a9c4e415b5cb7a36966b6a95c43d28907302c00c5103994f6debc996338ad25a
DIST sudoedit-0.21.tar.bz2 12483 SHA256 b877c19aaa4f7440b611eafbca4a903f39c5ab5dc19d90eeb54ae3d1ba520e4c SHA512 60d5fde0ef82c4ccba2b62c75651cb1ed1dfc2a4e2815785dcaf4e515222a4d2bed193cdd8323a742109cb43a4123d27db39776a562b150b93ffdb9beec12d3c WHIRLPOOL f15eb65d7c5f583e6ee7c39c889d14f94aae7157995fa69e124a82b44783a6c947e42df89b5b739b7ed61347c4c9cee8706ec66f8d587c3478ced7f03a841ff3
diff --git a/app-vim/sudoedit/sudoedit-0.20.ebuild b/app-vim/sudoedit/sudoedit-0.20.ebuild
deleted file mode 100644
index caa1fc4488e1..000000000000
--- a/app-vim/sudoedit/sudoedit-0.20.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: edit files using sudo or su"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2709 https://github.com/chrisbra/SudoEdit.vim"
-LICENSE="vim"
-KEYWORDS="~amd64 ~x86"
-VIM_PLUGIN_HELPFILES="SudoEdit.txt"
-
-RDEPEND="|| ( app-admin/sudo sys-apps/shadow )"
-
-src_prepare() {
- # remove unused windows related file
- rm autoload/sudo.cmd || die
-}