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/ioflo/
Date: Thu, 04 Jan 2018 21:50:48
Message-Id: 1515102631.16e27db0f27bdfa605bad649fef994375c23564b.mgorny@gentoo
1 commit: 16e27db0f27bdfa605bad649fef994375c23564b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 20:38:09 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 21:50:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e27db0
7
8 dev-python/ioflo: Clean old up
9
10 dev-python/ioflo/Manifest | 2 --
11 dev-python/ioflo/ioflo-1.6.7.ebuild | 19 -------------------
12 dev-python/ioflo/ioflo-1.7.0.ebuild | 19 -------------------
13 3 files changed, 40 deletions(-)
14
15 diff --git a/dev-python/ioflo/Manifest b/dev-python/ioflo/Manifest
16 index 23473281ad9..fc7e30213c5 100644
17 --- a/dev-python/ioflo/Manifest
18 +++ b/dev-python/ioflo/Manifest
19 @@ -1,4 +1,2 @@
20 DIST ioflo-1.5.0.tar.gz 765559 BLAKE2B 56b3e26b6155cf8fbc5f159909d3a82a6c9b47251c799e4f6ef300015d0b55f54882e26534314fc3c04e20248aaedc9a35a1ff1c574cfb5dd3d1f7aa887340da SHA512 114dd5ab3ab5bbe66be7e639c2018256ff1c8ab18ba73931733dbe23c8f65631fd630f278b0a186303e288a6f49cd6df224dda462973cc258b3d07114e70c991
21 -DIST ioflo-1.6.7.tar.gz 823994 BLAKE2B 2af10922799a834dfe2fbf7e68a3babdf0934afafd5c3dab5d4b3e60b4ee21db9f933516cd48965c336d36f0f8404b2da5dabdd49070998d8b14e52422ec3483 SHA512 256ded683e65896160546145ac9993f3221170584a70ef21fab3230b7d2300d9562a1bc7d1f8911e5e930340b119fa88cc5d2f9717899bde0ee69501a3ba6a57
22 -DIST ioflo-1.7.0.tar.gz 827128 BLAKE2B 52f3d0faa47d71ca442f55121f5cff97b70deb2e258d6af9dc61a2bae57d32ab765ad21ac5d97a11cae141e43065d87f7d7f6eb3cac5678dea3eae6248d0d956 SHA512 b7f3ba0511ed5f2cf8031aa11a660ccee8eef0674c8df17ec09ff32268b5c9d34dd2d79956ddf24ab2fcbf4fe8fc7bb5e521f9636f013b7ed6365960b4cabe48
23 DIST ioflo-1.7.4.tar.gz 834916 BLAKE2B 241026d18f8caa6acc09f312a285a3f824128d6018ab19a8704296f916514f7795b8f2359dcf46c04d01735140a75c980458d5589d72de59fc73f13c59b50b14 SHA512 415b43b66c1be479e8ba4fc993f180418f95f1ae0d16ff8c496476da7a04f6caa0f918a064c60034cd926f4f49c1112946b911b57339a76ee5b0d2564ade224f
24
25 diff --git a/dev-python/ioflo/ioflo-1.6.7.ebuild b/dev-python/ioflo/ioflo-1.6.7.ebuild
26 deleted file mode 100644
27 index 6bc509dcef2..00000000000
28 --- a/dev-python/ioflo/ioflo-1.6.7.ebuild
29 +++ /dev/null
30 @@ -1,19 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Automated Reasoning Engine and Flow Based Programming Framework"
40 -HOMEPAGE="https://github.com/ioflo/ioflo/"
41 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="Apache-2.0"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE=""
47 -
48 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
49 - >=dev-python/setuptools-git-1.1[${PYTHON_USEDEP}]"
50
51 diff --git a/dev-python/ioflo/ioflo-1.7.0.ebuild b/dev-python/ioflo/ioflo-1.7.0.ebuild
52 deleted file mode 100644
53 index 6bc509dcef2..00000000000
54 --- a/dev-python/ioflo/ioflo-1.7.0.ebuild
55 +++ /dev/null
56 @@ -1,19 +0,0 @@
57 -# Copyright 1999-2017 Gentoo Foundation
58 -# Distributed under the terms of the GNU General Public License v2
59 -
60 -EAPI=5
61 -
62 -PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
63 -inherit distutils-r1
64 -
65 -DESCRIPTION="Automated Reasoning Engine and Flow Based Programming Framework"
66 -HOMEPAGE="https://github.com/ioflo/ioflo/"
67 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
68 -
69 -LICENSE="Apache-2.0"
70 -SLOT="0"
71 -KEYWORDS="~amd64 ~x86"
72 -IUSE=""
73 -
74 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
75 - >=dev-python/setuptools-git-1.1[${PYTHON_USEDEP}]"