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/vim-autoclose/
Date: Tue, 28 Feb 2017 08:46:18
Message-Id: 1488271555.98f89cd486710dd14fede7c254742fe0796db466.monsieurp@gentoo
1 commit: 98f89cd486710dd14fede7c254742fe0796db466
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 08:45:55 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 08:45:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f89cd4
7
8 app-vim/vim-autoclose: remove DEPEND/RDEPEND.
9
10 These should be no dependency whatsoever.
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 app-vim/vim-autoclose/vim-autoclose-2.0.ebuild | 4 ----
15 1 file changed, 4 deletions(-)
16
17 diff --git a/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild b/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild
18 index f3f5770eb2..9731bbec6d 100644
19 --- a/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild
20 +++ b/app-vim/vim-autoclose/vim-autoclose-2.0.ebuild
21 @@ -1,7 +1,6 @@
22 # Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25 -
26 EAPI=6
27
28 inherit vim-plugin
29 @@ -12,9 +11,6 @@ SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
30 LICENSE="vim"
31 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
32
33 -DEPEND="app-arch/unzip"
34 -RDEPEND="${DEPEND}"
35 -
36 src_unpack() {
37 default
38 mv * "${P}" || die