Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/sudoedit/
Date: Fri, 01 Jul 2016 14:48:40
Message-Id: 1467382839.81cbfd00c750947783b43e03083ea405562bc1f6.monsieurp@gentoo
1 commit: 81cbfd00c750947783b43e03083ea405562bc1f6
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 1 14:19:38 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 1 14:20:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81cbfd00
7
8 app-vim/sudoedit: Clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/sudoedit/Manifest | 1 -
13 app-vim/sudoedit/sudoedit-0.20.ebuild | 19 -------------------
14 2 files changed, 20 deletions(-)
15
16 diff --git a/app-vim/sudoedit/Manifest b/app-vim/sudoedit/Manifest
17 index 1d599bd..8a7869e 100644
18 --- a/app-vim/sudoedit/Manifest
19 +++ b/app-vim/sudoedit/Manifest
20 @@ -1,2 +1 @@
21 -DIST sudoedit-0.20.tar.bz2 11420 SHA256 a9b274e38025e21bc7be430878e8bf1f1a131620236de397f8a99cd651d72384 SHA512 963815cd9c41b54bf1a3aee259460565f4cfe6d5f9d32b5b9986026e2666e1913c89a59706aafc604dbad433d706e4a9cbf533cc7bfe978eb9a0de2194540ebf WHIRLPOOL b6eac2b628252a576656fd0101b7a2afee29acc4c2ca09b535f7320fe13c0408a9c4e415b5cb7a36966b6a95c43d28907302c00c5103994f6debc996338ad25a
22 DIST sudoedit-0.21.tar.bz2 12483 SHA256 b877c19aaa4f7440b611eafbca4a903f39c5ab5dc19d90eeb54ae3d1ba520e4c SHA512 60d5fde0ef82c4ccba2b62c75651cb1ed1dfc2a4e2815785dcaf4e515222a4d2bed193cdd8323a742109cb43a4123d27db39776a562b150b93ffdb9beec12d3c WHIRLPOOL f15eb65d7c5f583e6ee7c39c889d14f94aae7157995fa69e124a82b44783a6c947e42df89b5b739b7ed61347c4c9cee8706ec66f8d587c3478ced7f03a841ff3
23
24 diff --git a/app-vim/sudoedit/sudoedit-0.20.ebuild b/app-vim/sudoedit/sudoedit-0.20.ebuild
25 deleted file mode 100644
26 index caa1fc4..0000000
27 --- a/app-vim/sudoedit/sudoedit-0.20.ebuild
28 +++ /dev/null
29 @@ -1,19 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -inherit vim-plugin
36 -
37 -DESCRIPTION="vim plugin: edit files using sudo or su"
38 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2709 https://github.com/chrisbra/SudoEdit.vim"
39 -LICENSE="vim"
40 -KEYWORDS="~amd64 ~x86"
41 -VIM_PLUGIN_HELPFILES="SudoEdit.txt"
42 -
43 -RDEPEND="|| ( app-admin/sudo sys-apps/shadow )"
44 -
45 -src_prepare() {
46 - # remove unused windows related file
47 - rm autoload/sudo.cmd || die
48 -}