From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 24D6313877A for ; Fri, 8 Aug 2014 17:17:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21D76E091C; Fri, 8 Aug 2014 17:17:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5765E091C for ; Fri, 8 Aug 2014 17:17:54 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A764C34030B for ; Fri, 8 Aug 2014 17:17:53 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2274) id 453E92004E; Fri, 8 Aug 2014 17:17:49 +0000 (UTC) From: "Tim Harder (radhermit)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, radhermit@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/protobuf-c: ChangeLog protobuf-c-1.0.1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog protobuf-c-1.0.1.ebuild X-VCS-Directories: dev-libs/protobuf-c X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140808171750.453E92004E@flycatcher.gentoo.org> Date: Fri, 8 Aug 2014 17:17:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6b166414-1d36-4bdf-b703-50d7a49f872e X-Archives-Hash: 8cefd3c9f44062ca5b284381ec2fbaaa 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 +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}