summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-03 21:41:00 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-03 22:49:41 +0100
commit3533ba47da84f3d30173e650e08e7b8f5ae860fc (patch)
tree650ff836b331e622bd8ca6e27f0f66192efaba0e
parentnet-libs/libkvkontakte: Fix warnings, EAPI-7 bump (diff)
downloadgentoo-3533ba47.tar.gz
gentoo-3533ba47.tar.bz2
gentoo-3533ba47.zip
net-libs/libkvkontakte: Drop 5.0.0 (r0)
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--net-libs/libkvkontakte/libkvkontakte-5.0.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-libs/libkvkontakte/libkvkontakte-5.0.0.ebuild b/net-libs/libkvkontakte/libkvkontakte-5.0.0.ebuild
deleted file mode 100644
index 9f64b55ba18a..000000000000
--- a/net-libs/libkvkontakte/libkvkontakte-5.0.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="Library for accessing the features of social networking site vkontakte.ru"
-HOMEPAGE="https://www.digikam.org/"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="GPL-2+ || ( LGPL-2.1 LGPL-3 )"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdewebkit)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwebkit)
- $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"
-
-# accessing network
-RESTRICT+=" test"