dev-python/protobuf-python: version bump 3.0.0_beta3_p1
authorMarshall Brewer <tomboy64@sina.cn>
Sat, 2 Jul 2016 15:58:18 +0000 (17:58 +0200)
committerYixun Lan <dlan@gentoo.org>
Mon, 4 Jul 2016 03:07:46 +0000 (11:07 +0800)
- changed subslot to 0/10b3 to correspond with protobuf

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/1816

Signed-off-by: Yixun Lan <dlan@gentoo.org>
dev-python/protobuf-python/Manifest
dev-python/protobuf-python/protobuf-python-3.0.0_beta3_p1.ebuild [moved from dev-python/protobuf-python/protobuf-python-3.0.0_beta3.ebuild with 91% similarity]

index 2e9b0964e70b27617e5ff7344071fd27e5057309..464268ad714408dc72104e536dedfe4f2ffb9537 100644 (file)
@@ -1 +1 @@
-DIST protobuf-3.0.0_beta3.tar.gz 3654440 SHA256 d8d11564ff4085e7095cf5601fdc094946e6dbb0085863829668eb3a50b1ae0d SHA512 b8e0e73ab03d18b6715d875aff8552a603d46feaa5b7b4fb225ba841ff917381bdecf5083202ec1753fd1e82a8d0281937fba6d0f0928261a68c035f509360fd WHIRLPOOL dbc8896a0b1bb92a5e0a586c6952c7b32b2c0cfce03ed5c2f39634d038977f50fbc3b2e9297944316f73d258d21b6766a4fae8f86b65e096f92ed93b0bf1615e
+DIST protobuf-3.0.0_beta3_p1.tar.gz 3673779 SHA256 494726c9a6a45a20cd085795a26e4f05627e9b3b1fa5ab21a8b0edc5db8173dc SHA512 bebe655ffa6f8dd9bfbf4d2fcce160de6d45f50fd802b8907833cde3f232b7b44186d06fe9cc01ed5dc7b4a040fd3069e2ec7d2704da596e8d3af80f8dba7e8b WHIRLPOOL d35dca8e402741e4d30c9c787f5927c7fe7f22619ddb3ca20d302c27fbeb929cecd55cc7e6785b28acb76c89893d2baf7fce3f685a3f186006e1e30a2901ae1b
similarity index 91%
rename from dev-python/protobuf-python/protobuf-python-3.0.0_beta3.ebuild
rename to dev-python/protobuf-python/protobuf-python-3.0.0_beta3_p1.ebuild
index 6e1efb28cfe9465f6308bd647325124f9ab08232..6cc19799f9abaecf802cc14dd5ceaa4eecedf069 100644 (file)
@@ -9,13 +9,14 @@ PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
 inherit distutils-r1
 
 MY_PV=${PV/_beta/-beta-}
+MY_PV=${MY_PV/_p/.}
 
 DESCRIPTION="Google's Protocol Buffers - official Python bindings"
 HOMEPAGE="https://github.com/google/protobuf/ https://developers.google.com/protocol-buffers/"
 SRC_URI="https://github.com/google/protobuf/archive/v${MY_PV}.tar.gz -> protobuf-${PV}.tar.gz"
 
 LICENSE="Apache-2.0"
-SLOT="0/10"
+SLOT="0/10b3"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
@@ -30,7 +31,7 @@ DEPEND="${RDEPEND}
        dev-python/six[${PYTHON_USEDEP}]"
 S="${WORKDIR}/protobuf-${MY_PV}/python"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-PATCHES=( "${FILESDIR}/${P}-link-against-installed-lib.patch" )
+PATCHES=( "${FILESDIR}/${PN}-3.0.0_beta3-link-against-installed-lib.patch" )
 
 python_test() {
        distutils_install_for_testing