public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/protobuf-c: ChangeLog protobuf-c-1.0.1.ebuild
@ 2014-08-08 17:17 Tim Harder (radhermit)
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2014-08-08 17:17 UTC (permalink / raw
  To: gentoo-commits

radhermit    14/08/08 17:17:49

  Modified:             ChangeLog
  Added:                protobuf-c-1.0.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.7                  dev-libs/protobuf-c/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	1 Jul 2014 06:58:18 -0000	1.6
+++ ChangeLog	8 Aug 2014 17:17:49 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/protobuf-c
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v 1.6 2014/07/01 06:58:18 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v 1.7 2014/08/08 17:17:49 radhermit Exp $
+
+*protobuf-c-1.0.1 (08 Aug 2014)
+
+  08 Aug 2014; Tim Harder <radhermit@gentoo.org> +protobuf-c-1.0.1.ebuild:
+  Version bump.
 
 *protobuf-c-1.0.0_rc2 (01 Jul 2014)
 



1.1                  dev-libs/protobuf-c/protobuf-c-1.0.1.ebuild

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

Index: protobuf-c-1.0.1.ebuild
===================================================================
# Copyright 1999-2014 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.0.1.ebuild,v 1.1 2014/08/08 17:17:49 radhermit Exp $

EAPI=5

inherit autotools-utils

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 ~x86"
IUSE="static-libs"

RDEPEND="dev-libs/protobuf"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

S=${WORKDIR}/${MY_P}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/protobuf-c: ChangeLog protobuf-c-1.0.1.ebuild
@ 2014-08-13  5:53 Tim Harder (radhermit)
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2014-08-13  5:53 UTC (permalink / raw
  To: gentoo-commits

radhermit    14/08/13 05:53:48

  Modified:             ChangeLog protobuf-c-1.0.1.ebuild
  Log:
  Sync ~arm keywords.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.9                  dev-libs/protobuf-c/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	8 Aug 2014 17:18:19 -0000	1.8
+++ ChangeLog	13 Aug 2014 05:53:48 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/protobuf-c
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v 1.8 2014/08/08 17:18:19 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v 1.9 2014/08/13 05:53:48 radhermit Exp $
+
+  13 Aug 2014; Tim Harder <radhermit@gentoo.org> protobuf-c-1.0.1.ebuild:
+  Sync ~arm keywords.
 
   08 Aug 2014; Tim Harder <radhermit@gentoo.org> -protobuf-c-1.0.0_rc1.ebuild,
   -protobuf-c-1.0.0_rc2.ebuild:



1.2                  dev-libs/protobuf-c/protobuf-c-1.0.1.ebuild

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

Index: protobuf-c-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/protobuf-c-1.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- protobuf-c-1.0.1.ebuild	8 Aug 2014 17:17:49 -0000	1.1
+++ protobuf-c-1.0.1.ebuild	13 Aug 2014 05:53:48 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 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.0.1.ebuild,v 1.1 2014/08/08 17:17:49 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/protobuf-c-1.0.1.ebuild,v 1.2 2014/08/13 05:53:48 radhermit Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="static-libs"
 
 RDEPEND="dev-libs/protobuf"





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-13  5:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-13  5:53 [gentoo-commits] gentoo-x86 commit in dev-libs/protobuf-c: ChangeLog protobuf-c-1.0.1.ebuild Tim Harder (radhermit)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-08 17:17 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