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/alabaster/
Date: Wed, 03 May 2017 11:41:43
Message-Id: 1493811691.92f8f891f0ae0c6af7fc90621dc577d9888b4001.mgorny@gentoo
1 commit: 92f8f891f0ae0c6af7fc90621dc577d9888b4001
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 3 11:24:44 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 3 11:41:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92f8f891
7
8 dev-python/alabaster: Clean old versions up
9
10 dev-python/alabaster/Manifest | 2 --
11 dev-python/alabaster/alabaster-0.7.6.ebuild | 18 ------------------
12 dev-python/alabaster/alabaster-0.7.8.ebuild | 18 ------------------
13 3 files changed, 38 deletions(-)
14
15 diff --git a/dev-python/alabaster/Manifest b/dev-python/alabaster/Manifest
16 index d2c88752739..b26e3d84fb6 100644
17 --- a/dev-python/alabaster/Manifest
18 +++ b/dev-python/alabaster/Manifest
19 @@ -1,3 +1 @@
20 -DIST alabaster-0.7.6.tar.gz 16598 SHA256 309d33e0282c8209f792f3527f41ec04e508ff837c61fc1906dde988a256deeb SHA512 90058e56365c59a4eed6034273ea83132fcf77ee26e3dfd2d9aa0233657192e1f32d8f40cd6477e307d063d0136ea5e18b94c6c0874a378d6386874dceccfdc8 WHIRLPOOL 2249f055772ce7a389df88a4a659a9a2b0b7c45992d9e225f93ecc79c9038c89474554fdf3557c78ff645242cffa0f1c4822f1b08831f1943140244931b7c812
21 -DIST alabaster-0.7.8.tar.gz 21030 SHA256 a1cb1b94fcc192ff74ca212d6ef5cb543bb169cfe7991c2b9df256bb354c1fff SHA512 43f159cfe5657b7b22dd9faed106ed8c9dca54d56a6cd850570a798cdc4919eba734457f75ecac293cd44efba83b2dd264fa903bbd8cbbe4939a7a211613dcd9 WHIRLPOOL 8dae4e88abef6b7e39fe0ea8aafdec5abf6345389d8d466011cd5454c8fce292b8a3d2d9cc58523632519abd9a69af600072f5a44ec75410f137a190edd64ce5
22 DIST alabaster-0.7.9.tar.gz 10485 SHA256 47afd43b08a4ecaa45e3496e139a193ce364571e7e10c6a87ca1a4c57eb7ea08 SHA512 b1286c4d5d17d172baaacbc40ba6a435d433f0880e31416c37ac88df8787bf522f1c28b6903fe92c88414f54286734508860eab86ff7f12da72315bf9ae0e6c8 WHIRLPOOL 01e49ebeedde34be62d4bea18da669120cae07ea803aee9c8d4eca8f8718ee60b20576475898859cd6bf82d75cb8207d4d3a7cc7dbe5e6809d75176dd8e8b681
23
24 diff --git a/dev-python/alabaster/alabaster-0.7.6.ebuild b/dev-python/alabaster/alabaster-0.7.6.ebuild
25 deleted file mode 100644
26 index ec4da099d1a..00000000000
27 --- a/dev-python/alabaster/alabaster-0.7.6.ebuild
28 +++ /dev/null
29 @@ -1,18 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="A configurable sidebar-enabled Sphinx theme"
40 -HOMEPAGE="https://github.com/bitprophet/alabaster"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="BSD"
44 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
45 -SLOT="0"
46 -
47 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
48
49 diff --git a/dev-python/alabaster/alabaster-0.7.8.ebuild b/dev-python/alabaster/alabaster-0.7.8.ebuild
50 deleted file mode 100644
51 index cffbf9ca3e0..00000000000
52 --- a/dev-python/alabaster/alabaster-0.7.8.ebuild
53 +++ /dev/null
54 @@ -1,18 +0,0 @@
55 -# Copyright 1999-2016 Gentoo Foundation
56 -# Distributed under the terms of the GNU General Public License v2
57 -
58 -EAPI=5
59 -
60 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
61 -
62 -inherit distutils-r1
63 -
64 -DESCRIPTION="A configurable sidebar-enabled Sphinx theme"
65 -HOMEPAGE="https://github.com/bitprophet/alabaster"
66 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
67 -
68 -LICENSE="BSD"
69 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
70 -SLOT="0"
71 -
72 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"