public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/
Date: Tue, 26 Mar 2024 20:00:01 +0000 (UTC)	[thread overview]
Message-ID: <1711483191.26e1c4d7af97478422fb5153f7b64cfdf7eb4bf4.asturm@gentoo> (raw)

commit:     26e1c4d7af97478422fb5153f7b64cfdf7eb4bf4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 26 11:15:39 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 26 19:59:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e1c4d7

net-libs/rabbitmq-c: drop 0.11.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-libs/rabbitmq-c/Manifest                 |  1 -
 net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild | 53 ----------------------------
 2 files changed, 54 deletions(-)

diff --git a/net-libs/rabbitmq-c/Manifest b/net-libs/rabbitmq-c/Manifest
index 9bf1cf690b28..39fae857ee72 100644
--- a/net-libs/rabbitmq-c/Manifest
+++ b/net-libs/rabbitmq-c/Manifest
@@ -1,2 +1 @@
-DIST rabbitmq-c-0.11.0.tar.gz 145638 BLAKE2B dce862d132d4bca010dbc284957f34a35d55407ea0eb4fb79369f699207c01cc7ed64c1bd58bea2d1178bd2c02176c3e93b66177fc975175b1da9ab9baaf661f SHA512 0c3dbb6e2b862e9f25e3f76df798ea272bbd81de2865950b95adf1f1e5791eb20d7c9d5a76cb7d2fda54bad5f12bdf69cbfa7e9fd1afdede6f9ec729ca2287de
 DIST rabbitmq-c-0.13.0.tar.gz 126670 BLAKE2B dbb759bfb21cdce532bb770fecc21e18881da198f55278301143e9d4a0f070f58c00e4cadab71c6b4a0b91f198a1fd66cc405f518d52972cf68c0ef33ee2176c SHA512 a93c104846b7d004c97019f81879db4daf747fd29ee6f4feaf287302c0f24d5d34d8c7bc232805ccabf105fd1aa6dfcb88218236bb6bb33cebf64ec9e3dcd77c

diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild b/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
deleted file mode 100644
index ef0b261ecebb..000000000000
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="RabbitMQ C client"
-HOMEPAGE="https://github.com/alanxz/rabbitmq-c"
-
-if [[ ${PV} == *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/alanxz/${PN}.git"
-else
-	SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-fi
-
-LICENSE="MIT"
-SLOT="0/4"
-IUSE="doc test +ssl static-libs tools"
-
-REQUIRED_USE="test? ( static-libs )"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="ssl? ( dev-libs/openssl:0= )
-	tools? ( dev-libs/popt )"
-DEPEND="${RDEPEND}"
-BDEPEND="doc? ( app-text/doxygen )
-	tools? ( app-text/xmlto )"
-
-DOCS=( AUTHORS README.md THANKS TODO )
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_API_DOCS=$(usex doc)
-		-DBUILD_STATIC_LIBS=$(usex static-libs)
-		-DBUILD_TESTS=$(usex test)
-		-DBUILD_TOOLS=$(usex tools)
-		-DBUILD_TOOLS_DOCS=$(usex tools)
-		-DENABLE_SSL_SUPPORT=$(usex ssl)
-	)
-	cmake_src_configure
-}
-
-src_test() {
-	pushd "${BUILD_DIR}" > /dev/null || die
-
-	# Skip "basic" test which requires running local rabbitmq-server instance,
-	# see https://github.com/alanxz/rabbitmq-c/issues/530
-	ctest -v -E basic || die
-}


             reply	other threads:[~2024-03-26 20:00 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-26 20:00 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-01  7:28 [gentoo-commits] repo/gentoo:master commit in: net-libs/rabbitmq-c/ Viorel Munteanu
2024-03-01  7:28 Viorel Munteanu
2024-03-01  7:28 Viorel Munteanu
2024-03-01  7:28 Viorel Munteanu
2024-02-14 16:48 Sam James
2024-02-13  8:05 Joonas Niilola
2024-02-13  8:05 Joonas Niilola
2024-01-11 14:06 Joonas Niilola
2022-12-04  9:23 WANG Xuerui
2021-11-09 21:33 Sam James
2021-11-09 21:33 Sam James
2021-11-09 21:24 Jakov Smolić
2021-10-27  6:59 Sam James
2021-10-26  3:14 Sam James
2021-10-25 13:11 Sam James
2021-10-25  6:06 Sam James
2021-09-13  0:36 Sam James
2021-07-26 15:45 Marek Szuba
2021-05-02 10:56 Mikle Kolyada
2021-04-12  1:09 Sam James
2019-12-26 15:15 Thomas Deutschmann
2019-12-24 14:48 Mikle Kolyada
2019-12-13  0:07 Thomas Deutschmann
2019-12-10 10:54 Agostino Sarubbo
2019-12-08 10:58 Sergei Trofimovich
2019-12-03 11:58 Agostino Sarubbo
2019-12-03 11:56 Agostino Sarubbo
2019-12-03 10:07 Agostino Sarubbo
2019-12-03 10:03 Agostino Sarubbo
2019-12-03  4:23 Aaron Bauman
2019-12-02 22:03 Thomas Deutschmann
2019-03-03 11:13 Mikle Kolyada
2019-02-23  9:43 Pacho Ramos
2019-02-22 22:03 Mart Raudsepp
2019-02-21 20:28 Markus Meier
2019-02-07 12:57 Mikle Kolyada
2019-02-02 21:17 Sergei Trofimovich
2019-02-02 20:44 Sergei Trofimovich
2019-02-02 19:18 Sergei Trofimovich
2019-02-01  7:17 Sergei Trofimovich
2019-01-31 22:15 Thomas Deutschmann
2019-01-30  8:13 Sergei Trofimovich
2018-12-21 20:16 Sergei Trofimovich
2018-12-19 14:10 Thomas Deutschmann
2018-10-09 14:38 Matt Turner
2018-10-09 14:38 Matt Turner
2018-07-29 10:35 Sergei Trofimovich
2018-06-28 13:48 Mart Raudsepp
2018-06-06 14:55 Andreas Sturmlechner
2018-03-18 13:03 Sergei Trofimovich
2018-03-18 12:36 Sergei Trofimovich
2018-03-17 13:02 Sergei Trofimovich
2018-03-17 13:00 Sergei Trofimovich
2017-08-05 19:04 Sergei Trofimovich
2017-06-21  8:59 Alexis Ballier
2017-03-01  7:55 Michael Weber
2016-12-21 17:14 Thomas Deutschmann
2016-10-01 13:04 Jeroen Roovers
2016-07-07 19:48 Austin English
2016-05-23 13:31 Brian Evans
2016-05-21 15:47 Pacho Ramos
2016-05-21 15:47 Pacho Ramos

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=1711483191.26e1c4d7af97478422fb5153f7b64cfdf7eb4bf4.asturm@gentoo \
    --to=asturm@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