diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-07-25 10:18:34 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-07-25 10:21:57 +0200 |
commit | f3be498810d6388caedd6fcc9134e56afe5aeb68 (patch) | |
tree | f907141ed664e97410962fe7eb4748223dc3771f /net-libs/libquotient | |
parent | dev-libs/kirigami-addons: drop 0.9.0 (diff) | |
download | gentoo-f3be498810d6388caedd6fcc9134e56afe5aeb68.tar.gz gentoo-f3be498810d6388caedd6fcc9134e56afe5aeb68.tar.bz2 gentoo-f3be498810d6388caedd6fcc9134e56afe5aeb68.zip |
net-libs/libquotient: drop 0.7.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/libquotient')
-rw-r--r-- | net-libs/libquotient/libquotient-0.7.2.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/net-libs/libquotient/libquotient-0.7.2.ebuild b/net-libs/libquotient/libquotient-0.7.2.ebuild deleted file mode 100644 index 1c2a488fd687..000000000000 --- a/net-libs/libquotient/libquotient-0.7.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Qt-based SDK to develop applications for Matrix" -HOMEPAGE="https://github.com/quotient-im/libQuotient" -SRC_URI="https://github.com/quotient-im/libQuotient/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/libQuotient-${PV}" - -LICENSE="LGPL-2+" -SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" -IUSE="" - -DEPEND=" - dev-libs/qtkeychain:=[qt5(+)] - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtmultimedia:5 - dev-qt/qtnetwork:5[ssl] -" -RDEPEND="${DEPEND}" - -PATCHES=( - # downstream patches - "${FILESDIR}"/${PN}-0.7.0-no-android.patch - "${FILESDIR}"/${PN}-0.7.0-no-tests.patch -) - -src_configure() { - local mycmakeargs=( - -DBUILD_WITH_QT6=OFF - -DBUILD_TESTING=OFF - -DQuotient_ENABLE_E2EE=OFF # TODO: libolm, libqtolm not packaged - ) - cmake_src_configure -} |