public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf-c/
Date: Mon,  2 Oct 2023 16:53:31 +0000 (UTC)	[thread overview]
Message-ID: <1696265607.18f7c3dc5579906aceb8ba0426c9d913519709e9.graaff@gentoo> (raw)

commit:     18f7c3dc5579906aceb8ba0426c9d913519709e9
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  2 16:52:43 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Oct  2 16:53:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f7c3dc

dev-libs/protobuf-c: drop 1.4.0-r1

Bug: https://bugs.gentoo.org/904423
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-libs/protobuf-c/Manifest                   |  1 -
 dev-libs/protobuf-c/protobuf-c-1.4.0-r1.ebuild | 53 --------------------------
 2 files changed, 54 deletions(-)

diff --git a/dev-libs/protobuf-c/Manifest b/dev-libs/protobuf-c/Manifest
index 0044b4089538..9e824fc64956 100644
--- a/dev-libs/protobuf-c/Manifest
+++ b/dev-libs/protobuf-c/Manifest
@@ -1,2 +1 @@
-DIST protobuf-c-1.4.0.tar.gz 505251 BLAKE2B 5f53238c064f82de87012eb739bf6a44c202d0dbf2fc5af394accdc52a9934d1fb9cea2bb4a4d529fdf98959546aaa672c1c991a9a7016803d16f65accc907cd SHA512 6a2e5031b85b5986e863661437dea002eba217257a50a27db88d29fa1a3db1014ed6ec7c21d89df700d181b18e169d1037146cb6475c10cd5a068a91e522e3c3
 DIST protobuf-c-1.4.1.tar.gz 513596 BLAKE2B b5e87a3154863581b81790a26b6b522c2b3ad138e966053f20c6264b4a7677d6c5bff8e27faa7c6cfa9e982b72b06e2f518a3def9f6db13241c3cb3ee9afc8f6 SHA512 190a4aa5c607853e6bf860b0974deb21e4f7f6209e810251eaca9612b59ea676779b0ca217fb1572914ffb8de3315a7d24f162b14d447ee671a9adc5b1271e41

diff --git a/dev-libs/protobuf-c/protobuf-c-1.4.0-r1.ebuild b/dev-libs/protobuf-c/protobuf-c-1.4.0-r1.ebuild
deleted file mode 100644
index 8e8ab4e49d70..000000000000
--- a/dev-libs/protobuf-c/protobuf-c-1.4.0-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2022 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"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="BSD-2"
-# Subslot == SONAME version
-SLOT="0/1.0.0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~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}"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-1.4.0-include-path.patch
-)
-
-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[@]}"
-}
-
-multilib_src_install_all() {
-	find "${ED}" -name '*.la' -type f -delete || die
-	einstalldocs
-}


             reply	other threads:[~2023-10-02 16:53 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-02 16:53 Hans de Graaff [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
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
2021-03-16 19:23 Sam James
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=1696265607.18f7c3dc5579906aceb8ba0426c9d913519709e9.graaff@gentoo \
    --to=graaff@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