diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-04-25 08:55:38 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-04-25 08:55:38 +0000 |
commit | 195b72c4e25795d1397936fd6800e78e4161f753 (patch) | |
tree | ca6f1cc57abfedbd7622e1f8726e3dd7c6582663 /dev-libs | |
parent | Stable for amd64 wrt bug #506914 (diff) | |
download | gentoo-2-195b72c4e25795d1397936fd6800e78e4161f753.tar.gz gentoo-2-195b72c4e25795d1397936fd6800e78e4161f753.tar.bz2 gentoo-2-195b72c4e25795d1397936fd6800e78e4161f753.zip |
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/protobuf-c/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/protobuf-c/protobuf-c-1.0.0_rc1.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-libs/protobuf-c/ChangeLog b/dev-libs/protobuf-c/ChangeLog index 06b433df552f..6f6069cb0c26 100644 --- a/dev-libs/protobuf-c/ChangeLog +++ b/dev-libs/protobuf-c/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/protobuf-c -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v 1.3 2013/09/30 17:16:36 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v 1.4 2014/04/25 08:55:38 radhermit Exp $ + +*protobuf-c-1.0.0_rc1 (25 Apr 2014) + + 25 Apr 2014; Tim Harder <radhermit@gentoo.org> +protobuf-c-1.0.0_rc1.ebuild: + Version bump. 30 Sep 2013; Agostino Sarubbo <ago@gentoo.org> protobuf-c-0.15.ebuild: Stable for x86, wrt bug #486244 diff --git a/dev-libs/protobuf-c/protobuf-c-1.0.0_rc1.ebuild b/dev-libs/protobuf-c/protobuf-c-1.0.0_rc1.ebuild new file mode 100644 index 000000000000..3343134c6368 --- /dev/null +++ b/dev-libs/protobuf-c/protobuf-c-1.0.0_rc1.ebuild @@ -0,0 +1,25 @@ +# 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_rc1.ebuild,v 1.1 2014/04/25 08:55:38 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} |