Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libkvkontakte: ChangeLog libkvkontakte-4.0.0.ebuild
Date: Wed, 04 Jun 2014 21:49:49
Message-Id: 20140604214944.57AAA2004E@flycatcher.gentoo.org
1 dilfridge 14/06/04 21:49:44
2
3 Modified: ChangeLog
4 Added: libkvkontakte-4.0.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
9
10 Revision Changes Path
11 1.44 net-libs/libkvkontakte/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/ChangeLog?rev=1.44&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/ChangeLog?rev=1.44&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/ChangeLog?r1=1.43&r2=1.44
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/ChangeLog,v
20 retrieving revision 1.43
21 retrieving revision 1.44
22 diff -u -r1.43 -r1.44
23 --- ChangeLog 25 Apr 2014 20:57:37 -0000 1.43
24 +++ ChangeLog 4 Jun 2014 21:49:44 -0000 1.44
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-libs/libkvkontakte
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/ChangeLog,v 1.43 2014/04/25 20:57:37 johu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/ChangeLog,v 1.44 2014/06/04 21:49:44 dilfridge Exp $
30 +
31 +*libkvkontakte-4.0.0 (04 Jun 2014)
32 +
33 + 04 Jun 2014; Andreas K. Huettel <dilfridge@g.o>
34 + +libkvkontakte-4.0.0.ebuild:
35 + Version bump
36
37 25 Apr 2014; Johannes Huber <johu@g.o> -libkvkontakte-3.5.0.ebuild,
38 libkvkontakte-3.5.0-r1.ebuild:
39
40
41
42 1.1 net-libs/libkvkontakte/libkvkontakte-4.0.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/libkvkontakte-4.0.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/libkvkontakte-4.0.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libkvkontakte-4.0.0.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/libkvkontakte-4.0.0.ebuild,v 1.1 2014/06/04 21:49:44 dilfridge Exp $
52
53 EAPI=5
54
55 KDE_LINGUAS=""
56 KDE_MINIMAL="4.10"
57 CMAKE_MIN_VERSION=2.8
58 inherit kde4-base
59
60 MY_PV=${PV/_/-}
61 MY_P="digikam-${MY_PV}"
62 SRC_URI="mirror://kde/stable/digikam/${MY_P}.tar.bz2"
63
64 DESCRIPTION="Library for accessing the features of social networking site vkontakte.ru"
65 HOMEPAGE="http://www.digikam.org/"
66
67 LICENSE="GPL-2"
68 KEYWORDS="~amd64 ~x86"
69 IUSE="debug"
70 SLOT=4
71
72 DEPEND=">=dev-libs/qjson-0.7.0"
73 RDEPEND=${DEPEND}
74
75 S=${WORKDIR}/${MY_P}/extra/${PN}
76
77 PATCHES=( "${FILESDIR}/${PN}-2.2.0-libdir.patch" )
78
79 src_configure() {
80 mycmakeargs=(
81 -DFORCED_UNBUNDLE=ON
82 )
83 kde4-base_src_configure
84 }