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: dev-util/pida/, profiles/, dev-util/pida/files/
Date: Mon, 14 Aug 2017 07:47:34
Message-Id: 1502696834.983401b132c402b746b08362db109f77ad3fd484.mgorny@gentoo
1 commit: 983401b132c402b746b08362db109f77ad3fd484
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 14 07:38:16 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 14 07:47:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983401b1
7
8 dev-util/pida: Remove last-rited pkg, #617236
9
10 dev-util/pida/Manifest | 1 -
11 .../pida-0.6.1-fix_implicit_declaration.patch | 10 -----
12 dev-util/pida/metadata.xml | 11 ------
13 dev-util/pida/pida-0.6.2-r1.ebuild | 44 ----------------------
14 profiles/package.mask | 5 ---
15 5 files changed, 71 deletions(-)
16
17 diff --git a/dev-util/pida/Manifest b/dev-util/pida/Manifest
18 deleted file mode 100644
19 index 3bb88bcad1b..00000000000
20 --- a/dev-util/pida/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST pida-0.6.2.tar.gz 812069 SHA256 f8476c9a36399b525a18761b709c204ae3f3c4344a4334b726d4ddccfca17a34 SHA512 7793bda11f890d329e0748e789f41c8907fb47c6d4e40f9f2a6ae6d098e606cbf29aae0946786e47b5fac45a672f84c78925cdcf2b8fd7ad05d758630c3b8ea3 WHIRLPOOL 9a11770a0c09c58a17e163f4f4ef8924e9481a95de85f844586b759dbe8c50f4ed32f26beeabd2a53d1f10ac0b459fd715727f9c4b6d0c8f6046a9b9568ee91b
24
25 diff --git a/dev-util/pida/files/pida-0.6.1-fix_implicit_declaration.patch b/dev-util/pida/files/pida-0.6.1-fix_implicit_declaration.patch
26 deleted file mode 100644
27 index 0636a0dd727..00000000000
28 --- a/dev-util/pida/files/pida-0.6.1-fix_implicit_declaration.patch
29 +++ /dev/null
30 @@ -1,10 +0,0 @@
31 ---- contrib/moo/moo.override
32 -+++ contrib/moo/moo.override
33 -@@ -6,6 +6,7 @@
34 - #include <pygobject.h>
35 - #include <pygtk/pygtk.h>
36 - #include "moobigpaned.h"
37 -+#include "moopython-utils.h"
38 - %%
39 - modulename moo_stub
40 - %%
41
42 diff --git a/dev-util/pida/metadata.xml b/dev-util/pida/metadata.xml
43 deleted file mode 100644
44 index 6b3721c531e..00000000000
45 --- a/dev-util/pida/metadata.xml
46 +++ /dev/null
47 @@ -1,11 +0,0 @@
48 -<?xml version="1.0" encoding="UTF-8"?>
49 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
50 -<pkgmetadata>
51 - <maintainer type="project">
52 - <email>python@g.o</email>
53 - <name>Python</name>
54 - </maintainer>
55 - <upstream>
56 - <remote-id type="pypi">pida</remote-id>
57 - </upstream>
58 -</pkgmetadata>
59
60 diff --git a/dev-util/pida/pida-0.6.2-r1.ebuild b/dev-util/pida/pida-0.6.2-r1.ebuild
61 deleted file mode 100644
62 index d0e6e3feeb8..00000000000
63 --- a/dev-util/pida/pida-0.6.2-r1.ebuild
64 +++ /dev/null
65 @@ -1,44 +0,0 @@
66 -# Copyright 1999-2017 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=5
70 -
71 -PYTHON_COMPAT=( python2_7 )
72 -DISTUTILS_SINGLE_IMPL=1
73 -
74 -inherit distutils-r1
75 -# json module required.
76 -
77 -DESCRIPTION="Gtk and/or Vim-based Python Integrated Development Application"
78 -HOMEPAGE="http://pida.co.uk/ https://pypi.python.org/pypi/pida"
79 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
80 -
81 -LICENSE="GPL-2"
82 -SLOT="0"
83 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
84 -IUSE=""
85 -
86 -RDEPEND=">=app-editors/gvim-6.3[gtk,${PYTHON_USEDEP}]
87 - >=dev-python/anyvc-0.3.2[${PYTHON_USEDEP}]
88 - >=dev-python/bpython-0.9.7[gtk,${PYTHON_USEDEP}]
89 - >=dev-python/pygtk-2.8[${PYTHON_USEDEP}]
90 - >dev-python/pygtkhelpers-0.4.1[${PYTHON_USEDEP}]
91 - >=x11-libs/vte-0.11.11-r2:0[python,${PYTHON_USEDEP}]"
92 -DEPEND="${RDEPEND}
93 - dev-python/setuptools[${PYTHON_USEDEP}]
94 - virtual/pkgconfig"
95 -
96 -src_prepare() {
97 - distutils-r1_src_prepare
98 -
99 - # Don't require argparse with Python 2.7.
100 - sed -e "/argparse/d" -i setup.py || die "sed failed"
101 -
102 - epatch "${FILESDIR}/${PN}-0.6.1-fix_implicit_declaration.patch"
103 - emake -C contrib/moo moo-pygtk.c
104 -}
105 -
106 -src_install() {
107 - distutils-r1_src_install
108 - make_desktop_entry pida Pida Development
109 -}
110
111 diff --git a/profiles/package.mask b/profiles/package.mask
112 index adeed68498b..25f4b6bbcfe 100644
113 --- a/profiles/package.mask
114 +++ b/profiles/package.mask
115 @@ -401,11 +401,6 @@ net-libs/txtorcon
116 www-client/w3mir
117
118 # Pacho Ramos <pacho@g.o> (14 Jul 2017)
119 -# Relies on no longer available dependencies (#617236) and many other
120 -# obsolete libs. Removal in a month.
121 -dev-util/pida
122 -
123 -# Pacho Ramos <pacho@g.o> (14 Jul 2017)
124 # Dead for ages, relies on dead libs (#622010), you can move to moserial, cutecom or
125 # minicom. Removal in 2 months.
126 net-dialup/gtkterm