summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2014-04-25 20:57:37 +0000
committerJohannes Huber <johu@gentoo.org>2014-04-25 20:57:37 +0000
commitcfb36cddb3e98e0b46443d86d3454176d08558b3 (patch)
treede17e7e2d1e8a36a453935dfb9fc6c60f3e2be4e /net-libs
parentVersion bump to 1.7.0.55; fixes bug #508716, reported by Bradley Broom. (diff)
downloadgentoo-2-cfb36cddb3e98e0b46443d86d3454176d08558b3.tar.gz
gentoo-2-cfb36cddb3e98e0b46443d86d3454176d08558b3.tar.bz2
gentoo-2-cfb36cddb3e98e0b46443d86d3454176d08558b3.zip
amd64/x86 stable, remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libkvkontakte/ChangeLog6
-rw-r--r--net-libs/libkvkontakte/libkvkontakte-3.5.0-r1.ebuild4
-rw-r--r--net-libs/libkvkontakte/libkvkontakte-3.5.0.ebuild38
3 files changed, 7 insertions, 41 deletions
diff --git a/net-libs/libkvkontakte/ChangeLog b/net-libs/libkvkontakte/ChangeLog
index 5688bc8408fb..4a014b443208 100644
--- a/net-libs/libkvkontakte/ChangeLog
+++ b/net-libs/libkvkontakte/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/libkvkontakte
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/ChangeLog,v 1.42 2014/03/21 21:24:30 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/ChangeLog,v 1.43 2014/04/25 20:57:37 johu Exp $
+
+ 25 Apr 2014; Johannes Huber <johu@gentoo.org> -libkvkontakte-3.5.0.ebuild,
+ libkvkontakte-3.5.0-r1.ebuild:
+ amd64/x86 stable, remove old.
*libkvkontakte-3.5.0-r1 (21 Mar 2014)
diff --git a/net-libs/libkvkontakte/libkvkontakte-3.5.0-r1.ebuild b/net-libs/libkvkontakte/libkvkontakte-3.5.0-r1.ebuild
index 2013185b8ba7..a64b2dc8f869 100644
--- a/net-libs/libkvkontakte/libkvkontakte-3.5.0-r1.ebuild
+++ b/net-libs/libkvkontakte/libkvkontakte-3.5.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/libkvkontakte-3.5.0-r1.ebuild,v 1.1 2014/03/21 21:24:30 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/libkvkontakte-3.5.0-r1.ebuild,v 1.2 2014/04/25 20:57:37 johu Exp $
EAPI=5
@@ -17,7 +17,7 @@ DESCRIPTION="Library for accessing the features of social networking site vkonta
HOMEPAGE="http://www.digikam.org/"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="debug"
SLOT=4
diff --git a/net-libs/libkvkontakte/libkvkontakte-3.5.0.ebuild b/net-libs/libkvkontakte/libkvkontakte-3.5.0.ebuild
deleted file mode 100644
index aab868bef5f8..000000000000
--- a/net-libs/libkvkontakte/libkvkontakte-3.5.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/libkvkontakte-3.5.0.ebuild,v 1.3 2014/01/26 11:39:46 ago 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
-}