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 AD69C138206 for ; Sun, 24 Apr 2016 13:36:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2A0121C015; Sun, 24 Apr 2016 13:36:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B00421C014 for ; Sun, 24 Apr 2016 13:36:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50978340C97 for ; Sun, 24 Apr 2016 13:36:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBA65962 for ; Sun, 24 Apr 2016 13:36:38 +0000 (UTC) From: "Sam Jorna" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam Jorna" Message-ID: <1461504957.4a7e29a85bf617b9c0f89bf9eb37e14a3b5ef0fa.wraeth@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/protobuf-c/protobuf-c-1.0.2-r1.ebuild dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild dev-libs/protobuf-c/protobuf-c-1.2.1-r1.ebuild X-VCS-Directories: dev-libs/protobuf-c/ X-VCS-Committer: wraeth X-VCS-Committer-Name: Sam Jorna X-VCS-Revision: 4a7e29a85bf617b9c0f89bf9eb37e14a3b5ef0fa X-VCS-Branch: master Date: Sun, 24 Apr 2016 13:36:38 +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: f4a61d37-c1ec-4947-82c7-b84be28a2121 X-Archives-Hash: 452780f186c5f4037d7d0004f35065b6 commit: 4a7e29a85bf617b9c0f89bf9eb37e14a3b5ef0fa Author: Thomas D whissi de> AuthorDate: Sun Apr 24 00:50:39 2016 +0000 Commit: Sam Jorna gentoo org> CommitDate: Sun Apr 24 13:35:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7e29a8 dev-libs/protobuf-c: DESCRIPTION fixed to satisfy RepoMan Package-Manager: portage-2.2.28 Signed-off-by: Sam Jorna gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/1335 dev-libs/protobuf-c/protobuf-c-1.0.2-r1.ebuild | 4 ++-- dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild | 4 ++-- dev-libs/protobuf-c/protobuf-c-1.2.1-r1.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-libs/protobuf-c/protobuf-c-1.0.2-r1.ebuild b/dev-libs/protobuf-c/protobuf-c-1.0.2-r1.ebuild index d1d76a7..0a8174d 100644 --- a/dev-libs/protobuf-c/protobuf-c-1.0.2-r1.ebuild +++ b/dev-libs/protobuf-c/protobuf-c-1.0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ 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" +DESCRIPTION="Protocol Buffers implementation in 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" diff --git a/dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild b/dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild index ac9abe7..6a86a8e 100644 --- a/dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild +++ b/dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ 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" +DESCRIPTION="Protocol Buffers implementation in 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" diff --git a/dev-libs/protobuf-c/protobuf-c-1.2.1-r1.ebuild b/dev-libs/protobuf-c/protobuf-c-1.2.1-r1.ebuild index d7439bf..f4585bc 100644 --- a/dev-libs/protobuf-c/protobuf-c-1.2.1-r1.ebuild +++ b/dev-libs/protobuf-c/protobuf-c-1.2.1-r1.ebuild @@ -9,7 +9,7 @@ inherit autotools multilib-minimal MY_PV=${PV/_/-} MY_P=${PN}-${MY_PV} -DESCRIPTION="code generator and runtime libraries to use Protocol Buffers (protobuf) from pure C" +DESCRIPTION="Protocol Buffers implementation in 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"