dilfridge 14/12/20 21:56:36
Modified: ChangeLog
Added: libkvkontakte-4.6.0.ebuild
Removed: libkvkontakte-4.0.0.ebuild
libkvkontakte-4.2.0.ebuild
Log:
Version bump; remove old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
EBE6A336BE19039C!)
Revision Changes Path
1.48 net-libs/libkvkontakte/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/ChangeLog?rev=1.48&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/ChangeLog?rev=1.48&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 12 Dec 2014 15:48:14 -0000 1.47
+++ ChangeLog 20 Dec 2014 21:56:36 -0000 1.48
@@ -1,6 +1,13 @@
# ChangeLog for net-libs/libkvkontakte
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/ChangeLog,v 1.47
2014/12/12 15:48:14 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/ChangeLog,v 1.48
2014/12/20 21:56:36 dilfridge Exp $
+
+*libkvkontakte-4.6.0 (20 Dec 2014)
+
+ 20 Dec 2014; Andreas K. Huettel <[email protected]>
+ -libkvkontakte-4.0.0.ebuild, -libkvkontakte-4.2.0.ebuild,
+ +libkvkontakte-4.6.0.ebuild:
+ Version bump; remove old
12 Dec 2014; Mikle Kolyada <[email protected]> libkvkontakte-4.4.0.ebuild:
amd64 stable wrt bug #517344
1.1 net-libs/libkvkontakte/libkvkontakte-4.6.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/libkvkontakte-4.6.0.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/libkvkontakte-4.6.0.ebuild?rev=1.1&content-type=text/plain
Index: libkvkontakte-4.6.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/net-libs/libkvkontakte/libkvkontakte-4.6.0.ebuild,v 1.1
2014/12/20 21:56:36 dilfridge Exp $
EAPI=5
KDE_LINGUAS=""
KDE_MINIMAL="4.10"
CMAKE_MIN_VERSION=2.8
inherit kde4-base
MY_PV=${PV/_/-}
MY_P="digikam-${MY_PV}"
SRC_URI="mirror://kde/stable/digikam/${MY_P}.tar.bz2"
DESCRIPTION="Library for accessing the features of social networking site
vkontakte.ru"
HOMEPAGE="http://www.digikam.org/"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
SLOT=4
DEPEND=">=dev-libs/qjson-0.7.0"
RDEPEND=${DEPEND}
S=${WORKDIR}/${MY_P}/extra/${PN}
PATCHES=( "${FILESDIR}/${PN}-2.2.0-libdir.patch" )
src_configure() {
mycmakeargs=(
-DFORCED_UNBUNDLE=ON
)
kde4-base_src_configure
}