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