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