From: "Ronny Gutbrod" <gentoo@tastytea.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
Date: Tue, 21 Dec 2021 11:46:43 +0000 (UTC) [thread overview]
Message-ID: <1640087142.38e604ca627b35aafbe38733854d43bac4a793c1.tastytea@gentoo> (raw)
commit: 38e604ca627b35aafbe38733854d43bac4a793c1
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Mon Dec 20 02:13:46 2021 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Dec 21 11:45:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=38e604ca
dev-libs/mtxclient: Remove old ebuild
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 1 -
.../mtxclient/mtxclient-0.5.2_pre20210916.ebuild | 47 ----------------------
2 files changed, 48 deletions(-)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index ad5039692..50f32e868 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,3 +1,2 @@
-DIST mtxclient-0.5.2_pre20210916.tar.gz 588702 BLAKE2B 643e37c13348d0fff65b38e16581918d1b9555d6d6cc19ce4965eaa5e34620a6d0f60af7bb075ffded4b585f38b889565c3cfd42f02c2749e4a8c8f013b6c125 SHA512 778257173c08930a05d3bef91afe34d4cf963f57e75159f99a2468513df80669215002ecf5f10c3639a8fef944aeb814cb447e4984c5e1c8ffd87d53b8938030
DIST mtxclient-0.6.0.tar.gz 593602 BLAKE2B 61e9f332e2056727c0d8e6b473e42591e3a8fc4841b8f76a1fe3ac61b1ccc9ba40c0dd248201ae301ce56d21aa0e034d65c5a7e7c33b202361b6ab6fd763aa01 SHA512 8ee9cd6cfab64625029ed18b5de72523a8d7dc1ac67ff8d9f32d730f15e473248ec11447a480ce9f76629d1bd5722785f229857489a63e71e92aae0990a3d20f
DIST mtxclient-0.6.1.tar.gz 596763 BLAKE2B 68acd5c4e0d03ac3afe8ce4b756099ced9a672fbe9017e4f654249f65ca2e0bec830119eb05651a9ed96ee139e3a4823a0ce4a74a63b37ae91076f0b70f4c9fd SHA512 96463a135e402b7255a0d5641babe128751ee731f01ccd50fdf0a1e60d6f036370998c2d05fa286129def8a4591183bf0d63fe631b9a7a2fa92ae7a748cf07d0
diff --git a/dev-libs/mtxclient/mtxclient-0.5.2_pre20210916.ebuild b/dev-libs/mtxclient/mtxclient-0.5.2_pre20210916.ebuild
deleted file mode 100644
index 20e905ea7..000000000
--- a/dev-libs/mtxclient/mtxclient-0.5.2_pre20210916.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-MY_COMMIT="b452a984b0fc522c21bb8df7d320bf13960974d0"
-DESCRIPTION="Client API library for Matrix, built on top of Boost.Asio"
-HOMEPAGE="https://github.com/Nheko-Reborn/mtxclient"
-SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_COMMIT}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-libs/boost-1.70.0
- dev-libs/olm
- >=dev-libs/openssl-1.1.0
- dev-cpp/nlohmann_json
- dev-libs/spdlog
- dev-cpp/coeurl
-"
-DEPEND="
- ${RDEPEND}
- test? ( dev-cpp/gtest )
-"
-
-# remove_failing_tests depends on remove_network_tests.
-PATCHES=(
- "${FILESDIR}/0.3.0_remove_network_tests.patch"
- "${FILESDIR}/0.3.0_remove_failing_tests.patch"
-)
-
-src_configure() {
- local -a mycmakeargs=(
- -DBUILD_LIB_TESTS="$(usex test)"
- -DBUILD_LIB_EXAMPLES=OFF
- )
-
- cmake_src_configure
-}
next reply other threads:[~2021-12-21 11:46 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-21 11:46 Ronny Gutbrod [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-08 10:26 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/ Anna Vyalkova
2024-06-13 12:55 Ronny Gutbrod
2024-06-13 12:55 Ronny Gutbrod
2023-07-24 14:02 Anna Vyalkova
2023-07-22 17:29 Anna Vyalkova
2023-02-20 14:17 Ronny Gutbrod
2023-02-20 14:17 Ronny Gutbrod
2023-01-23 15:56 Ronny Gutbrod
2023-01-13 16:50 Ronny Gutbrod
2023-01-13 16:50 Ronny Gutbrod
2022-09-09 23:55 [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-09-09 20:20 ` [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-09-09 23:55 [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-09-09 20:20 ` [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-09-08 1:46 [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-09-08 0:09 ` [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-09-08 0:09 Ronny Gutbrod
2022-08-19 15:49 Ronny Gutbrod
2022-07-23 16:15 Ronny Gutbrod
2022-03-10 13:53 Ronny Gutbrod
2022-03-07 16:22 Ronny Gutbrod
2022-02-23 0:33 [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-02-22 21:16 ` [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-02-22 21:16 Ronny Gutbrod
2021-12-21 11:46 Ronny Gutbrod
2021-11-19 1:15 Ronny Gutbrod
2021-10-04 11:45 Ronny Gutbrod
2021-10-04 11:45 Ronny Gutbrod
2021-09-27 20:48 Ronny Gutbrod
2021-04-23 10:56 Ronny Gutbrod
2021-04-21 6:21 Ronny Gutbrod
2021-04-20 18:03 Ronny Gutbrod
2021-04-20 18:03 Ronny Gutbrod
2021-04-19 2:34 Ronny Gutbrod
2021-03-28 9:39 Andrew Ammerlaan
2021-01-28 1:44 Ronny Gutbrod
2021-01-28 1:44 Ronny Gutbrod
2021-01-20 3:39 Ronny Gutbrod
2020-06-13 1:28 Ronny Gutbrod
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=1640087142.38e604ca627b35aafbe38733854d43bac4a793c1.tastytea@gentoo \
--to=gentoo@tastytea.de \
--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