summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2012-01-03 14:27:18 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2012-01-03 14:27:18 +0000
commita2f74cf035d71bf7f94d24a5ea9e0b069eedfdb1 (patch)
treee831c7ed98d2a95ddbc9565929a7d0c70ca13c91 /net-libs/libkvkontakte
parentFix NameError in 0.7.7.5 that occurs when pkgcore commands have an uncaught (diff)
downloadgentoo-2-a2f74cf035d71bf7f94d24a5ea9e0b069eedfdb1.tar.gz
gentoo-2-a2f74cf035d71bf7f94d24a5ea9e0b069eedfdb1.tar.bz2
gentoo-2-a2f74cf035d71bf7f94d24a5ea9e0b069eedfdb1.zip
Version bump
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libkvkontakte')
-rw-r--r--net-libs/libkvkontakte/ChangeLog10
-rw-r--r--net-libs/libkvkontakte/libkvkontakte-2.5.0.ebuild39
2 files changed, 47 insertions, 2 deletions
diff --git a/net-libs/libkvkontakte/ChangeLog b/net-libs/libkvkontakte/ChangeLog
index 38bc4983fbe0..8d47733db63e 100644
--- a/net-libs/libkvkontakte/ChangeLog
+++ b/net-libs/libkvkontakte/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-libs/libkvkontakte
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/ChangeLog,v 1.6 2011/12/07 22:04:59 hwoarang Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/ChangeLog,v 1.7 2012/01/03 14:27:18 dilfridge Exp $
+
+*libkvkontakte-2.5.0 (03 Jan 2012)
+
+ 03 Jan 2012; Andreas K. Huettel <dilfridge@gentoo.org>
+ +libkvkontakte-2.5.0.ebuild:
+ Version bump
07 Dec 2011; Markos Chandras <hwoarang@gentoo.org> libkvkontakte-2.3.0.ebuild:
Stable on amd64 wrt bug #388279
diff --git a/net-libs/libkvkontakte/libkvkontakte-2.5.0.ebuild b/net-libs/libkvkontakte/libkvkontakte-2.5.0.ebuild
new file mode 100644
index 000000000000..94e749233b17
--- /dev/null
+++ b/net-libs/libkvkontakte/libkvkontakte-2.5.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/libkvkontakte-2.5.0.ebuild,v 1.1 2012/01/03 14:27:18 dilfridge Exp $
+
+EAPI=4
+
+DIGIKAMPN=digikam
+
+KDE_LINGUAS=""
+KDE_MINIMAL="4.7"
+
+CMAKE_MIN_VERSION=2.8
+
+inherit kde4-base
+
+MY_P="${DIGIKAMPN}-${PV/_/-}"
+
+DESCRIPTION="Library for accessing the features of social networking site vkontakte.ru"
+HOMEPAGE="http://www.digikam.org/"
+SRC_URI="mirror://sourceforge/${DIGIKAMPN}/${MY_P}.tar.bz2"
+
+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
+}