vapier      15/03/10 18:16:18

  Modified:             protobuf-c-1.1.0.ebuild ChangeLog
  Log:
  Add arm64/mips love. Fix cross-compiling #518440 by Luke-Jr.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.2                  dev-libs/protobuf-c/protobuf-c-1.1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/protobuf-c-1.1.0.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/protobuf-c-1.1.0.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/protobuf-c-1.1.0.ebuild?r1=1.1&r2=1.2

Index: protobuf-c-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/protobuf-c-1.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- protobuf-c-1.1.0.ebuild     10 Jan 2015 06:48:13 -0000      1.1
+++ protobuf-c-1.1.0.ebuild     10 Mar 2015 18:16:18 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/protobuf-c/protobuf-c-1.1.0.ebuild,v 1.1 
2015/01/10 06:48:13 radhermit Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/protobuf-c/protobuf-c-1.1.0.ebuild,v 1.2 
2015/03/10 18:16:18 vapier Exp $
 
 EAPI=5
 
@@ -15,11 +15,20 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="static-libs"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
+IUSE="static-libs test"
 
 RDEPEND=">=dev-libs/protobuf-2.6.0[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}
+       test? ( ${AUTOTOOLS_DEPEND} )
        virtual/pkgconfig[${MULTILIB_USEDEP}]"
 
 S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+       if ! use test ; then
+               epatch "${FILESDIR}"/${PN}-1.1.0-no-build-tests.patch
+               AUTOTOOLS_AUTORECONF=true
+       fi
+       autotools-multilib_src_prepare
+}



1.14                 dev-libs/protobuf-c/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/ChangeLog?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/ChangeLog?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   10 Jan 2015 06:48:13 -0000      1.13
+++ ChangeLog   10 Mar 2015 18:16:18 -0000      1.14
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/protobuf-c
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v 1.13 
2015/01/10 06:48:13 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v 1.14 
2015/03/10 18:16:18 vapier Exp $
+
+  10 Mar 2015; Mike Frysinger <[email protected]>
+  +files/protobuf-c-1.1.0-no-build-tests.patch, protobuf-c-1.1.0.ebuild:
+  Add arm64/mips love. Fix cross-compiling #518440 by Luke-Jr.
 
 *protobuf-c-1.1.0 (10 Jan 2015)
 




Reply via email to