diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-06-04 21:49:44 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-06-04 21:49:44 +0000 |
commit | 482e5a99284e2e3f06ac2f3f7abd0a7f848b0034 (patch) | |
tree | 27485544b326b393bc3089d4d8aaa15a118f6a84 /net-libs | |
parent | Version bump (diff) | |
download | gentoo-2-482e5a99284e2e3f06ac2f3f7abd0a7f848b0034.tar.gz gentoo-2-482e5a99284e2e3f06ac2f3f7abd0a7f848b0034.tar.bz2 gentoo-2-482e5a99284e2e3f06ac2f3f7abd0a7f848b0034.zip |
Version bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libkvkontakte/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/libkvkontakte/libkvkontakte-4.0.0.ebuild | 36 |
2 files changed, 43 insertions, 1 deletions
diff --git a/net-libs/libkvkontakte/ChangeLog b/net-libs/libkvkontakte/ChangeLog index 4a014b443208..fb8ce0b27194 100644 --- a/net-libs/libkvkontakte/ChangeLog +++ b/net-libs/libkvkontakte/ChangeLog @@ -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.43 2014/04/25 20:57:37 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/ChangeLog,v 1.44 2014/06/04 21:49:44 dilfridge Exp $ + +*libkvkontakte-4.0.0 (04 Jun 2014) + + 04 Jun 2014; Andreas K. Huettel <dilfridge@gentoo.org> + +libkvkontakte-4.0.0.ebuild: + Version bump 25 Apr 2014; Johannes Huber <johu@gentoo.org> -libkvkontakte-3.5.0.ebuild, libkvkontakte-3.5.0-r1.ebuild: diff --git a/net-libs/libkvkontakte/libkvkontakte-4.0.0.ebuild b/net-libs/libkvkontakte/libkvkontakte-4.0.0.ebuild new file mode 100644 index 000000000000..c2fe6d68a846 --- /dev/null +++ b/net-libs/libkvkontakte/libkvkontakte-4.0.0.ebuild @@ -0,0 +1,36 @@ +# 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.0.0.ebuild,v 1.1 2014/06/04 21:49:44 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 +} |