diff options
author | Thomas D <whissi@whissi.de> | 2016-04-24 02:50:39 +0200 |
---|---|---|
committer | Sam Jorna <wraeth@gentoo.org> | 2016-04-24 23:35:57 +1000 |
commit | 4a7e29a85bf617b9c0f89bf9eb37e14a3b5ef0fa (patch) | |
tree | 7c1b9fbc74322794aa94beafc7670644e8afe727 /dev-libs/protobuf-c | |
parent | dev-libs/protobuf-c: Slot operator on dev-libs/protobuf atom added wrt bug #5... (diff) | |
download | gentoo-4a7e29a85bf617b9c0f89bf9eb37e14a3b5ef0fa.tar.gz gentoo-4a7e29a85bf617b9c0f89bf9eb37e14a3b5ef0fa.tar.bz2 gentoo-4a7e29a85bf617b9c0f89bf9eb37e14a3b5ef0fa.zip |
dev-libs/protobuf-c: DESCRIPTION fixed to satisfy RepoMan
Package-Manager: portage-2.2.28
Signed-off-by: Sam Jorna <wraeth@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/1335
Diffstat (limited to 'dev-libs/protobuf-c')
-rw-r--r-- | dev-libs/protobuf-c/protobuf-c-1.0.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild | 4 | ||||
-rw-r--r-- | 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 d1d76a7f8ccf..0a8174d119ed 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 ac9abe7137e7..6a86a8ee50a3 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 d7439bf8190d..f4585bcacdff 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" |