* [gentoo-commits] gentoo-x86 commit in dev-libs/protobuf-c: ChangeLog protobuf-c-1.1.1.ebuild
@ 2015-03-16 2:47 Tim Harder (radhermit)
0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2015-03-16 2:47 UTC (permalink / raw
To: gentoo-commits
radhermit 15/03/16 02:47:24
Modified: ChangeLog
Added: protobuf-c-1.1.1.ebuild
Log:
Version bump.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path
1.15 dev-libs/protobuf-c/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 10 Mar 2015 18:16:18 -0000 1.14
+++ ChangeLog 16 Mar 2015 02:47:24 -0000 1.15
@@ -1,6 +1,11 @@
# 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.14 2015/03/10 18:16:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v 1.15 2015/03/16 02:47:24 radhermit Exp $
+
+*protobuf-c-1.1.1 (16 Mar 2015)
+
+ 16 Mar 2015; Tim Harder <radhermit@gentoo.org> +protobuf-c-1.1.1.ebuild:
+ Version bump.
10 Mar 2015; Mike Frysinger <vapier@gentoo.org>
+files/protobuf-c-1.1.0-no-build-tests.patch, protobuf-c-1.1.0.ebuild:
1.1 dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild?rev=1.1&content-type=text/plain
Index: protobuf-c-1.1.1.ebuild
===================================================================
# 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.1.ebuild,v 1.1 2015/03/16 02:47:24 radhermit Exp $
EAPI=5
inherit autotools-multilib
MY_PV=${PV/_/-}
MY_P=${PN}-${MY_PV}
DESCRIPTION="code generator and runtime libraries to use Protocol Buffers (protobuf) from pure C"
HOMEPAGE="https://github.com/protobuf-c/protobuf-c/"
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
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
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/protobuf-c: ChangeLog protobuf-c-1.1.1.ebuild
@ 2015-07-29 14:42 Tobias Klausmann (klausman)
0 siblings, 0 replies; 2+ messages in thread
From: Tobias Klausmann (klausman) @ 2015-07-29 14:42 UTC (permalink / raw
To: gentoo-commits
klausman 15/07/29 14:42:29
Modified: ChangeLog protobuf-c-1.1.1.ebuild
Log:
Stable on alpha, bug 519772
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Revision Changes Path
1.28 dev-libs/protobuf-c/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 16 Jul 2015 16:21:15 -0000 1.27
+++ ChangeLog 29 Jul 2015 14:42:29 -0000 1.28
@@ -1,6 +1,9 @@
# 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.27 2015/07/16 16:21:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v 1.28 2015/07/29 14:42:29 klausman Exp $
+
+ 29 Jul 2015; Tobias Klausmann <klausman@gentoo.org> protobuf-c-1.1.1.ebuild:
+ Stable on alpha, bug 519772
16 Jul 2015; Jeroen Roovers <jer@gentoo.org> protobuf-c-1.1.1.ebuild:
Mark ~hppa (bug #519772).
1.6 dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild?r1=1.5&r2=1.6
Index: protobuf-c-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- protobuf-c-1.1.1.ebuild 16 Jul 2015 16:21:15 -0000 1.5
+++ protobuf-c-1.1.1.ebuild 29 Jul 2015 14:42:29 -0000 1.6
@@ -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.1.ebuild,v 1.5 2015/07/16 16:21:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild,v 1.6 2015/07/29 14:42:29 klausman Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
IUSE="static-libs test"
RDEPEND=">=dev-libs/protobuf-2.6.0[${MULTILIB_USEDEP}]"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-29 14:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-29 14:42 [gentoo-commits] gentoo-x86 commit in dev-libs/protobuf-c: ChangeLog protobuf-c-1.1.1.ebuild Tobias Klausmann (klausman)
-- strict thread matches above, loose matches on Subject: below --
2015-03-16 2:47 Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox