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/conque/
Date: Sun, 10 Feb 2019 23:11:41
Message-Id: 1549840276.cd08e83f7ff0b526b756e12b120d714217b6e616.monsieurp@gentoo
1 commit: cd08e83f7ff0b526b756e12b120d714217b6e616
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 10 17:54:14 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 10 23:11:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd08e83f
7
8 app-vim/conque: clean up old.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-vim/conque/conque-2.3.ebuild | 22 ----------------------
14 1 file changed, 22 deletions(-)
15
16 diff --git a/app-vim/conque/conque-2.3.ebuild b/app-vim/conque/conque-2.3.ebuild
17 deleted file mode 100644
18 index c16c2d15630..00000000000
19 --- a/app-vim/conque/conque-2.3.ebuild
20 +++ /dev/null
21 @@ -1,22 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="4"
26 -VIM_PLUGIN_VIM_VERSION="7.1"
27 -
28 -inherit vim-plugin
29 -
30 -MY_P="${PN}_${PV}"
31 -DESCRIPTION="vim plugin: Run interactive commands inside a Vim buffer"
32 -HOMEPAGE="https://code.google.com/p/conque/"
33 -SRC_URI="https://${PN}.googlecode.com/files/${MY_P}.tar.gz"
34 -LICENSE="MIT"
35 -KEYWORDS="amd64 x86"
36 -IUSE=""
37 -
38 -RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
39 - >=dev-lang/python-2.3"
40 -
41 -VIM_PLUGIN_HELPFILES="ConqueTerm"
42 -
43 -S="${WORKDIR}/${MY_P}"