diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 23:13:25 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 23:22:57 +0200 |
commit | 4c4f11e85e39511ae64295e3acce691299a06628 (patch) | |
tree | 2cad8e3c9fdef5cfe0a38d81e59613ccdde73e75 /net-libs/libquotient/libquotient-0.6.5.ebuild | |
parent | net-im/neochat: Drop 1.0.1-r1 (diff) | |
download | gentoo-4c4f11e85e39511ae64295e3acce691299a06628.tar.gz gentoo-4c4f11e85e39511ae64295e3acce691299a06628.tar.bz2 gentoo-4c4f11e85e39511ae64295e3acce691299a06628.zip |
net-libs/libquotient: Drop 0.6.5
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/libquotient/libquotient-0.6.5.ebuild')
-rw-r--r-- | net-libs/libquotient/libquotient-0.6.5.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/net-libs/libquotient/libquotient-0.6.5.ebuild b/net-libs/libquotient/libquotient-0.6.5.ebuild deleted file mode 100644 index 0474fff2b604..000000000000 --- a/net-libs/libquotient/libquotient-0.6.5.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Qt5-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" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtmultimedia:5 - dev-qt/qtnetwork:5 -" -RDEPEND="${DEPEND}" - -PATCHES=( - # downstream patches - "${FILESDIR}"/${PN}-0.6.3-no-android.patch - "${FILESDIR}"/${PN}-0.6.3-no-tests.patch -) - -src_configure() { - local mycmakeargs=( - -DQuotient_INSTALL_TESTS=OFF - -DQuotient_ENABLE_E2EE=OFF # TODO: libolm, libqtolm not packaged - -DCMAKE_DISABLE_FIND_PACKAGE_Git=ON # no thanks. - ) - cmake_src_configure -} |