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.6.0_beta3.ebuild libkvkontakte-2.3.0.ebuild
Date: Sun, 08 Apr 2012 19:43:40
Message-Id: 20120408194331.BC3672004C@flycatcher.gentoo.org
1 dilfridge 12/04/08 19:43:31
2
3 Modified: ChangeLog
4 Added: libkvkontakte-2.6.0_beta3.ebuild
5 Removed: libkvkontakte-2.3.0.ebuild
6 Log:
7 Version bump; remove old
8
9 (Portage version: 2.1.10.56/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.11 net-libs/libkvkontakte/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/ChangeLog?rev=1.11&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/ChangeLog?rev=1.11&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/ChangeLog?r1=1.10&r2=1.11
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/ChangeLog,v
21 retrieving revision 1.10
22 retrieving revision 1.11
23 diff -u -r1.10 -r1.11
24 --- ChangeLog 4 Apr 2012 19:32:56 -0000 1.10
25 +++ ChangeLog 8 Apr 2012 19:43:31 -0000 1.11
26 @@ -1,6 +1,12 @@
27 # ChangeLog for net-libs/libkvkontakte
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/ChangeLog,v 1.10 2012/04/04 19:32:56 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/ChangeLog,v 1.11 2012/04/08 19:43:31 dilfridge Exp $
31 +
32 +*libkvkontakte-2.6.0_beta3 (08 Apr 2012)
33 +
34 + 08 Apr 2012; Andreas K. Huettel <dilfridge@g.o>
35 + -libkvkontakte-2.3.0.ebuild, +libkvkontakte-2.6.0_beta3.ebuild:
36 + Version bump; remove old
37
38 04 Apr 2012; Agostino Sarubbo <ago@g.o> libkvkontakte-2.5.0.ebuild:
39 Stable for amd64, wrt bug #409403
40
41
42
43 1.1 net-libs/libkvkontakte/libkvkontakte-2.6.0_beta3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/libkvkontakte-2.6.0_beta3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/libkvkontakte-2.6.0_beta3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libkvkontakte-2.6.0_beta3.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.6.0_beta3.ebuild,v 1.1 2012/04/08 19:43:31 dilfridge Exp $
53
54 EAPI=4
55
56 DIGIKAMPN=digikam
57
58 KDE_LINGUAS=""
59 KDE_MINIMAL="4.8"
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=""
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 }