Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/pydiction/
Date: Mon, 09 Sep 2019 06:32:44
Message-Id: 1568010753.72467bb3bfa5b62e089219aae9f30bdd1445ea31.mgorny@gentoo
1 commit: 72467bb3bfa5b62e089219aae9f30bdd1445ea31
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 9 06:09:35 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 9 06:32:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72467bb3
7
8 app-vim/pydiction: Drop old, buggy ebuilds
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-vim/pydiction/pydiction-1.2.3-r1.ebuild | 30 -----------------------------
13 app-vim/pydiction/pydiction-1.2.3.ebuild | 25 ------------------------
14 2 files changed, 55 deletions(-)
15
16 diff --git a/app-vim/pydiction/pydiction-1.2.3-r1.ebuild b/app-vim/pydiction/pydiction-1.2.3-r1.ebuild
17 deleted file mode 100644
18 index 12ae4f48a14..00000000000
19 --- a/app-vim/pydiction/pydiction-1.2.3-r1.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
28 -
29 -inherit vim-plugin python-r1
30 -
31 -DESCRIPTION="vim plugin: tab-complete your Python code"
32 -HOMEPAGE="https://rkulla.github.io/pydiction/"
33 -SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.zip"
34 -
35 -LICENSE="vim"
36 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
37 -IUSE=""
38 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
39 -
40 -DEPEND="app-arch/unzip"
41 -RDEPEND="${PYTHON_DEPS}"
42 -
43 -S="${WORKDIR}/${PN}-master"
44 -
45 -src_install() {
46 - insinto "/usr/share/${PN}"
47 - local pyfiles=( complete-dict pydiction.py )
48 - doins "${pyfiles[@]}"
49 - rm -v "${pyfiles[@]}" || die
50 - vim-plugin_src_install
51 -}
52
53 diff --git a/app-vim/pydiction/pydiction-1.2.3.ebuild b/app-vim/pydiction/pydiction-1.2.3.ebuild
54 deleted file mode 100644
55 index c4fae822871..00000000000
56 --- a/app-vim/pydiction/pydiction-1.2.3.ebuild
57 +++ /dev/null
58 @@ -1,25 +0,0 @@
59 -# Copyright 1999-2016 Gentoo Foundation
60 -# Distributed under the terms of the GNU General Public License v2
61 -
62 -EAPI=6
63 -
64 -inherit vim-plugin
65 -
66 -DESCRIPTION="vim plugin: Tab-complete your Python code"
67 -HOMEPAGE="https://rkulla.github.io/pydiction/"
68 -SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.zip"
69 -LICENSE="vim"
70 -KEYWORDS="amd64 ppc ppc64 x86"
71 -
72 -DEPEND="app-arch/unzip"
73 -RDEPEND="dev-lang/python:*"
74 -
75 -S="${WORKDIR}/${PN}-master"
76 -
77 -src_install() {
78 - insinto "/usr/share/${PN}"
79 - local pyfiles=( complete-dict pydiction.py )
80 - doins "${pyfiles[@]}"
81 - rm -v "${pyfiles[@]}" || die
82 - vim-plugin_src_install
83 -}