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/libkvkontakte/
Date: Sun, 03 Mar 2019 21:49:56
Message-Id: 1551649781.3533ba47da84f3d30173e650e08e7b8f5ae860fc.asturm@gentoo
1 commit: 3533ba47da84f3d30173e650e08e7b8f5ae860fc
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 3 20:41:00 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 21:49:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3533ba47
7
8 net-libs/libkvkontakte: Drop 5.0.0 (r0)
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-libs/libkvkontakte/libkvkontakte-5.0.0.ebuild | 31 -----------------------
14 1 file changed, 31 deletions(-)
15
16 diff --git a/net-libs/libkvkontakte/libkvkontakte-5.0.0.ebuild b/net-libs/libkvkontakte/libkvkontakte-5.0.0.ebuild
17 deleted file mode 100644
18 index 9f64b55ba18..00000000000
19 --- a/net-libs/libkvkontakte/libkvkontakte-5.0.0.ebuild
20 +++ /dev/null
21 @@ -1,31 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -KDE_TEST="true"
28 -inherit kde5
29 -
30 -DESCRIPTION="Library for accessing the features of social networking site vkontakte.ru"
31 -HOMEPAGE="https://www.digikam.org/"
32 -SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
33 -
34 -LICENSE="GPL-2+ || ( LGPL-2.1 LGPL-3 )"
35 -KEYWORDS="~amd64 ~arm64 ~x86"
36 -IUSE=""
37 -
38 -DEPEND="
39 - $(add_frameworks_dep kcoreaddons)
40 - $(add_frameworks_dep kdewebkit)
41 - $(add_frameworks_dep ki18n)
42 - $(add_frameworks_dep kio)
43 - $(add_frameworks_dep kwidgetsaddons)
44 - $(add_qt_dep qtgui)
45 - $(add_qt_dep qtnetwork)
46 - $(add_qt_dep qtwebkit)
47 - $(add_qt_dep qtwidgets)
48 -"
49 -RDEPEND="${DEPEND}"
50 -
51 -# accessing network
52 -RESTRICT+=" test"