diff options
author | Marshall Brewer (Gentoo Key) <tomboy64@sina.cn> | 2016-04-13 20:21:39 +0200 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-04-21 17:51:59 +0800 |
commit | 88c7324a377aa965facacc0b8a2704d59bf76cf4 (patch) | |
tree | 4ebea2b86cc4a021da8a46dcf06b4863a84d5b25 /dev-libs/protobuf/metadata.xml | |
parent | ros-meta/gazebo_ros_pkgs: Bump to 2.5.3. (diff) | |
download | gentoo-88c7324a377aa965facacc0b8a2704d59bf76cf4.tar.gz gentoo-88c7324a377aa965facacc0b8a2704d59bf76cf4.tar.bz2 gentoo-88c7324a377aa965facacc0b8a2704d59bf76cf4.zip |
dev-libs/protobuf: version bump, 3.0.0_beta2
- bump to EAPI6
- outsourced official implementations in java and python
Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches
Closes: https://github.com/gentoo/gentoo/pull/1295
Signed-off-by: Ian Delaney <idella4@gentoo.org>
Diffstat (limited to 'dev-libs/protobuf/metadata.xml')
-rw-r--r-- | dev-libs/protobuf/metadata.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-libs/protobuf/metadata.xml b/dev-libs/protobuf/metadata.xml index 5f0a96f49a03..ca1ce7e978cb 100644 --- a/dev-libs/protobuf/metadata.xml +++ b/dev-libs/protobuf/metadata.xml @@ -4,6 +4,16 @@ <maintainer type='person'> <email>vapier@gentoo.org</email> </maintainer> +<maintainer type='person'> + <email>tomboy64@sina.cn</email> +</maintainer> +<slots> + <subslots>soname major version number</subslots> +</slots> +<use> + <flag name="java">Builds the Java implementation. This is not needed for Java support in protoc.</flag> + <flag name="python">Builds the Python implementation. This is not needed for Python support in protoc.</flag> +</use> <upstream> <remote-id type='github'>google/protobuf</remote-id> </upstream> |