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/snakeoil/
Date: Sat, 28 May 2016 20:43:49
Message-Id: 1464467865.0e2e1a1bac229e1731408ebe3466723b468c549e.radhermit@gentoo
1 commit: 0e2e1a1bac229e1731408ebe3466723b468c549e
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 20:23:15 2016 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 20:37:45 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e2e1a1b
7
8 dev-python/snakeoil: remove old
9
10 dev-python/snakeoil/Manifest | 2 --
11 dev-python/snakeoil/snakeoil-0.6.4.ebuild | 31 -----------------------------
12 dev-python/snakeoil/snakeoil-0.6.5.ebuild | 33 -------------------------------
13 3 files changed, 66 deletions(-)
14
15 diff --git a/dev-python/snakeoil/Manifest b/dev-python/snakeoil/Manifest
16 index 2833dfa..9c887b7 100644
17 --- a/dev-python/snakeoil/Manifest
18 +++ b/dev-python/snakeoil/Manifest
19 @@ -1,4 +1,2 @@
20 -DIST snakeoil-0.6.4.tar.gz 192291 SHA256 8636918381db16bf910afcb30a5e8722038afda32fbf41a977fabea75775131e SHA512 c2290801426de1fd6fe3e668edfc36e05cf50a6990f336eb604eece27f56716b5cff672ca7642906636fa1a8afa82f37867e898680f54b154c37cf51ef72eb9e WHIRLPOOL 08c778296f0881c1884eb0c23fc2e4e81b28f406971d84d71641ac4b4b864e8f472c06fad2937d279565b627ef983f89dbe6e6e1a5dbe7b4263ac00b5d76aea5
21 -DIST snakeoil-0.6.5.tar.gz 195182 SHA256 af02d9e28097083683d29267ed8b1a748d9a5f4a822fe733176b92fc8793cb33 SHA512 44895dd4ea72d1d43afddb7b1b13009c21b1c26fab30d7b2fa29115ca62202b3a1a311f22f9d925a78650d1c1012313e98783ebc5c0cb37b0e70aae0f1e14371 WHIRLPOOL 8886591e7e87de91f413cdab384c938d2a1ebbb0569601559fb2fd62329eb19936743211cbc0988af781f95e5c40dea2ac4b141f194fe72e74d89fe43d83cf59
22 DIST snakeoil-0.6.6.tar.gz 198899 SHA256 16e2d4f257ecea340134f0e1e97c4d363f6e3c8f87bf5d8ba49d48955406f9f2 SHA512 d6502d345dc26f2048855fe6e468918c5f0a7d66165152cb5bf38cb4b4ebdb45a5eab346a19a6cad04f0fbf905200b90d660a36b52df000164b117fe2d536f35 WHIRLPOOL 81ecac1317f00be47ba482564dd5c11f4fdbc69df70badf2c8e555c34cd79b55e75c1e18e17bbc427b23b80e41f43f60e6fd29679c88361b5ac86b21afdc60d1
23 DIST snakeoil-0.7.0.tar.gz 213610 SHA256 e1af5015a78dc6875db859ea295a1d411f45844fe605675c795475a707ef5399 SHA512 a7f25a897e7f704fe486f9538dd71367102915d4078e3f334da8bfc114c840b74fd27758e65c9fc2fab8ef2d45f042fe8de0621d38096dd06a1252de43e6b4c5 WHIRLPOOL 7339c0484b416f187c17ed5afa214ddb23d8606db93b30980c7fe23c94b0fa7d52fd2b9ba4e1dbada530cbeea93af34e8a3968efdcb776779a71150a3035736b
24
25 diff --git a/dev-python/snakeoil/snakeoil-0.6.4.ebuild b/dev-python/snakeoil/snakeoil-0.6.4.ebuild
26 deleted file mode 100644
27 index c4c744a..0000000
28 --- a/dev-python/snakeoil/snakeoil-0.6.4.ebuild
29 +++ /dev/null
30 @@ -1,31 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
37 -PYTHON_REQ_USE="threads(+)"
38 -inherit distutils-r1
39 -
40 -if [[ ${PV} == *9999 ]] ; then
41 - EGIT_REPO_URI="https://github.com/pkgcore/snakeoil.git"
42 - inherit git-r3
43 -else
44 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
45 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -fi
47 -
48 -DESCRIPTION="Miscellaneous python utility code"
49 -HOMEPAGE="https://github.com/pkgcore/snakeoil"
50 -
51 -LICENSE="BSD"
52 -SLOT="0"
53 -
54 -python_configure_all() {
55 - # disable snakeoil 2to3 caching
56 - unset PY2TO3_CACHEDIR
57 -}
58 -
59 -python_test() {
60 - esetup.py test
61 -}
62
63 diff --git a/dev-python/snakeoil/snakeoil-0.6.5.ebuild b/dev-python/snakeoil/snakeoil-0.6.5.ebuild
64 deleted file mode 100644
65 index 2a56c96..0000000
66 --- a/dev-python/snakeoil/snakeoil-0.6.5.ebuild
67 +++ /dev/null
68 @@ -1,33 +0,0 @@
69 -# Copyright 1999-2015 Gentoo Foundation
70 -# Distributed under the terms of the GNU General Public License v2
71 -# $Id$
72 -
73 -EAPI=5
74 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
75 -PYTHON_REQ_USE="threads(+)"
76 -inherit distutils-r1
77 -
78 -if [[ ${PV} == *9999 ]] ; then
79 - EGIT_REPO_URI="https://github.com/pkgcore/snakeoil.git"
80 - inherit git-r3
81 -else
82 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
83 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
84 -fi
85 -
86 -DESCRIPTION="Miscellaneous python utility code"
87 -HOMEPAGE="https://github.com/pkgcore/snakeoil"
88 -
89 -LICENSE="BSD"
90 -SLOT="0"
91 -
92 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
93 -
94 -python_configure_all() {
95 - # disable snakeoil 2to3 caching
96 - unset PY2TO3_CACHEDIR
97 -}
98 -
99 -python_test() {
100 - esetup.py test
101 -}