public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: net-im/ktp-contact-runner/, net-im/ktp-accounts-kcm/, ...
@ 2014-10-26 16:40 Michael Palimaka
  0 siblings, 0 replies; only message in thread
From: Michael Palimaka @ 2014-10-26 16:40 UTC (permalink / raw
  To: gentoo-commits

commit:     2db7e514fe5ef9364cee43337657de9c972a3ca9
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 26 16:40:07 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Oct 26 16:40:07 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2db7e514

[net-im/ktp-*] Remove 0.9.0

---
 .../kde-telepathy-meta-0.9.0.ebuild                | 43 -------------------
 .../ktp-accounts-kcm/ktp-accounts-kcm-0.9.0.ebuild | 40 ------------------
 net-im/ktp-approver/ktp-approver-0.9.0.ebuild      | 30 --------------
 .../ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild | 33 ---------------
 net-im/ktp-call-ui/ktp-call-ui-0.9.0.ebuild        | 39 ------------------
 .../ktp-common-internals-0.9.0.ebuild              | 48 ----------------------
 .../ktp-contact-list/ktp-contact-list-0.9.0.ebuild | 39 ------------------
 .../ktp-contact-runner-0.9.0.ebuild                | 29 -------------
 .../ktp-desktop-applets-0.9.0.ebuild               | 31 --------------
 .../ktp-filetransfer-handler-0.9.0.ebuild          | 29 -------------
 .../ktp-kded-module/ktp-kded-module-0.9.0.ebuild   | 32 ---------------
 net-im/ktp-send-file/ktp-send-file-0.9.0.ebuild    | 32 ---------------
 net-im/ktp-text-ui/ktp-text-ui-0.9.0.ebuild        | 43 -------------------
 13 files changed, 468 deletions(-)

diff --git a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.9.0.ebuild b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.9.0.ebuild
deleted file mode 100644
index 3a91402..0000000
--- a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.9.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-DESCRIPTION="KDE Telepathy client - merge this to pull in all net-im/ktp-*
-kde packages"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-
-if [[ ${PV} != *9999* ]]; then
-	KEYWORDS="~amd64 ~x86"
-else
-	KEYWORDS=""
-fi
-
-LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 )"
-SLOT="4"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-	>=net-im/ktp-accounts-kcm-${PV}
-	>=net-im/ktp-approver-${PV}
-	>=net-im/ktp-auth-handler-${PV}
-	>=net-im/ktp-call-ui-${PV}
-	>=net-im/ktp-common-internals-${PV}
-	>=net-im/ktp-contact-list-${PV}
-	>=net-im/ktp-contact-runner-${PV}
-	>=net-im/ktp-desktop-applets-${PV}
-	>=net-im/ktp-filetransfer-handler-${PV}
-	>=net-im/ktp-kded-module-${PV}
-	>=net-im/ktp-send-file-${PV}
-	>=net-im/ktp-text-ui-${PV}
-	net-im/telepathy-connection-managers
-"
-
-pkg_postinst() {
-	echo
-	elog "You can configure the accounts in the KDE System Settings"
-	elog "and then add the Instant Messaging plasma applet to access the contact list."
-	echo
-}

diff --git a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.9.0.ebuild b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.9.0.ebuild
deleted file mode 100644
index 3ab9ed6..0000000
--- a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.9.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia it
-ja kk km ko lt mai mr nb nds nl pa pl pt pt_BR ro ru sk sl sr sr@ijekavian
-sr@ijekavianlatin sr@latin sv tr ug uk vi wa zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy account management kcm"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
-	KEYWORDS="~amd64 ~x86"
-else
-	KEYWORDS=""
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-IUSE="debug modemmanager"
-
-DEPEND="
-	>=net-im/ktp-common-internals-${PV}
-	net-im/telepathy-mission-control
-	net-libs/telepathy-glib
-	>=net-libs/telepathy-qt-0.9.5[qt4]
-	modemmanager? ( net-libs/libmm-qt )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_build modemmanager pintxo)
-	)
-
-	kde4-base_src_configure
-}

diff --git a/net-im/ktp-approver/ktp-approver-0.9.0.ebuild b/net-im/ktp-approver/ktp-approver-0.9.0.ebuild
deleted file mode 100644
index 8eb3295..0000000
--- a/net-im/ktp-approver/ktp-approver-0.9.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv tr uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy notification handler"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
-	KEYWORDS="~amd64 ~x86"
-else
-	KEYWORDS=""
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
-	>=net-libs/telepathy-qt-0.9.5[qt4]
-"
-RDEPEND="${DEPEND}
-	>=net-im/ktp-contact-list-${PV}
-"

diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild
deleted file mode 100644
index 974477e..0000000
--- a/net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv uk vi zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy authentication handler"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
-	KEYWORDS="~amd64 ~x86"
-else
-	KEYWORDS=""
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
-	app-crypt/qca:2
-	>=dev-libs/qjson-0.8
-	>=net-im/ktp-common-internals-${PV}
-	>=net-libs/telepathy-qt-0.9.5[qt4]
-"
-RDEPEND="${DEPEND}
-	app-crypt/qca-ossl:2
-"

diff --git a/net-im/ktp-call-ui/ktp-call-ui-0.9.0.ebuild b/net-im/ktp-call-ui/ktp-call-ui-0.9.0.ebuild
deleted file mode 100644
index f8fd0d3..0000000
--- a/net-im/ktp-call-ui/ktp-call-ui-0.9.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia
-it ja kk km ko lt mai mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian
-sr@ijekavianlatin sr@latin sv th tr ug uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy audio/video conferencing ui"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
-	KEYWORDS="~amd64 ~x86"
-else
-	KEYWORDS=""
-fi
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="4"
-IUSE="debug v4l"
-
-DEPEND="
-	>=media-libs/qt-gstreamer-1.2.0
-	>=net-im/ktp-common-internals-${PV}
-	net-libs/farstream:0.2
-	>=net-libs/telepathy-farstream-0.6.0
-	>=net-libs/telepathy-qt-0.9.5[farstream,qt4]
-"
-RDEPEND="${DEPEND}
-	|| (
-		>=net-im/ktp-contact-list-${PV}
-		>=net-im/ktp-desktop-applets-${PV}
-		>=net-im/ktp-text-ui-${PV}
-	)
-	v4l? ( media-plugins/gst-plugins-v4l2:0.10 )
-"

diff --git a/net-im/ktp-common-internals/ktp-common-internals-0.9.0.ebuild b/net-im/ktp-common-internals/ktp-common-internals-0.9.0.ebuild
deleted file mode 100644
index b8bcf84..0000000
--- a/net-im/ktp-common-internals/ktp-common-internals-0.9.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk ko
-lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy common library"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
-	KEYWORDS="~amd64 ~x86"
-else
-	KEYWORDS=""
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-IUSE="debug otr semantic-desktop"
-
-DEPEND="
-	>=net-libs/telepathy-qt-0.9.5[qt4]
-	>=net-libs/telepathy-logger-qt-0.5.80
-	otr? (
-		dev-libs/libgcrypt:=
-		>=net-libs/libotr-4.0.0
-	)
-	semantic-desktop? (
-		$(add_kdebase_dep kdepimlibs)
-		>=net-libs/libkpeople-0.3.0:=
-	)
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package otr Libgcrypt)
-		$(cmake-utils_use_find_package otr LibOTR)
-		$(cmake-utils_use_find_package semantic-desktop KPeople)
-		$(cmake-utils_use_find_package semantic-desktop KdepimLibs)
-	)
-
-	kde4-base_src_configure
-}

diff --git a/net-im/ktp-contact-list/ktp-contact-list-0.9.0.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.9.0.ebuild
deleted file mode 100644
index d8affe5..0000000
--- a/net-im/ktp-contact-list/ktp-contact-list-0.9.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv tr ug uk vi zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy contact list"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
-	KEYWORDS="~amd64 ~x86"
-else
-	KEYWORDS=""
-fi
-
-LICENSE="GPL-2"
-SLOT="4"
-IUSE="debug semantic-desktop"
-
-DEPEND="
-	>=net-im/ktp-accounts-kcm-${PV}
-	>=net-im/ktp-common-internals-${PV}[semantic-desktop?]
-	>=net-libs/telepathy-qt-0.9.5[qt4]
-	semantic-desktop? ( >=net-libs/libkpeople-0.3.0:= )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package semantic-desktop KPeople)
-	)
-
-	kde4-base_src_configure
-}

diff --git a/net-im/ktp-contact-runner/ktp-contact-runner-0.9.0.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-0.9.0.ebuild
deleted file mode 100644
index b1b375e..0000000
--- a/net-im/ktp-contact-runner/ktp-contact-runner-0.9.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it kk km ko
-lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv tr uk vi zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy krunner plugin"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
-	KEYWORDS="~amd64 ~x86"
-else
-	KEYWORDS=""
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
-	>=net-im/ktp-common-internals-${PV}
-	>=net-libs/telepathy-qt-0.9.5[qt4]
-"
-RDEPEND="${DEPEND}"

diff --git a/net-im/ktp-desktop-applets/ktp-desktop-applets-0.9.0.ebuild b/net-im/ktp-desktop-applets/ktp-desktop-applets-0.9.0.ebuild
deleted file mode 100644
index aa9b2ba..0000000
--- a/net-im/ktp-desktop-applets/ktp-desktop-applets-0.9.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv tr uk vi wa zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy contact, presence and chat Plasma applets"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
-	KEYWORDS="~amd64 ~x86"
-else
-	KEYWORDS=""
-fi
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
-	>=net-im/ktp-common-internals-${PV}
-	>=net-libs/telepathy-qt-0.9.5[qt4]
-"
-RDEPEND="${DEPEND}
-	>=net-im/ktp-contact-list-${PV}
-"

diff --git a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.9.0.ebuild b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.9.0.ebuild
deleted file mode 100644
index 5612dde..0000000
--- a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.9.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk ko
-lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy file transfer handler"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
-	KEYWORDS="~amd64 ~x86"
-else
-	KEYWORDS=""
-fi
-
-LICENSE="GPL-2"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
-	>=net-im/ktp-common-internals-${PV}
-	>=net-libs/telepathy-qt-0.9.5[qt4]
-"
-RDEPEND="${DEPEND}"

diff --git a/net-im/ktp-kded-module/ktp-kded-module-0.9.0.ebuild b/net-im/ktp-kded-module/ktp-kded-module-0.9.0.ebuild
deleted file mode 100644
index cddf4a5..0000000
--- a/net-im/ktp-kded-module/ktp-kded-module-0.9.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv uk zh_CN zh_TW"
-MY_P=${PN/kded/kded-integration}-${PV}
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy workspace integration"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${MY_P}.tar.bz2"
-	KEYWORDS="~amd64 ~x86"
-else
-	KEYWORDS=""
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
-	>=net-im/ktp-common-internals-${PV}
-	>=net-libs/telepathy-qt-0.9.5[qt4]
-"
-RDEPEND="${DEPEND}"
-
-[[ ${PV} == *9999* ]] || S=${WORKDIR}/${MY_P}

diff --git a/net-im/ktp-send-file/ktp-send-file-0.9.0.ebuild b/net-im/ktp-send-file/ktp-send-file-0.9.0.ebuild
deleted file mode 100644
index f75339c..0000000
--- a/net-im/ktp-send-file/ktp-send-file-0.9.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv tr uk vi zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy file manager plugin to send files to contacts"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
-	KEYWORDS="~amd64 ~x86"
-else
-	KEYWORDS=""
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
-	>=net-im/ktp-common-internals-${PV}
-	>=net-libs/telepathy-qt-0.9.5[qt4]
-"
-RDEPEND="${DEPEND}
-	>=net-im/ktp-contact-list-${PV}
-	>=net-im/ktp-filetransfer-handler-${PV}
-"

diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.9.0.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.9.0.ebuild
deleted file mode 100644
index cbe3442..0000000
--- a/net-im/ktp-text-ui/ktp-text-ui-0.9.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv tr ug uk vi wa zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy text chat window"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
-	KEYWORDS="~amd64 ~x86"
-else
-	KEYWORDS=""
-fi
-
-LICENSE="GPL-2"
-SLOT="4"
-IUSE="debug semantic-desktop"
-
-DEPEND="
-	>=net-libs/telepathy-qt-0.9.5[qt4]
-	>=net-libs/telepathy-logger-qt-0.8
-	semantic-desktop? (
-		$(add_kdebase_dep kdepimlibs)
-		>=net-libs/libkpeople-0.3.0:=
-	)
-"
-RDEPEND="${DEPEND}
-	>=net-im/ktp-contact-list-${PV}
-"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package semantic-desktop KPeople)
-	)
-
-	kde4-base_src_configure
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-26 16:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-26 16:40 [gentoo-commits] proj/kde:master commit in: net-im/ktp-contact-runner/, net-im/ktp-accounts-kcm/, Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox