radhermit    14/07/01 06:58:18

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

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   24 Jun 2014 19:22:43 -0000      1.5
+++ ChangeLog   1 Jul 2014 06:58:18 -0000       1.6
@@ -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.5 
2014/06/24 19:22:43 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v 1.6 
2014/07/01 06:58:18 radhermit Exp $
+
+*protobuf-c-1.0.0_rc2 (01 Jul 2014)
+
+  01 Jul 2014; Tim Harder <radher...@gentoo.org> +protobuf-c-1.0.0_rc2.ebuild:
+  Version bump.
 
   24 Jun 2014; Markus Meier <mae...@gentoo.org> protobuf-c-0.15.ebuild:
   add ~arm, bug #512550



1.1                  dev-libs/protobuf-c/protobuf-c-1.0.0_rc2.ebuild

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

Index: protobuf-c-1.0.0_rc2.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.0_rc2.ebuild,v 1.1 
2014/07/01 06:58:18 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}




Reply via email to