public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf-c/
Date: Tue, 16 Mar 2021 19:23:12 +0000 (UTC)	[thread overview]
Message-ID: <1615922558.8efe246f3483766a6bc4812261a85b7f9bbd51a0.sam@gentoo> (raw)

commit:     8efe246f3483766a6bc4812261a85b7f9bbd51a0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 18:46:45 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 19:22:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8efe246f

dev-libs/protobuf-c: drop 1.3.2

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/protobuf-c/Manifest                |  1 -
 dev-libs/protobuf-c/protobuf-c-1.3.2.ebuild | 43 -----------------------------
 2 files changed, 44 deletions(-)

diff --git a/dev-libs/protobuf-c/Manifest b/dev-libs/protobuf-c/Manifest
index f68a10ab715..84f6a69adac 100644
--- a/dev-libs/protobuf-c/Manifest
+++ b/dev-libs/protobuf-c/Manifest
@@ -1,2 +1 @@
-DIST protobuf-c-1.3.2.tar.gz 500100 BLAKE2B b8bcd4ad6f9ddc05f28526f7cc58778b21a34fc18c7c7aa2a5bb45ae7fdc7c5d8957f989fe1bbfe353214ca87b02afed8cf0ad43c0f0e39f7e13059a5dfd6b7d SHA512 d94d2c6f11b3e482fd3d1b8cef5b2d896ad37a679068f393d29916311deadc5b6b86f946b046d7ee49260b0223e3128e052dc76324b4a8cd6ea184d566ad9aa6
 DIST protobuf-c-1.3.3.tar.gz 500505 BLAKE2B 6f00eac847f5287cdea5afaea5be05d660eda10b30a14bbab89331ef134f93b8a77d3f6546cab246447494b0283b32218f794c56a7d081906c49668631b14505 SHA512 85308348929487e3a89158c6078dab39cee0b39a0611a4d5ba73d20520e41d96915e42a0d6060ebd3eb7d922c82444f5ca000ea4f8791b37734485cbb7e283b1

diff --git a/dev-libs/protobuf-c/protobuf-c-1.3.2.ebuild b/dev-libs/protobuf-c/protobuf-c-1.3.2.ebuild
deleted file mode 100644
index f6604b26b18..00000000000
--- a/dev-libs/protobuf-c/protobuf-c-1.3.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 s390 sparc x86"
-IUSE="static-libs test"
-RESTRICT="!test? ( test )"
-
-BDEPEND=">=dev-libs/protobuf-3:0
-	virtual/pkgconfig"
-DEPEND=">=dev-libs/protobuf-3:0=[${MULTILIB_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-	default
-	if ! use test; then
-		eapply "${FILESDIR}"/${PN}-1.3.0-no-build-tests.patch
-	fi
-
-	eautoreconf
-}
-
-multilib_src_configure() {
-	local myeconfargs=(
-		$(use_enable static-libs static)
-	)
-	ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}


             reply	other threads:[~2021-03-16 19:23 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-16 19:23 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-13 19:33 [gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf-c/ Arthur Zamarin
2024-09-13  4:13 Sam James
2024-09-12 19:34 Sam James
2024-09-12 19:34 Sam James
2024-05-28  0:14 Sam James
2023-10-09 21:45 Sam James
2023-10-09  7:04 Sam James
2023-10-09  4:36 Sam James
2023-10-09  4:27 Sam James
2023-10-09  4:23 Sam James
2023-10-02 16:53 Hans de Graaff
2022-08-28  7:41 WANG Xuerui
2022-08-25 18:25 Agostino Sarubbo
2022-08-25 18:24 Agostino Sarubbo
2022-08-25 18:15 Agostino Sarubbo
2022-08-25 16:44 Arthur Zamarin
2022-08-25 16:44 Arthur Zamarin
2022-08-25 16:44 Arthur Zamarin
2022-08-25 16:44 Arthur Zamarin
2022-07-11  2:01 Sam James
2022-02-02 20:52 Arthur Zamarin
2022-02-02  8:03 Agostino Sarubbo
2022-02-02  8:02 Agostino Sarubbo
2022-02-02  8:02 Agostino Sarubbo
2022-02-01  4:11 Sam James
2022-02-01  4:10 Sam James
2022-02-01  4:09 Sam James
2021-10-20 21:03 Mike Gilbert
2021-08-18 19:39 Sam James
2021-06-29  5:53 Yixun Lan
2020-11-17 19:05 Agostino Sarubbo
2020-11-15  9:28 Sam James
2020-11-14 21:15 Sam James
2020-11-14 21:15 Sam James
2020-11-14 19:17 Sergei Trofimovich
2020-11-12 23:17 Sergei Trofimovich
2020-11-12 23:15 Sergei Trofimovich
2020-11-12 23:14 Sergei Trofimovich
2020-11-12 22:54 Thomas Deutschmann
2020-07-06  7:56 Lars Wendler
2020-05-20  5:08 Robin H. Johnson
2020-03-21 10:43 Andreas Sturmlechner
2020-03-21  9:24 Mart Raudsepp
2020-02-13 14:40 Agostino Sarubbo
2020-02-06  7:51 Sergei Trofimovich
2020-02-03 12:49 Agostino Sarubbo
2020-02-03 12:35 Agostino Sarubbo
2020-02-03 12:31 Agostino Sarubbo
2020-02-03 12:30 Agostino Sarubbo
2020-02-03 11:31 Agostino Sarubbo
2020-02-03 11:28 Agostino Sarubbo
2020-01-31 22:17 Sergei Trofimovich
2019-08-19  8:40 Lars Wendler
2019-05-05 19:45 Mikle Kolyada
2019-05-05 19:05 Mike Gilbert
2019-02-12 21:03 Sergei Trofimovich
2019-02-12 12:52 Mikle Kolyada
2019-02-12 12:52 Mikle Kolyada
2019-02-12 12:52 Mikle Kolyada
2019-02-09 19:29 Sergei Trofimovich
2019-02-09 18:36 Thomas Deutschmann
2019-02-08 20:35 Sergei Trofimovich
2019-02-07 12:31 Tobias Klausmann
2019-02-06  0:43 Mart Raudsepp
2019-02-04 19:41 Sergei Trofimovich
2019-01-03  9:35 Lars Wendler
2018-07-07  2:03 Mike Gilbert
2018-06-09 19:42 Mikle Kolyada
2018-04-14 21:45 Mart Raudsepp
2018-03-21  1:34 Matt Turner
2017-10-23 18:01 Markus Meier
2017-10-13 12:28 Sergei Trofimovich
2017-10-03  8:25 Sergei Trofimovich
2017-10-02 13:48 Manuel Rüger
2017-10-02 13:24 Sergei Trofimovich
2017-10-02 13:24 Sergei Trofimovich
2017-10-01  0:04 Thomas Deutschmann
2017-01-12  9:30 Jeroen Roovers
2016-11-26 22:08 Mike Frysinger
2016-04-24 13:36 Sam Jorna
2016-04-24 13:36 Sam Jorna
2016-04-07 11:29 Lars Wendler
2015-11-18 10:31 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1615922558.8efe246f3483766a6bc4812261a85b7f9bbd51a0.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox