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: profiles/, dev-python/protorpc/
Date: Sat, 03 Jun 2017 20:02:11
Message-Id: 1496520120.a93e8301aa189e67fa311e2f559f9cd16931fdf5.mgorny@gentoo
1 commit: a93e8301aa189e67fa311e2f559f9cd16931fdf5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 3 20:00:54 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 3 20:02:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93e8301
7
8 dev-python/protorpc: Remove last-rited pkg
9
10 dev-python/protorpc/Manifest | 2 --
11 dev-python/protorpc/metadata.xml | 12 ------------
12 dev-python/protorpc/protorpc-0.10.0.ebuild | 21 ---------------------
13 dev-python/protorpc/protorpc-0.11.1.ebuild | 21 ---------------------
14 profiles/package.mask | 5 -----
15 5 files changed, 61 deletions(-)
16
17 diff --git a/dev-python/protorpc/Manifest b/dev-python/protorpc/Manifest
18 deleted file mode 100644
19 index 6b5a508aed3..00000000000
20 --- a/dev-python/protorpc/Manifest
21 +++ /dev/null
22 @@ -1,2 +0,0 @@
23 -DIST protorpc-0.10.0.tar.gz 116667 SHA256 9c612f2898cfd769feae6257b0dcf01e0aff29d5d0a2207c3fade4d49434aa4f SHA512 39932f365f25f73b0badfb868e4be13d24a57aa2388ee8802da46420aa8af053a0f26f51c97599dd5a221e66d0b99ff2743d8dccbe03c42fdbaa9e5f9c8e8fa6 WHIRLPOOL 41ad941b97a90cfac7438bb3ed062ad448f8938ecf5a58d9968cc48cdce73b59e7bdc541ad6b61196c249cd6b13b9e3daab59498b3093b4a7743248baacdbba7
24 -DIST protorpc-0.11.1.tar.gz 117047 SHA256 b81d5594541fdc3d51f9ce75096db0ddb566df840d8609ffe11e5a84574c0b88 SHA512 6f9b64a54bbb10bfa16d0caef8ead49f68cdc6efc3fa21e231cadc01bb3f8a217fc0fe3d77da5140b46e5edfeef4b27c5f05a92ad2d3090627940130df2e51e0 WHIRLPOOL 724f171772305896e231e7701aae4e0a3c06dda49acdb48cd3d54a7b1677ff4850f29d8ef45d225e59ab3bc208f271a28723ec6d62af58b4031c95cbe13ffb5e
25
26 diff --git a/dev-python/protorpc/metadata.xml b/dev-python/protorpc/metadata.xml
27 deleted file mode 100644
28 index e4f893e4cc4..00000000000
29 --- a/dev-python/protorpc/metadata.xml
30 +++ /dev/null
31 @@ -1,12 +0,0 @@
32 -<?xml version="1.0" encoding="UTF-8"?>
33 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 -<pkgmetadata>
35 - <maintainer type="project">
36 - <email>python@g.o</email>
37 - <name>Python</name>
38 - </maintainer>
39 - <upstream>
40 - <remote-id type="github">google/protorpc</remote-id>
41 - <remote-id type="pypi">protorpc</remote-id>
42 - </upstream>
43 -</pkgmetadata>
44
45 diff --git a/dev-python/protorpc/protorpc-0.10.0.ebuild b/dev-python/protorpc/protorpc-0.10.0.ebuild
46 deleted file mode 100644
47 index 135a7914e0d..00000000000
48 --- a/dev-python/protorpc/protorpc-0.10.0.ebuild
49 +++ /dev/null
50 @@ -1,21 +0,0 @@
51 -# Copyright 1999-2015 Gentoo Foundation
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI="5"
55 -
56 -PYTHON_COMPAT=( python{2_7,3_4} )
57 -
58 -inherit distutils-r1
59 -
60 -DESCRIPTION="Google Protocol RPC"
61 -HOMEPAGE="https://github.com/google/protorpc"
62 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
63 -
64 -LICENSE="Apache-2.0"
65 -SLOT="0"
66 -KEYWORDS="~amd64 ~arm ~x86"
67 -IUSE=""
68 -
69 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
70 -DEPEND="${RDEPEND}
71 - dev-python/setuptools[${PYTHON_USEDEP}]"
72
73 diff --git a/dev-python/protorpc/protorpc-0.11.1.ebuild b/dev-python/protorpc/protorpc-0.11.1.ebuild
74 deleted file mode 100644
75 index 135a7914e0d..00000000000
76 --- a/dev-python/protorpc/protorpc-0.11.1.ebuild
77 +++ /dev/null
78 @@ -1,21 +0,0 @@
79 -# Copyright 1999-2015 Gentoo Foundation
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI="5"
83 -
84 -PYTHON_COMPAT=( python{2_7,3_4} )
85 -
86 -inherit distutils-r1
87 -
88 -DESCRIPTION="Google Protocol RPC"
89 -HOMEPAGE="https://github.com/google/protorpc"
90 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
91 -
92 -LICENSE="Apache-2.0"
93 -SLOT="0"
94 -KEYWORDS="~amd64 ~arm ~x86"
95 -IUSE=""
96 -
97 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
98 -DEPEND="${RDEPEND}
99 - dev-python/setuptools[${PYTHON_USEDEP}]"
100
101 diff --git a/profiles/package.mask b/profiles/package.mask
102 index aaccd99229d..65ce937ebf1 100644
103 --- a/profiles/package.mask
104 +++ b/profiles/package.mask
105 @@ -267,11 +267,6 @@ kde-misc/quadkonsole
106 # experimental features and accept a more unstable release.
107 >=www-client/chromium-60
108
109 -# Michał Górny <mgorny@g.o> (01 May 2017)
110 -# Used only by old (removed) versions of dev-python/google-apitools.
111 -# Last release in 2015. Removal in 30 days.
112 -dev-python/protorpc
113 -
114 # Zac Medico <zmedico@g.o> (01 May 2017)
115 # Possible API incompatibilities, bug #617174.
116 # http://aiohttp.readthedocs.io/en/latest/migration.html