Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/onkyo-eiscp/
Date: Mon, 18 Nov 2019 06:31:43
Message-Id: 1574058661.76f7185a38eb80501f902891e514784826ca9879.radhermit@gentoo
1 commit: 76f7185a38eb80501f902891e514784826ca9879
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 18 06:31:01 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 18 06:31:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76f7185a
7
8 dev-python/onkyo-eiscp: remove old
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 dev-python/onkyo-eiscp/Manifest | 2 --
13 dev-python/onkyo-eiscp/onkyo-eiscp-1.2.4.ebuild | 24 ------------------------
14 dev-python/onkyo-eiscp/onkyo-eiscp-1.2.5.ebuild | 24 ------------------------
15 3 files changed, 50 deletions(-)
16
17 diff --git a/dev-python/onkyo-eiscp/Manifest b/dev-python/onkyo-eiscp/Manifest
18 index 964fc24f064..0b294611294 100644
19 --- a/dev-python/onkyo-eiscp/Manifest
20 +++ b/dev-python/onkyo-eiscp/Manifest
21 @@ -1,3 +1 @@
22 -DIST onkyo-eiscp-1.2.4.tar.gz 41394 BLAKE2B 09bd0d91290fae8452b5ad8db36f85aaedc2286335b766a24dc1da6287f0f28eceb112e09709fc0a2b8d3d0e8c1d6e3f46633e263c7037d853786b1cec1990aa SHA512 77aba800bb7472ccf4a32f116d13d04ab5339f77bee9a86c16522e77a11d991d7fc10d0fdb16f75afcdd5b84b4d063de7962e72cf4583dfbdbde69cd15b65a73
23 -DIST onkyo-eiscp-1.2.5.tar.gz 44551 BLAKE2B b7f039ba85fc3dbbac22f353bef27bdbba6ccb621a45d89cf23ac4ff1586a9eac72bc3808ec4787737e668e9c425b685a724b801e1898a9a0f35668d27112673 SHA512 1a0be02cf8a1c2843e34a918339600769a1477f44c0874d667b12dc93ec2d171073c4a82e068d84cf4fea8351be877f00ec839af608f007ab796f0041a305e3b
24 DIST onkyo-eiscp-1.2.7.tar.gz 48290 BLAKE2B c583b2af2619b6dc070c431a91d77ce507d3bf91f87a5ee181b82333ef597fd45d122c85f3fa4dfe5454b5059c89888744beb0a44a916f8e8cba64fd94b6cda1 SHA512 0fe8f23762d49b3b2c45ef24b94345d9a342cf04b2fa55538abf4ea21a6039011c0ade945f7432555ec948811ab521bb6a611909e19163e0e0c806bf87604635
25
26 diff --git a/dev-python/onkyo-eiscp/onkyo-eiscp-1.2.4.ebuild b/dev-python/onkyo-eiscp/onkyo-eiscp-1.2.4.ebuild
27 deleted file mode 100644
28 index 94f1da2f910..00000000000
29 --- a/dev-python/onkyo-eiscp/onkyo-eiscp-1.2.4.ebuild
30 +++ /dev/null
31 @@ -1,24 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -PYTHON_COMPAT=( python{2_7,3_5,3_6} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Control Onkyo A/V receivers over the network"
41 -HOMEPAGE="https://github.com/miracle2k/onkyo-eiscp https://pypi.org/project/onkyo-eiscp/"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE=""
48 -
49 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
50 -RDEPEND="${DEPEND}
51 - >=dev-python/docopt-0.4.1[${PYTHON_USEDEP}]
52 - dev-python/netifaces[${PYTHON_USEDEP}]
53 -"
54 -
55 -PATCHES=( "${FILESDIR}"/${P}-exclude-tests.patch )
56
57 diff --git a/dev-python/onkyo-eiscp/onkyo-eiscp-1.2.5.ebuild b/dev-python/onkyo-eiscp/onkyo-eiscp-1.2.5.ebuild
58 deleted file mode 100644
59 index d2604b363e2..00000000000
60 --- a/dev-python/onkyo-eiscp/onkyo-eiscp-1.2.5.ebuild
61 +++ /dev/null
62 @@ -1,24 +0,0 @@
63 -# Copyright 1999-2019 Gentoo Authors
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=6
67 -PYTHON_COMPAT=( python{2_7,3_5,3_6} )
68 -
69 -inherit distutils-r1
70 -
71 -DESCRIPTION="Control Onkyo A/V receivers over the network"
72 -HOMEPAGE="https://github.com/miracle2k/onkyo-eiscp https://pypi.org/project/onkyo-eiscp/"
73 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
74 -
75 -LICENSE="MIT"
76 -SLOT="0"
77 -KEYWORDS="~amd64 ~x86"
78 -IUSE=""
79 -
80 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
81 -RDEPEND="${DEPEND}
82 - >=dev-python/docopt-0.4.1[${PYTHON_USEDEP}]
83 - dev-python/netifaces[${PYTHON_USEDEP}]
84 -"
85 -
86 -PATCHES=( "${FILESDIR}"/${PN}-1.2.4-exclude-tests.patch )