johu 14/03/21 21:24:30 Modified: ChangeLog Added: libkvkontakte-3.5.0-r1.ebuild Removed: libkvkontakte-3.2.0.ebuild Log: Revision bump to EAPI 5. Remove old. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Revision Changes Path 1.42 net-libs/libkvkontakte/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/ChangeLog?rev=1.42&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/ChangeLog?rev=1.42&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/ChangeLog?r1=1.41&r2=1.42 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ChangeLog 26 Jan 2014 11:39:46 -0000 1.41 +++ ChangeLog 21 Mar 2014 21:24:30 -0000 1.42 @@ -1,6 +1,12 @@ # 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.41 2014/01/26 11:39:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/ChangeLog,v 1.42 2014/03/21 21:24:30 johu Exp $ + +*libkvkontakte-3.5.0-r1 (21 Mar 2014) + + 21 Mar 2014; Johannes Huber <[email protected]> +libkvkontakte-3.5.0-r1.ebuild, + -libkvkontakte-3.2.0.ebuild: + Revision bump to EAPI 5. Remove old. 26 Jan 2014; Agostino Sarubbo <[email protected]> libkvkontakte-3.5.0.ebuild: Stable for x86, wrt bug #493578 1.1 net-libs/libkvkontakte/libkvkontakte-3.5.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/libkvkontakte-3.5.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkvkontakte/libkvkontakte-3.5.0-r1.ebuild?rev=1.1&content-type=text/plain Index: libkvkontakte-3.5.0-r1.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-3.5.0-r1.ebuild,v 1.1 2014/03/21 21:24:30 johu 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 }
