Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/protobuf-python/, dev-python/protobuf-python/files/
Date: Tue, 02 Oct 2018 20:08:15
Message-Id: 1538510846.5db8c4e80d83e54c8038edb19686980f523ff711.floppym@gentoo
1 commit: 5db8c4e80d83e54c8038edb19686980f523ff711
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Tue Oct 2 19:42:01 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 2 20:07:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db8c4e8
7
8 dev-python/protobuf-python: Update homepage.
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 ...uf-python-3.5.2-google.protobuf.pyext._message.MessageMeta.patch | 2 +-
14 dev-python/protobuf-python/metadata.xml | 2 +-
15 dev-python/protobuf-python/protobuf-python-3.5.1.1.ebuild | 6 +++---
16 dev-python/protobuf-python/protobuf-python-3.5.2-r1.ebuild | 6 +++---
17 dev-python/protobuf-python/protobuf-python-3.6.0.1.ebuild | 6 +++---
18 dev-python/protobuf-python/protobuf-python-3.6.1.ebuild | 6 +++---
19 6 files changed, 14 insertions(+), 14 deletions(-)
20
21 diff --git a/dev-python/protobuf-python/files/protobuf-python-3.5.2-google.protobuf.pyext._message.MessageMeta.patch b/dev-python/protobuf-python/files/protobuf-python-3.5.2-google.protobuf.pyext._message.MessageMeta.patch
22 index d1e1d745ab7..c29da40ca26 100644
23 --- a/dev-python/protobuf-python/files/protobuf-python-3.5.2-google.protobuf.pyext._message.MessageMeta.patch
24 +++ b/dev-python/protobuf-python/files/protobuf-python-3.5.2-google.protobuf.pyext._message.MessageMeta.patch
25 @@ -1,4 +1,4 @@
26 -https://github.com/google/protobuf/pull/4365
27 +https://github.com/protocolbuffers/protobuf/pull/4365
28
29 --- /python/google/protobuf/pyext/message.cc
30 +++ /python/google/protobuf/pyext/message.cc
31
32 diff --git a/dev-python/protobuf-python/metadata.xml b/dev-python/protobuf-python/metadata.xml
33 index 51258826e2f..0b20fcb3732 100644
34 --- a/dev-python/protobuf-python/metadata.xml
35 +++ b/dev-python/protobuf-python/metadata.xml
36 @@ -17,6 +17,6 @@
37 <subslots>Soname version number of Protobuf</subslots>
38 </slots>
39 <upstream>
40 - <remote-id type="github">google/protobuf</remote-id>
41 + <remote-id type="github">protocolbuffers/protobuf</remote-id>
42 </upstream>
43 </pkgmetadata>
44
45 diff --git a/dev-python/protobuf-python/protobuf-python-3.5.1.1.ebuild b/dev-python/protobuf-python/protobuf-python-3.5.1.1.ebuild
46 index 7a43298fb9c..4dfa6381d43 100644
47 --- a/dev-python/protobuf-python/protobuf-python-3.5.1.1.ebuild
48 +++ b/dev-python/protobuf-python/protobuf-python-3.5.1.1.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2018 Gentoo Foundation
51 +# Copyright 1999-2018 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI="6"
55 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
56 inherit distutils-r1
57
58 DESCRIPTION="Google's Protocol Buffers - Python bindings"
59 -HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/google/protobuf"
60 -SRC_URI="https://github.com/google/protobuf/archive/v${PV}.tar.gz -> protobuf-${PV}.tar.gz"
61 +HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/protocolbuffers/protobuf"
62 +SRC_URI="https://github.com/protocolbuffers/protobuf/archive/v${PV}.tar.gz -> protobuf-${PV}.tar.gz"
63
64 LICENSE="BSD"
65 SLOT="0/15"
66
67 diff --git a/dev-python/protobuf-python/protobuf-python-3.5.2-r1.ebuild b/dev-python/protobuf-python/protobuf-python-3.5.2-r1.ebuild
68 index 76198330da1..7a1fc1c5c3c 100644
69 --- a/dev-python/protobuf-python/protobuf-python-3.5.2-r1.ebuild
70 +++ b/dev-python/protobuf-python/protobuf-python-3.5.2-r1.ebuild
71 @@ -1,4 +1,4 @@
72 -# Copyright 1999-2018 Gentoo Foundation
73 +# Copyright 1999-2018 Gentoo Authors
74 # Distributed under the terms of the GNU General Public License v2
75
76 EAPI="6"
77 @@ -7,8 +7,8 @@ PYTHON_COMPAT=(python2_7 python3_{4,5,6})
78 inherit distutils-r1
79
80 DESCRIPTION="Google's Protocol Buffers - Python bindings"
81 -HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/google/protobuf"
82 -SRC_URI="https://github.com/google/protobuf/archive/v${PV}.tar.gz -> protobuf-${PV}.tar.gz"
83 +HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/protocolbuffers/protobuf"
84 +SRC_URI="https://github.com/protocolbuffers/protobuf/archive/v${PV}.tar.gz -> protobuf-${PV}.tar.gz"
85
86 LICENSE="BSD"
87 SLOT="0/15"
88
89 diff --git a/dev-python/protobuf-python/protobuf-python-3.6.0.1.ebuild b/dev-python/protobuf-python/protobuf-python-3.6.0.1.ebuild
90 index 9b40e02cbb3..d625650122c 100644
91 --- a/dev-python/protobuf-python/protobuf-python-3.6.0.1.ebuild
92 +++ b/dev-python/protobuf-python/protobuf-python-3.6.0.1.ebuild
93 @@ -1,4 +1,4 @@
94 -# Copyright 1999-2018 Gentoo Foundation
95 +# Copyright 1999-2018 Gentoo Authors
96 # Distributed under the terms of the GNU General Public License v2
97
98 EAPI="6"
99 @@ -7,8 +7,8 @@ PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
100 inherit distutils-r1
101
102 DESCRIPTION="Google's Protocol Buffers - Python bindings"
103 -HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/google/protobuf"
104 -SRC_URI="https://github.com/google/protobuf/archive/v${PV}.tar.gz -> protobuf-${PV}.tar.gz"
105 +HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/protocolbuffers/protobuf"
106 +SRC_URI="https://github.com/protocolbuffers/protobuf/archive/v${PV}.tar.gz -> protobuf-${PV}.tar.gz"
107
108 LICENSE="BSD"
109 SLOT="0/16"
110
111 diff --git a/dev-python/protobuf-python/protobuf-python-3.6.1.ebuild b/dev-python/protobuf-python/protobuf-python-3.6.1.ebuild
112 index 7129c197b7e..d2f29ce98df 100644
113 --- a/dev-python/protobuf-python/protobuf-python-3.6.1.ebuild
114 +++ b/dev-python/protobuf-python/protobuf-python-3.6.1.ebuild
115 @@ -1,4 +1,4 @@
116 -# Copyright 1999-2018 Gentoo Foundation
117 +# Copyright 1999-2018 Gentoo Authors
118 # Distributed under the terms of the GNU General Public License v2
119
120 EAPI="6"
121 @@ -7,8 +7,8 @@ PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
122 inherit distutils-r1
123
124 DESCRIPTION="Google's Protocol Buffers - Python bindings"
125 -HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/google/protobuf"
126 -SRC_URI="https://github.com/google/protobuf/archive/v${PV}.tar.gz -> protobuf-${PV}.tar.gz"
127 +HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/protocolbuffers/protobuf"
128 +SRC_URI="https://github.com/protocolbuffers/protobuf/archive/v${PV}.tar.gz -> protobuf-${PV}.tar.gz"
129
130 LICENSE="BSD"
131 SLOT="0/17"