diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-08-08 17:18:19 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-08-08 17:18:19 +0000 |
commit | e5bb9672818ada06b69a1d984cf6acca5913b700 (patch) | |
tree | f73bcd6309fee49a20141cbca70d3604e9719ab8 /dev-libs/protobuf-c | |
parent | Version bump. (diff) | |
download | gentoo-2-e5bb9672818ada06b69a1d984cf6acca5913b700.tar.gz gentoo-2-e5bb9672818ada06b69a1d984cf6acca5913b700.tar.bz2 gentoo-2-e5bb9672818ada06b69a1d984cf6acca5913b700.zip |
Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-libs/protobuf-c')
-rw-r--r-- | dev-libs/protobuf-c/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/protobuf-c/protobuf-c-1.0.0_rc1.ebuild | 25 | ||||
-rw-r--r-- | dev-libs/protobuf-c/protobuf-c-1.0.0_rc2.ebuild | 25 |
3 files changed, 5 insertions, 51 deletions
diff --git a/dev-libs/protobuf-c/ChangeLog b/dev-libs/protobuf-c/ChangeLog index e599ff7d1a75..0c85ce02b211 100644 --- a/dev-libs/protobuf-c/ChangeLog +++ b/dev-libs/protobuf-c/ChangeLog @@ -1,6 +1,10 @@ # 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.7 2014/08/08 17:17:49 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/ChangeLog,v 1.8 2014/08/08 17:18:19 radhermit Exp $ + + 08 Aug 2014; Tim Harder <radhermit@gentoo.org> -protobuf-c-1.0.0_rc1.ebuild, + -protobuf-c-1.0.0_rc2.ebuild: + Remove old. *protobuf-c-1.0.1 (08 Aug 2014) 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 deleted file mode 100644 index 3343134c6368..000000000000 --- a/dev-libs/protobuf-c/protobuf-c-1.0.0_rc1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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} diff --git a/dev-libs/protobuf-c/protobuf-c-1.0.0_rc2.ebuild b/dev-libs/protobuf-c/protobuf-c-1.0.0_rc2.ebuild deleted file mode 100644 index 348d6a57b47e..000000000000 --- a/dev-libs/protobuf-c/protobuf-c-1.0.0_rc2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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} |