Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/signon-ui/
Date: Sat, 27 Jan 2018 20:29:17
Message-Id: 1517084862.eea44a56739e9328cf4fc9e30f3b1a0604ef0959.asturm@gentoo
1 commit: eea44a56739e9328cf4fc9e30f3b1a0604ef0959
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 27 18:54:29 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 27 20:27:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eea44a56
7
8 net-libs/signon-ui: Drop old
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 net-libs/signon-ui/signon-ui-0.15.ebuild | 48 --------------------------------
13 1 file changed, 48 deletions(-)
14
15 diff --git a/net-libs/signon-ui/signon-ui-0.15.ebuild b/net-libs/signon-ui/signon-ui-0.15.ebuild
16 deleted file mode 100644
17 index dc8cffe53a3..00000000000
18 --- a/net-libs/signon-ui/signon-ui-0.15.ebuild
19 +++ /dev/null
20 @@ -1,48 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -inherit qmake-utils
27 -
28 -DESCRIPTION="Signon UI"
29 -HOMEPAGE="https://launchpad.net/signon-ui"
30 -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
31 -
32 -LICENSE="GPL-2 GPL-3"
33 -SLOT="0"
34 -KEYWORDS="amd64 x86"
35 -IUSE="test"
36 -
37 -RESTRICT="test"
38 -
39 -# <libproxy-0.4.12[kde] results in segfaults due to symbol collisions with qt4
40 -RDEPEND="
41 - dev-libs/glib:2
42 - dev-qt/qtcore:5
43 - dev-qt/qtdbus:5
44 - dev-qt/qtgui:5
45 - dev-qt/qtnetwork:5[ssl]
46 - dev-qt/qtwebkit:5
47 - dev-qt/qtwidgets:5
48 - net-libs/accounts-qt
49 - net-libs/signond
50 - net-libs/libproxy
51 - x11-libs/libnotify
52 - !<net-libs/libproxy-0.4.12[kde]
53 -"
54 -DEPEND="${RDEPEND}
55 - test? ( dev-qt/qttest:5 )
56 -"
57 -
58 -src_prepare() {
59 - use test || sed -i -e '/^SUBDIRS.*/,+1d' tests/tests.pro || die "couldn't disable tests"
60 -}
61 -
62 -src_configure() {
63 - eqmake5
64 -}
65 -
66 -src_install() {
67 - emake INSTALL_ROOT="${D}" install
68 -}