summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2013-02-07 21:11:50 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2013-02-07 21:11:50 +0000
commitcf905735d8da23c72dc39b80944ee9a3bac3c058 (patch)
tree289585f9de1c02d272b4df9cd178282239bccf2f /net-libs
parentCleanup (diff)
downloadgentoo-2-cf905735d8da23c72dc39b80944ee9a3bac3c058.tar.gz
gentoo-2-cf905735d8da23c72dc39b80944ee9a3bac3c058.tar.bz2
gentoo-2-cf905735d8da23c72dc39b80944ee9a3bac3c058.zip
Version bump
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key B6C5F7DE)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libkvkontakte/ChangeLog8
-rw-r--r--net-libs/libkvkontakte/libkvkontakte-3.0.0_rc.ebuild38
2 files changed, 45 insertions, 1 deletions
diff --git a/net-libs/libkvkontakte/ChangeLog b/net-libs/libkvkontakte/ChangeLog
index 2bca78cb4be7..f2152447dbdd 100644
--- a/net-libs/libkvkontakte/ChangeLog
+++ b/net-libs/libkvkontakte/ChangeLog
@@ -1,6 +1,12 @@
# 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.23 2013/02/07 21:11:02 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/ChangeLog,v 1.24 2013/02/07 21:11:50 dilfridge Exp $
+
+*libkvkontakte-3.0.0_rc (07 Feb 2013)
+
+ 07 Feb 2013; Andreas K. Huettel <dilfridge@gentoo.org>
+ +libkvkontakte-3.0.0_rc.ebuild:
+ Version bump
07 Feb 2013; Andreas K. Huettel <dilfridge@gentoo.org>
-libkvkontakte-2.6.0.ebuild, -libkvkontakte-2.7.0.ebuild,
diff --git a/net-libs/libkvkontakte/libkvkontakte-3.0.0_rc.ebuild b/net-libs/libkvkontakte/libkvkontakte-3.0.0_rc.ebuild
new file mode 100644
index 000000000000..e5278f2cb047
--- /dev/null
+++ b/net-libs/libkvkontakte/libkvkontakte-3.0.0_rc.ebuild
@@ -0,0 +1,38 @@
+# 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.0.0_rc.ebuild,v 1.1 2013/02/07 21:11:50 dilfridge Exp $
+
+EAPI=4
+
+KDE_LINGUAS=""
+KDE_MINIMAL="4.9"
+
+CMAKE_MIN_VERSION=2.8
+
+inherit kde4-base
+
+MY_PV=${PV/_/-}
+MY_P="digikam-${MY_PV}"
+SRC_URI="mirror://kde/unstable/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
+}