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/distro/
Date: Wed, 03 Jan 2018 09:12:01
Message-Id: 1514970683.ce9c21972807bf463ab9e54d586e2c1166588aab.mgorny@gentoo
1 commit: ce9c21972807bf463ab9e54d586e2c1166588aab
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 22:51:35 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 09:11:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce9c2197
7
8 dev-python/distro: Clean old up
9
10 dev-python/distro/Manifest | 1 -
11 dev-python/distro/distro-1.0.2.ebuild | 20 --------------------
12 2 files changed, 21 deletions(-)
13
14 diff --git a/dev-python/distro/Manifest b/dev-python/distro/Manifest
15 index 4c126261551..54dc9055d53 100644
16 --- a/dev-python/distro/Manifest
17 +++ b/dev-python/distro/Manifest
18 @@ -1,2 +1 @@
19 -DIST distro-1.0.2.tar.gz 27787 BLAKE2B 3acd2fab6d119839db4a383f0337db46d35917622168f6d128b1520049693072e56aa35a4ac6048ee274a0a1eb5c39180ae3df70804b045cfaa8a89775073f7e SHA512 df29ca40c1e7dd6e370396ceca684f5ce41fe50450faea104132d0e5dee05a91a525db715835c7efbca020e9c2e063bde9a6da07967eda6bfa8180856e175abb
20 DIST distro-1.0.4.tar.gz 28772 BLAKE2B 1a337c0a5c125b89adbd3173d17390c5cce12c8549a3e7d90d88fd71f53d1b4c7bc3d1fc87f7bec33d7b4b1311539deaa9414b143daf40108b15dd78370450d8 SHA512 466f2e14b169998e3ff7420e12bf270ad9f934962ae92c2d24bdd747897ad66cb348194dd1376b8b53ed298ea02039943c80d9ccc6b8a01c2bd0c6d2be82c7f6
21
22 diff --git a/dev-python/distro/distro-1.0.2.ebuild b/dev-python/distro/distro-1.0.2.ebuild
23 deleted file mode 100644
24 index eb08f5a4b8a..00000000000
25 --- a/dev-python/distro/distro-1.0.2.ebuild
26 +++ /dev/null
27 @@ -1,20 +0,0 @@
28 -# Copyright 1999-2017 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=6
32 -
33 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
34 -
35 -inherit distutils-r1
36 -
37 -DESCRIPTION="Reliable machine-readable Linux distribution information for Python"
38 -HOMEPAGE="http://distro.readthedocs.io/"
39 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
40 -
41 -SLOT="0"
42 -LICENSE="Apache-2.0"
43 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
44 -IUSE=""
45 -
46 -DEPEND=""
47 -RDEPEND=""