From b0e14017653a6a811d93fceaae13c55dd3c3e864 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 9 Jan 2019 12:29:52 +0100 Subject: [PATCH] net-libs/signond: Drop 8.59 (r0) Closes: https://bugs.gentoo.org/668562 Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner --- net-libs/signond/signond-8.59.ebuild | 65 ---------------------------- 1 file changed, 65 deletions(-) delete mode 100644 net-libs/signond/signond-8.59.ebuild diff --git a/net-libs/signond/signond-8.59.ebuild b/net-libs/signond/signond-8.59.ebuild deleted file mode 100644 index 30f6ab605caf..000000000000 --- a/net-libs/signond/signond-8.59.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit qmake-utils vcs-snapshot - -DESCRIPTION="Signon daemon for libaccounts-glib" -HOMEPAGE="https://01.org/gsso/" -SRC_URI="https://gitlab.com/accounts-sso/signond/repository/archive.tar.gz?ref=VERSION_8.59 -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="doc test" - -RESTRICT="test" - -COMMON_DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtsql:5 - net-libs/libproxy -" -DEPEND="${COMMON_DEPEND} - doc? ( app-doc/doxygen ) - test? ( dev-qt/qttest:5 ) -" -RDEPEND="${COMMON_DEPEND} - !