public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Chris Reffett" <geekboy72@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libkvkontakte/, net-libs/libkvkontakte/files/
Date: Fri, 10 Aug 2012 18:27:51 +0000 (UTC)	[thread overview]
Message-ID: <1344623213.a510cc4b045c402524816238e66ba71ea34988b6.creffett@gentoo> (raw)

commit:     a510cc4b045c402524816238e66ba71ea34988b6
Author:     Chris Reffett <geekboy72 <AT> gmail <DOT> com>
AuthorDate: Fri Aug 10 18:26:26 2012 +0000
Commit:     Chris Reffett <geekboy72 <AT> gmail <DOT> com>
CommitDate: Fri Aug 10 18:26:53 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a510cc4b

[net-libs/libkvkontakte] Add version 2.8.0 for testing

(Portage version: 2.2.0_alpha120/git/Linux x86_64, unsigned Manifest commit)

---
 .../files/libkvkontakte-2.2.0-libdir.patch         |   24 ++++++++++++
 net-libs/libkvkontakte/libkvkontakte-2.8.0.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-2.8.0.ebuild b/net-libs/libkvkontakte/libkvkontakte-2.8.0.ebuild
new file mode 100644
index 0000000..cec5c94
--- /dev/null
+++ b/net-libs/libkvkontakte/libkvkontakte-2.8.0.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.7.0.ebuild,v 1.1 2012/07/09 20:35:40 dilfridge Exp $
+
+EAPI=4
+
+KDE_LINGUAS=""
+KDE_MINIMAL="4.8"
+
+CMAKE_MIN_VERSION=2.8
+
+inherit kde4-base
+
+MY_PV=${PV/_/-}
+MY_P="digikam-${MY_PV}"
+SRC_URI="mirror://sourceforge/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=""
+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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+</pkgmetadata>


             reply	other threads:[~2012-08-10 18:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-10 18:27 Chris Reffett [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-08-11 15:25 [gentoo-commits] proj/kde:master commit in: net-libs/libkvkontakte/, net-libs/libkvkontakte/files/ Andreas Hüttel
2012-09-19 19:21 Andreas Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1344623213.a510cc4b045c402524816238e66ba71ea34988b6.creffett@gentoo \
    --to=geekboy72@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox