diff options
author | Johannes Huber <johu@gentoo.org> | 2012-07-13 14:30:33 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-07-13 14:30:33 +0000 |
commit | 4c2c85946a3720ff89806d74e59e18c1096cab58 (patch) | |
tree | 26cfe60463d891e4d5289e419c2c02c642083962 /net-im/ktp-call-ui | |
parent | Call distutils_pkg_postinst. (diff) | |
download | gentoo-2-4c2c85946a3720ff89806d74e59e18c1096cab58.tar.gz gentoo-2-4c2c85946a3720ff89806d74e59e18c1096cab58.tar.bz2 gentoo-2-4c2c85946a3720ff89806d74e59e18c1096cab58.zip |
Version bump KDE Telepathy 0.4.0.
(Portage version: 2.2.0_alpha117/cvs/Linux x86_64)
Diffstat (limited to 'net-im/ktp-call-ui')
-rw-r--r-- | net-im/ktp-call-ui/ChangeLog | 10 | ||||
-rw-r--r-- | net-im/ktp-call-ui/ktp-call-ui-0.4.0.ebuild | 37 | ||||
-rw-r--r-- | net-im/ktp-call-ui/metadata.xml | 5 |
3 files changed, 52 insertions, 0 deletions
diff --git a/net-im/ktp-call-ui/ChangeLog b/net-im/ktp-call-ui/ChangeLog new file mode 100644 index 000000000000..f6e8e6bef21c --- /dev/null +++ b/net-im/ktp-call-ui/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-im/ktp-call-ui +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ChangeLog,v 1.1 2012/07/13 14:30:31 johu Exp $ + +*ktp-call-ui-0.4.0 (13 Jul 2012) + + 13 Jul 2012; Johannes Huber <johu@gentoo.org> +ktp-call-ui-0.4.0.ebuild, + +metadata.xml: + Version bump KDE Telepathy 0.4.0. + diff --git a/net-im/ktp-call-ui/ktp-call-ui-0.4.0.ebuild b/net-im/ktp-call-ui/ktp-call-ui-0.4.0.ebuild new file mode 100644 index 000000000000..8cae5895d987 --- /dev/null +++ b/net-im/ktp-call-ui/ktp-call-ui-0.4.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ktp-call-ui-0.4.0.ebuild,v 1.1 2012/07/13 14:30:31 johu Exp $ + +EAPI=4 + +KDE_LINGUAS="bg cs da de en_GB es et fr ga gl hu it ja km lt mai nds nl pl pt +pt_BR sk sv th tr ug uk zh_TW" +KDE_SCM="git" +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/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2" + KEYWORDS="" +else + KEYWORDS="" +fi + +LICENSE="GPL-2" +SLOT="4" +IUSE="debug" + +DEPEND=" + >=media-libs/qt-gstreamer-0.10.2 + >=net-im/ktp-common-internals-${PV} + net-libs/telepathy-farstream + >=net-libs/telepathy-qt-0.9.1[farstream] +" +RDEPEND="${DEPEND} + || ( + >=net-im/ktp-contact-applet-${PV} + >=net-im/ktp-contact-list-${PV} + >=net-im/ktp-text-ui-${PV} + ) +" diff --git a/net-im/ktp-call-ui/metadata.xml b/net-im/ktp-call-ui/metadata.xml new file mode 100644 index 000000000000..8d1e86a9cefb --- /dev/null +++ b/net-im/ktp-call-ui/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> |