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-python/pyotherside/
Date: Sat, 28 Mar 2020 18:03:09
Message-Id: 1585418568.0c9a62868a22b496408c5140de4931b2e17e21c6.mgorny@gentoo
1 commit: 0c9a62868a22b496408c5140de4931b2e17e21c6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 17:56:52 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 18:02:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c9a6286
7
8 dev-python/pyotherside: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyotherside/Manifest | 2 --
13 dev-python/pyotherside/pyotherside-1.5.4.ebuild | 41 -------------------------
14 dev-python/pyotherside/pyotherside-1.5.8.ebuild | 41 -------------------------
15 3 files changed, 84 deletions(-)
16
17 diff --git a/dev-python/pyotherside/Manifest b/dev-python/pyotherside/Manifest
18 index 19fa9f8ebd7..1636dd27521 100644
19 --- a/dev-python/pyotherside/Manifest
20 +++ b/dev-python/pyotherside/Manifest
21 @@ -1,3 +1 @@
22 -DIST pyotherside-1.5.4.tar.gz 183745 BLAKE2B 3dad2486dbc3d2632999aff0a7a7af41f6fefcae011bd1dd92b491b4403bbd62adb9a8520af627d5f96644f4fb25e89ee8fb49277723d5f80521d2add984008d SHA512 feaf95e0c981a8fb8b3a57926f48f803584a371752e7f1d2f3c739ee220960df33ad4ca2a38322f3e56d4f8fde193bd7342105303d847b2f532937e8bf2c3b65
23 -DIST pyotherside-1.5.8.tar.gz 184812 BLAKE2B 6d6688ded2c726edf12a82611953a8124c49f904ab41a26a733eb74ff9fa071a4dcde4f3a2a21c424feebf6d85a0e5b3bf6179f3b48bb3828449ce1e5e6262ad SHA512 ff82bf693a239560001baa622c3854dbc920310573f4e565f247ac79a8ed717446231bc9a9d4990e9b8cb4032ca05d0c5ec9a1c87341be09238a62d005e6ac0f
24 DIST pyotherside-1.5.9.tar.gz 185230 BLAKE2B 7130f17f29ed07cefc641d77631db46d08f3bd836c8517427e38fb454cbf34c2e875bb46798b3d785aa68064c24f154ed166617cde263f722e77eac6d0903980 SHA512 62c171b273b921d8e0220c7b73f0ff95a0a911eb3785cc37f3dab2ec624e54301ac5fbccfb57cac6a4bee967728624d4738b03aff0c5762452b99674cdff6ab2
25
26 diff --git a/dev-python/pyotherside/pyotherside-1.5.4.ebuild b/dev-python/pyotherside/pyotherside-1.5.4.ebuild
27 deleted file mode 100644
28 index 38f0db95337..00000000000
29 --- a/dev-python/pyotherside/pyotherside-1.5.4.ebuild
30 +++ /dev/null
31 @@ -1,41 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -PYTHON_COMPAT=( python3_6 )
38 -
39 -inherit qmake-utils python-single-r1
40 -
41 -DESCRIPTION="Asynchronous Python 3 Bindings for Qt 5"
42 -HOMEPAGE="https://github.com/thp/pyotherside https://thp.io/2011/pyotherside/"
43 -SRC_URI="https://github.com/thp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="ISC"
46 -SLOT="0"
47 -KEYWORDS="~amd64"
48 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
49 -# Requires active X display
50 -RESTRICT="test"
51 -
52 -RDEPEND="${PYTHON_DEPS}
53 - dev-qt/qtcore:5
54 - dev-qt/qtdeclarative:5
55 - dev-qt/qtgui:5
56 - dev-qt/qtsvg:5
57 - "
58 -DEPEND="${RDEPEND}"
59 -
60 -src_prepare() {
61 - sed -i -e "s/qtquicktests//" pyotherside.pro || die
62 -
63 - default
64 -}
65 -
66 -src_configure() {
67 - eqmake5
68 -}
69 -
70 -src_install() {
71 - emake install INSTALL_ROOT="${D}"
72 -}
73
74 diff --git a/dev-python/pyotherside/pyotherside-1.5.8.ebuild b/dev-python/pyotherside/pyotherside-1.5.8.ebuild
75 deleted file mode 100644
76 index 810fffe8af5..00000000000
77 --- a/dev-python/pyotherside/pyotherside-1.5.8.ebuild
78 +++ /dev/null
79 @@ -1,41 +0,0 @@
80 -# Copyright 1999-2020 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=6
84 -
85 -PYTHON_COMPAT=( python3_{6,7} )
86 -
87 -inherit qmake-utils python-single-r1
88 -
89 -DESCRIPTION="Asynchronous Python 3 Bindings for Qt 5"
90 -HOMEPAGE="https://github.com/thp/pyotherside https://thp.io/2011/pyotherside/"
91 -SRC_URI="https://github.com/thp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
92 -
93 -LICENSE="ISC"
94 -SLOT="0"
95 -KEYWORDS="~amd64"
96 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
97 -# Requires active X display
98 -RESTRICT="test"
99 -
100 -RDEPEND="${PYTHON_DEPS}
101 - dev-qt/qtcore:5
102 - dev-qt/qtdeclarative:5
103 - dev-qt/qtgui:5
104 - dev-qt/qtsvg:5
105 - "
106 -DEPEND="${RDEPEND}"
107 -
108 -src_prepare() {
109 - sed -i -e "s/qtquicktests//" pyotherside.pro || die
110 -
111 - default
112 -}
113 -
114 -src_configure() {
115 - eqmake5
116 -}
117 -
118 -src_install() {
119 - emake install INSTALL_ROOT="${D}"
120 -}