summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/libkvkontakte/libkvkontakte-4.12.0.ebuild')
-rw-r--r--net-libs/libkvkontakte/libkvkontakte-4.12.0.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-libs/libkvkontakte/libkvkontakte-4.12.0.ebuild b/net-libs/libkvkontakte/libkvkontakte-4.12.0.ebuild
deleted file mode 100644
index d53da057c96b..000000000000
--- a/net-libs/libkvkontakte/libkvkontakte-4.12.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_LINGUAS="ar bs cs da de el en_GB es et fi fr gl hu it kk km ko nb nds nl pl
-pt pt_BR ro ru sk sl sv tr uk zh_TW"
-WEBKIT_REQUIRED="always"
-inherit kde4-base
-
-DESCRIPTION="Library for accessing the features of social networking site vkontakte.ru"
-HOMEPAGE="http://www.digikam.org/"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND=">=dev-libs/qjson-0.7.0"
-RDEPEND="${DEPEND}"
-
-# accessing network
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}/${P}-cmake.patch" )