From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9D625138010 for ; Wed, 19 Sep 2012 19:21:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9972321C00E; Wed, 19 Sep 2012 19:21:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 50C1221C00E for ; Wed, 19 Sep 2012 19:21:49 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8F6A33CE82 for ; Wed, 19 Sep 2012 19:21:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 87F55E5444 for ; Wed, 19 Sep 2012 19:21:46 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1348082680.9f333a7e19fbe9da829cf4ba323fe7e20b72fc39.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libkvkontakte/, net-libs/libkvkontakte/files/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libkvkontakte/files/libkvkontakte-2.2.0-libdir.patch net-libs/libkvkontakte/libkvkontakte-3.0.0_beta1.ebuild net-libs/libkvkontakte/metadata.xml X-VCS-Directories: net-libs/libkvkontakte/ net-libs/libkvkontakte/files/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 9f333a7e19fbe9da829cf4ba323fe7e20b72fc39 X-VCS-Branch: master Date: Wed, 19 Sep 2012 19:21:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e1529de5-c3b4-47a8-b2ee-1712fa317845 X-Archives-Hash: ef848fdd5c6a4c46c43191b7c460bef2 commit: 9f333a7e19fbe9da829cf4ba323fe7e20b72fc39 Author: Andreas K. Huettel (dilfridge) akhuettel de> AuthorDate: Wed Sep 19 19:24:40 2012 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Wed Sep 19 19:24:40 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9f333a7e [net-libs/libkvkontakte] Version bump (Portage version: 2.2.0_alpha124/git/Linux x86_64, unsigned Manifest commit) --- .../files/libkvkontakte-2.2.0-libdir.patch | 24 ++++++++++++ .../libkvkontakte/libkvkontakte-3.0.0_beta1.ebuild | 38 ++++++++++++++++++++ net-libs/libkvkontakte/metadata.xml | 5 +++ 3 files changed, 67 insertions(+), 0 deletions(-) diff --git a/net-libs/libkvkontakte/files/libkvkontakte-2.2.0-libdir.patch b/net-libs/libkvkontakte/files/libkvkontakte-2.2.0-libdir.patch new file mode 100644 index 0000000..9cde6a0 --- /dev/null +++ b/net-libs/libkvkontakte/files/libkvkontakte-2.2.0-libdir.patch @@ -0,0 +1,24 @@ +diff -ruN digikam-2.2.0.orig/extra/libkvkontakte/CMakeLists.txt digikam-2.2.0/extra/libkvkontakte/CMakeLists.txt +--- digikam-2.2.0.orig/extra/libkvkontakte/CMakeLists.txt 2011-10-03 12:34:05.000000000 +0200 ++++ digikam-2.2.0/extra/libkvkontakte/CMakeLists.txt 2011-10-03 20:01:54.082572683 +0200 +@@ -11,11 +11,6 @@ + # TODO: calculate the version id properly (here is currently a hack that won't work for 1.10.0): + set(LIBKVKONTAKTE_VERSION_ID "0x0${LIBKVKONTAKTE_VERSION_MAJOR}0${LIBKVKONTAKTE_VERSION_MINOR}0${LIBKVKONTAKTE_VERSION_PATCH}") + +-if(NOT LIB_INSTALL_DIR) +- set(LIB_INSTALL_DIR lib${LIB_SUFFIX}) +-endif(NOT LIB_INSTALL_DIR) +-set(CMAKECONFIG_INSTALL_DIR ${LIB_INSTALL_DIR}/cmake/LibKVkontakte ) +- + # Use a versioned install directory for the headers so multiple versions can be installed in parallel + set(INCLUDE_INSTALL_DIR include ) + +@@ -26,6 +21,8 @@ + include(KDE4Defaults) + include(MacroLibrary) + ++set(CMAKECONFIG_INSTALL_DIR ${LIB_INSTALL_DIR}/cmake/LibKVkontakte ) ++ + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}") + + set(QJSON_VERSION_REQUIRED 0.7) diff --git a/net-libs/libkvkontakte/libkvkontakte-3.0.0_beta1.ebuild b/net-libs/libkvkontakte/libkvkontakte-3.0.0_beta1.ebuild new file mode 100644 index 0000000..734f696 --- /dev/null +++ b/net-libs/libkvkontakte/libkvkontakte-3.0.0_beta1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libkvkontakte/libkvkontakte-2.9.0.ebuild,v 1.1 2012/09/03 19:12:25 creffett Exp $ + +EAPI=4 + +KDE_LINGUAS="" +KDE_MINIMAL="4.9" + +CMAKE_MIN_VERSION=2.8 + +inherit kde4-base + +MY_PV=${PV/_/-}a +MY_P="digikam-${MY_PV}" +SRC_URI="mirror://kde/unstable/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="" +IUSE="" +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 +} diff --git a/net-libs/libkvkontakte/metadata.xml b/net-libs/libkvkontakte/metadata.xml new file mode 100644 index 0000000..8d1e86a --- /dev/null +++ b/net-libs/libkvkontakte/metadata.xml @@ -0,0 +1,5 @@ + + + +kde +