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: libkvkontakte-2.5.0.ebuild ChangeLog
Date: Tue, 03 Jan 2012 14:27:30
Message-Id: 20120103142718.C72512004B@flycatcher.gentoo.org
1 dilfridge 12/01/03 14:27:18
2
3 Modified: ChangeLog
4 Added: libkvkontakte-2.5.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.10.44/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.7 net-libs/libkvkontakte/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 7 Dec 2011 22:04:59 -0000 1.6
24 +++ ChangeLog 3 Jan 2012 14:27:18 -0000 1.7
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-libs/libkvkontakte
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/ChangeLog,v 1.6 2011/12/07 22:04:59 hwoarang Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/ChangeLog,v 1.7 2012/01/03 14:27:18 dilfridge Exp $
31 +
32 +*libkvkontakte-2.5.0 (03 Jan 2012)
33 +
34 + 03 Jan 2012; Andreas K. Huettel <dilfridge@g.o>
35 + +libkvkontakte-2.5.0.ebuild:
36 + Version bump
37
38 07 Dec 2011; Markos Chandras <hwoarang@g.o> libkvkontakte-2.3.0.ebuild:
39 Stable on amd64 wrt bug #388279
40
41
42
43 1.1 net-libs/libkvkontakte/libkvkontakte-2.5.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/libkvkontakte-2.5.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/libkvkontakte-2.5.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libkvkontakte-2.5.0.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/libkvkontakte-2.5.0.ebuild,v 1.1 2012/01/03 14:27:18 dilfridge Exp $
53
54 EAPI=4
55
56 DIGIKAMPN=digikam
57
58 KDE_LINGUAS=""
59 KDE_MINIMAL="4.7"
60
61 CMAKE_MIN_VERSION=2.8
62
63 inherit kde4-base
64
65 MY_P="${DIGIKAMPN}-${PV/_/-}"
66
67 DESCRIPTION="Library for accessing the features of social networking site vkontakte.ru"
68 HOMEPAGE="http://www.digikam.org/"
69 SRC_URI="mirror://sourceforge/${DIGIKAMPN}/${MY_P}.tar.bz2"
70
71 LICENSE="GPL-2"
72 KEYWORDS="~amd64 ~x86"
73 IUSE=""
74 SLOT=4
75
76 DEPEND=">=dev-libs/qjson-0.7.0"
77 RDEPEND=${DEPEND}
78
79 S=${WORKDIR}/${MY_P}/extra/${PN}
80
81 PATCHES=( "${FILESDIR}/${PN}-2.2.0-libdir.patch" )
82
83 src_configure() {
84 mycmakeargs=(
85 -DFORCED_UNBUNDLE=ON
86 )
87 kde4-base_src_configure
88 }