From 49f1fe910e68c61e6bc4683ffedb29e4471f4075 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Wed, 25 Apr 2018 20:25:36 +0200 Subject: dev-libs/protobuf-c: Delete old versions (<1.3.0-r1). --- dev-libs/protobuf-c/Manifest | 3 -- .../files/protobuf-c-1.1.0-no-build-tests.patch | 29 ---------------- .../files/protobuf-c-1.2.0-no-build-tests.patch | 30 ----------------- dev-libs/protobuf-c/protobuf-c-1.0.2-r1.ebuild | 24 ------------- dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild | 33 ------------------ dev-libs/protobuf-c/protobuf-c-1.2.1-r1.ebuild | 39 ---------------------- dev-libs/protobuf-c/protobuf-c-1.3.0.ebuild | 39 ---------------------- 7 files changed, 197 deletions(-) delete mode 100644 dev-libs/protobuf-c/files/protobuf-c-1.1.0-no-build-tests.patch delete mode 100644 dev-libs/protobuf-c/files/protobuf-c-1.2.0-no-build-tests.patch delete mode 100644 dev-libs/protobuf-c/protobuf-c-1.0.2-r1.ebuild delete mode 100644 dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild delete mode 100644 dev-libs/protobuf-c/protobuf-c-1.2.1-r1.ebuild delete mode 100644 dev-libs/protobuf-c/protobuf-c-1.3.0.ebuild (limited to 'dev-libs') diff --git a/dev-libs/protobuf-c/Manifest b/dev-libs/protobuf-c/Manifest index 82200c1d0abf..07df6d6f4adb 100644 --- a/dev-libs/protobuf-c/Manifest +++ b/dev-libs/protobuf-c/Manifest @@ -1,4 +1 @@ -DIST protobuf-c-1.0.2.tar.gz 449923 BLAKE2B 25db29683bc5129b0aaf015eee8ceea2aa16cf83318f2abc882bcdc51674a5e4ec9499be559cd9f8abaab5f4829d8346104fd4d957f5abca7de9b22f29e1e449 SHA512 d748712f4216015802ffeff1072266da98ba9d9a4dfdaecd1c1b9d76f15403112b5cc2563a54390653c5eb82d7b51caf4c1f595cf1287bcbb123efb646e12f33 -DIST protobuf-c-1.1.1.tar.gz 454913 BLAKE2B a8ac4df0880f3598eee01db2647a1701b47abbff479e311cbe48ea8b47da94a5770ceae6d290c086a21a8f42d77b7b48cc4af470ef43f6e176f3d487f03b0fc3 SHA512 9eeb3165ca53c57091503866e2600d675e03d79c22dbd41bd3c4ebf8e569ed147f0b832e8b68dcdaece2f151798e7e0589fdf975e9a04fae9904991e89ea0465 -DIST protobuf-c-1.2.1.tar.gz 458614 BLAKE2B f0fcb9e43729e6b95e9062f2e2ed86b10e3ba9b03f059d3cd4084787ffca383dbb7d495995ce47193cb3f10635932f015bcf8dbb3e874a04fe2d6ec8ff4a8018 SHA512 032b82dde333e286a3aff1a621be9e497122d38ce8f337275842a55be083232605387a516cfd4b9a09f8f7caf8817c14e596570352bc6ae495c3a3f15ac00959 DIST protobuf-c-1.3.0.tar.gz 488443 BLAKE2B 8eca559ad06aaa5cb09984b3d2e7c5767cd341c2e439b94c2d219226c612992808da091d01f5e0ad5f14e47292d4a621037953b58a5bea827e7c22837234ffe6 SHA512 ba49bf45a9ae93d41f200f4f18c4f9469c63fcc2a2392b3b45f083c378a6876891890448ceba216083ad351aa35f4669cd920973f53e5780de9ec4c8f61279bb diff --git a/dev-libs/protobuf-c/files/protobuf-c-1.1.0-no-build-tests.patch b/dev-libs/protobuf-c/files/protobuf-c-1.1.0-no-build-tests.patch deleted file mode 100644 index 4e611d710705..000000000000 --- a/dev-libs/protobuf-c/files/protobuf-c-1.1.0-no-build-tests.patch +++ /dev/null @@ -1,29 +0,0 @@ -https://bugs.gentoo.org/518440 - -avoid compiling tests when we aren't actually testing, especially since it -requires a compiler to execute which fails when cross-compiling - ---- a/Makefile.am -+++ b/Makefile.am -@@ -135,7 +135,7 @@ t_generated_code2_test_generated_code2_SOURCES = \ - t_generated_code2_test_generated_code2_LDADD = \ - protobuf-c/libprotobuf-c.la - --noinst_PROGRAMS += \ -+check_PROGRAMS += \ - t/generated-code2/cxx-generate-packed-data - - t_generated_code2_cxx_generate_packed_data_SOURCES = \ -@@ -160,12 +160,6 @@ t/test-full.pb.cc t/test-full.pb.h: @PROTOC@ $(top_srcdir)/t/test-full.proto - t/generated-code2/test-full-cxx-output.inc: t/generated-code2/cxx-generate-packed-data$(EXEEXT) - $(AM_V_GEN)$(top_builddir)/t/generated-code2/cxx-generate-packed-data$(EXEEXT) > $(top_builddir)/t/generated-code2/test-full-cxx-output.inc - --BUILT_SOURCES += \ -- t/test.pb-c.c t/test.pb-c.h \ -- t/test-full.pb-c.c t/test-full.pb-c.h \ -- t/test-full.pb.cc t/test-full.pb.h \ -- t/generated-code2/test-full-cxx-output.inc -- - t_version_version_SOURCES = \ - t/version/version.c - t_version_version_LDADD = \ diff --git a/dev-libs/protobuf-c/files/protobuf-c-1.2.0-no-build-tests.patch b/dev-libs/protobuf-c/files/protobuf-c-1.2.0-no-build-tests.patch deleted file mode 100644 index c11e98df5784..000000000000 --- a/dev-libs/protobuf-c/files/protobuf-c-1.2.0-no-build-tests.patch +++ /dev/null @@ -1,30 +0,0 @@ -https://bugs.gentoo.org/518440 - -avoid compiling tests when we aren't actually testing, especially since it -requires a compiler to execute which fails when cross-compiling - ---- protobuf-c-1.2.0/Makefile.am -+++ protobuf-c-1.2.0/Makefile.am -@@ -142,7 +142,7 @@ - t_generated_code2_test_generated_code2_LDADD = \ - protobuf-c/libprotobuf-c.la - --noinst_PROGRAMS += \ -+check_PROGRAMS += \ - t/generated-code2/cxx-generate-packed-data - - t_generated_code2_cxx_generate_packed_data_SOURCES = \ -@@ -170,13 +170,6 @@ - t/generated-code2/test-full-cxx-output.inc: t/generated-code2/cxx-generate-packed-data$(EXEEXT) - $(AM_V_GEN)$(top_builddir)/t/generated-code2/cxx-generate-packed-data$(EXEEXT) > $(top_builddir)/t/generated-code2/test-full-cxx-output.inc - --BUILT_SOURCES += \ -- t/test.pb-c.c t/test.pb-c.h \ -- t/test-full.pb-c.c t/test-full.pb-c.h \ -- t/test-optimized.pb-c.c t/test-optimized.pb-c.h \ -- t/test-full.pb.cc t/test-full.pb.h \ -- t/generated-code2/test-full-cxx-output.inc -- - t_version_version_SOURCES = \ - t/version/version.c - t_version_version_LDADD = \ 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 deleted file mode 100644 index fc9d7452ffa5..000000000000 --- a/dev-libs/protobuf-c/protobuf-c-1.0.2-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-multilib - -MY_PV=${PV/_/-} -MY_P=${PN}-${MY_PV} - -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" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 arm ppc ppc64 x86" -IUSE="static-libs" - -RDEPEND=">=dev-libs/protobuf-2.5.0-r2[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - virtual/pkgconfig[${MULTILIB_USEDEP}]" - -S=${WORKDIR}/${MY_P} diff --git a/dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild b/dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild deleted file mode 100644 index 00dcc508cf72..000000000000 --- a/dev-libs/protobuf-c/protobuf-c-1.1.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-multilib - -MY_PV=${PV/_/-} -MY_P=${PN}-${MY_PV} - -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" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="static-libs test" - -RDEPEND=">=dev-libs/protobuf-2.6.0[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - test? ( ${AUTOTOOLS_DEPEND} ) - virtual/pkgconfig[${MULTILIB_USEDEP}]" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - if ! use test ; then - epatch "${FILESDIR}"/${PN}-1.1.0-no-build-tests.patch - AUTOTOOLS_AUTORECONF=true - fi - autotools-multilib_src_prepare -} 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 deleted file mode 100644 index 7004d26b7e11..000000000000 --- a/dev-libs/protobuf-c/protobuf-c-1.2.1-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools multilib-minimal - -MY_PV=${PV/_/-} -MY_P=${PN}-${MY_PV} - -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" - -LICENSE="BSD-2" -# Subslot == SONAME version -SLOT="0/1.0.0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="static-libs test" - -RDEPEND=">=dev-libs/protobuf-2.6.0:0=[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - test? ( ${AUTOTOOLS_DEPEND} ) - virtual/pkgconfig[${MULTILIB_USEDEP}]" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - default - if ! use test ; then - eapply "${FILESDIR}"/${PN}-1.2.0-no-build-tests.patch - eautoreconf - fi -} - -multilib_src_configure() { - ECONF_SOURCE="${S}" \ - econf "${myeconfargs[@]}" -} diff --git a/dev-libs/protobuf-c/protobuf-c-1.3.0.ebuild b/dev-libs/protobuf-c/protobuf-c-1.3.0.ebuild deleted file mode 100644 index 4e24a882515e..000000000000 --- a/dev-libs/protobuf-c/protobuf-c-1.3.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools multilib-minimal - -MY_PV="${PV/_/-}" -MY_P="${PN}-${MY_PV}" - -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" - -LICENSE="BSD-2" -# Subslot == SONAME version -SLOT="0/1.0.0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="static-libs test" - -RDEPEND=">=dev-libs/protobuf-2.6.0:0=[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND} - test? ( ${AUTOTOOLS_DEPEND} ) - virtual/pkgconfig[${MULTILIB_USEDEP}]" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - default - if ! use test ; then - eapply "${FILESDIR}"/${PN}-1.3.0-no-build-tests.patch - eautoreconf - fi -} - -multilib_src_configure() { - ECONF_SOURCE="${S}" \ - econf "${myeconfargs[@]}" -} -- cgit v1.2.3-65-gdbad