summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2013-12-07 22:17:09 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2013-12-07 22:17:09 +0000
commit975b65b852390012120a356632011d3ded8aa5b3 (patch)
tree5e026f03d7941ca7fad8952a55daceeb0395a89e /net-libs
parentRemove old (diff)
downloadgentoo-2-975b65b852390012120a356632011d3ded8aa5b3.tar.gz
gentoo-2-975b65b852390012120a356632011d3ded8aa5b3.tar.bz2
gentoo-2-975b65b852390012120a356632011d3ded8aa5b3.zip
Remove old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libkvkontakte/ChangeLog6
-rw-r--r--net-libs/libkvkontakte/libkvkontakte-3.4.0.ebuild38
2 files changed, 5 insertions, 39 deletions
diff --git a/net-libs/libkvkontakte/ChangeLog b/net-libs/libkvkontakte/ChangeLog
index ec470a30c14c..285d4ec0693e 100644
--- a/net-libs/libkvkontakte/ChangeLog
+++ b/net-libs/libkvkontakte/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/libkvkontakte
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/ChangeLog,v 1.38 2013/10/12 17:57:42 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/ChangeLog,v 1.39 2013/12/07 22:17:09 dilfridge Exp $
+
+ 07 Dec 2013; Andreas K. Huettel <dilfridge@gentoo.org>
+ -libkvkontakte-3.4.0.ebuild:
+ Remove old
*libkvkontakte-3.5.0 (12 Oct 2013)
diff --git a/net-libs/libkvkontakte/libkvkontakte-3.4.0.ebuild b/net-libs/libkvkontakte/libkvkontakte-3.4.0.ebuild
deleted file mode 100644
index cd188d825f3a..000000000000
--- a/net-libs/libkvkontakte/libkvkontakte-3.4.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/libkvkontakte-3.4.0.ebuild,v 1.1 2013/09/06 19:13:46 dilfridge Exp $
-
-EAPI=4
-
-KDE_LINGUAS=""
-KDE_MINIMAL="4.10"
-
-CMAKE_MIN_VERSION=2.8
-
-inherit kde4-base
-
-MY_PV=${PV/_/-}
-MY_P="digikam-${MY_PV}"
-SRC_URI="mirror://kde/stable/digikam/${MY_P}.tar.bz2"
-
-DESCRIPTION="Library for accessing the features of social networking site vkontakte.ru"
-HOMEPAGE="http://www.digikam.org/"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-SLOT=4
-
-DEPEND=">=dev-libs/qjson-0.7.0"
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/${MY_P}/extra/${PN}
-
-PATCHES=( "${FILESDIR}/${PN}-2.2.0-libdir.patch" )
-
-src_configure() {
- mycmakeargs=(
- -DFORCED_UNBUNDLE=ON
- )
- kde4-base_src_configure
-}