summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-09-22 12:11:57 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-09-22 12:11:57 +0200
commit3ac14d4aa005fb451f1003d7bfb8f24b8b8f1a26 (patch)
treecf9278fc559777e23cde2423ce8fcb37ed0c15d6 /net-libs
parentsci-geosciences/xtide: drop 2.15.1-r2, 2.15.1-r3 (diff)
downloadgentoo-3ac14d4aa005fb451f1003d7bfb8f24b8b8f1a26.tar.gz
gentoo-3ac14d4aa005fb451f1003d7bfb8f24b8b8f1a26.tar.bz2
gentoo-3ac14d4aa005fb451f1003d7bfb8f24b8b8f1a26.zip
net-libs/accounts-qml: drop 0.7-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/accounts-qml/accounts-qml-0.7-r1.ebuild52
1 files changed, 0 insertions, 52 deletions
diff --git a/net-libs/accounts-qml/accounts-qml-0.7-r1.ebuild b/net-libs/accounts-qml/accounts-qml-0.7-r1.ebuild
deleted file mode 100644
index 69d8dd7a258a..000000000000
--- a/net-libs/accounts-qml/accounts-qml-0.7-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils
-
-DESCRIPTION="QML bindings for accounts-qt and signond"
-HOMEPAGE="https://accounts-sso.gitlab.io/"
-SRC_URI="https://gitlab.com/accounts-sso/${PN}-module/-/archive/VERSION_${PV}/${PN}-module-VERSION_${PV}.tar.gz
- https://dev.gentoo.org/~asturm/distfiles/${P}-patches-1.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="doc test"
-
-BDEPEND="
- doc? ( app-doc/doxygen )
-"
-RDEPEND="
- dev-qt/qtcore:5
- dev-qt/qtdeclarative:5
- net-libs/accounts-qt
- net-libs/signond
-"
-DEPEND="${RDEPEND}
- test? (
- dev-qt/qtgui:5
- dev-qt/qttest:5
- )
-"
-
-# dbus problems
-RESTRICT="test"
-
-PATCHES=( "${WORKDIR}/${P}-patches-1/${P}-no-tests.patch" )
-
-S="${WORKDIR}/${PN}-module-VERSION_${PV}"
-
-src_prepare() {
- default
- sed -e 's/-Werror//' -i common-project-config.pri || die
-}
-
-src_configure() {
- eqmake5 PREFIX="${EPREFIX}"/usr
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install_subtargets
-}