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, 06 May 2018 11:24:38
Message-Id: 1525605863.18a01fb9d26cec38783d8b1b150ef9a6e75e9b3c.asturm@gentoo
1 commit: 18a01fb9d26cec38783d8b1b150ef9a6e75e9b3c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 6 11:23:54 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 6 11:24:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18a01fb9
7
8 net-libs/libkvkontakte: Drop old
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11
12 net-libs/libkvkontakte/Manifest | 1 -
13 .../libkvkontakte-5.0.0_pre20170128.ebuild | 32 ----------------------
14 2 files changed, 33 deletions(-)
15
16 diff --git a/net-libs/libkvkontakte/Manifest b/net-libs/libkvkontakte/Manifest
17 index 7f37063db71..e9392972801 100644
18 --- a/net-libs/libkvkontakte/Manifest
19 +++ b/net-libs/libkvkontakte/Manifest
20 @@ -1,2 +1 @@
21 DIST libkvkontakte-5.0.0.tar.xz 59116 BLAKE2B 18b4b3c0eb7e408a94c1d2d3613b4c2ef3c485490490aaee42a35175c81453961773031030ba3cfdf9c29fec7f73f7670d93d0c9ac1f748b33dc66d497434c19 SHA512 bc7fa3d2d8a815c3a8b2265bf45500c10ac31383883a6a19802c5d01be5c16c1e72a8fe0c2c7cc086c9a7403ce001df0629e546caa872a2ae599e3a2650ef1af
22 -DIST libkvkontakte-5.0.0_pre20170128.tar.xz 41512 BLAKE2B cf13b6d80e9731df69c7ca7488f7aeaa2512cf01019c2d36d73ed8ae4c7df3da91093adbe3afe07bf01ea73e7f324d71c3162dbafdbe1276b0fccf57a4a4fd96 SHA512 12da0a4e471945af2b6f4373aa6996288bc41303ccaff19436d9c8d508cafbc43333bde0a104ba0cde5b3f383284d975f8217599b38f1e5a9e9da0dc57bcaa3c
23
24 diff --git a/net-libs/libkvkontakte/libkvkontakte-5.0.0_pre20170128.ebuild b/net-libs/libkvkontakte/libkvkontakte-5.0.0_pre20170128.ebuild
25 deleted file mode 100644
26 index 187754fd209..00000000000
27 --- a/net-libs/libkvkontakte/libkvkontakte-5.0.0_pre20170128.ebuild
28 +++ /dev/null
29 @@ -1,32 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -KDE_TEST="true"
36 -inherit kde5
37 -
38 -DESCRIPTION="Library for accessing the features of social networking site vkontakte.ru"
39 -HOMEPAGE="https://www.digikam.org/"
40 -SRC_URI="https://dev.gentoo.org/~asturm/${P}.tar.xz"
41 -
42 -LICENSE="GPL-2"
43 -KEYWORDS="~amd64 ~x86"
44 -IUSE=""
45 -
46 -DEPEND="
47 - $(add_frameworks_dep kcoreaddons)
48 - $(add_frameworks_dep kdelibs4support)
49 - $(add_frameworks_dep kdewebkit)
50 - $(add_frameworks_dep ki18n)
51 - $(add_frameworks_dep kio)
52 - $(add_frameworks_dep kwidgetsaddons)
53 - $(add_qt_dep qtgui)
54 - $(add_qt_dep qtnetwork)
55 - $(add_qt_dep qtwebkit)
56 - $(add_qt_dep qtwidgets)
57 -"
58 -RDEPEND="${DEPEND}"
59 -
60 -# accessing network
61 -RESTRICT="test"