summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAric Belsito <lluixhi@gmail.com>2016-12-14 14:48:23 -0800
committerMichał Górny <mgorny@gentoo.org>2017-05-09 19:18:33 +0200
commitf5988bfcb1ebdf0bbf6eb598f834aa1758ee981d (patch)
tree192f3e2a57986f41cb7f03f11a5f062a29930877 /dev-libs/protobuf/protobuf-3.1.0.ebuild
parentapp-arch/rar: Dropping beta release because upstream keeps changing released ... (diff)
downloadgentoo-f5988bfcb1ebdf0bbf6eb598f834aa1758ee981d.tar.gz
gentoo-f5988bfcb1ebdf0bbf6eb598f834aa1758ee981d.tar.bz2
gentoo-f5988bfcb1ebdf0bbf6eb598f834aa1758ee981d.zip
dev-libs/protobuf: version bump to 3.3.0
- Fix test phase in protobuf-3.x - Fix test in protobuf-2.6.1-protoc-cmdline.patch - Add compatibility patch for musl libc and FreeBSD - Change license from Apache-2.0 to BSD - Remove vim-syntax USE flag Bug: https://bugs.gentoo.org/544420 Bug: https://bugs.gentoo.org/602182 Bug: https://bugs.gentoo.org/611180
Diffstat (limited to 'dev-libs/protobuf/protobuf-3.1.0.ebuild')
-rw-r--r--dev-libs/protobuf/protobuf-3.1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/protobuf/protobuf-3.1.0.ebuild b/dev-libs/protobuf/protobuf-3.1.0.ebuild
index fafdd32458f0..8523f110e2f6 100644
--- a/dev-libs/protobuf/protobuf-3.1.0.ebuild
+++ b/dev-libs/protobuf/protobuf-3.1.0.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Google's Protocol Buffers -- an efficient method of encoding struct
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 -> ${P}.tar.gz"
-LICENSE="Apache-2.0"
+LICENSE="BSD"
SLOT="0/11"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE="emacs examples java python static-libs test vim-syntax zlib"
@@ -36,7 +36,7 @@ DOCS=( CHANGES.txt CONTRIBUTORS.txt README.md )
PATCHES=(
"${FILESDIR}/${PN}-2.6.1-protoc-cmdline.patch"
- "${FILESDIR}/${PN}-3.0.0_beta2-disable-local-gmock.patch"
+ "${FILESDIR}/${PN}-3.0.2-disable-local-gmock.patch"
)
S="${WORKDIR}/${PN}-${MY_PV}"