summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-01-17 22:35:36 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-01-17 22:35:36 +0000
commit5a9fc16ffbcfb091b825a4550b450b9130107dfb (patch)
treedd4292721b52377e9d6521ee1994952b34bf8871 /net-im/ktp-contact-list
parentDrop old version. (diff)
downloadgentoo-2-5a9fc16ffbcfb091b825a4550b450b9130107dfb.tar.gz
gentoo-2-5a9fc16ffbcfb091b825a4550b450b9130107dfb.tar.bz2
gentoo-2-5a9fc16ffbcfb091b825a4550b450b9130107dfb.zip
Version bump.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-im/ktp-contact-list')
-rw-r--r--net-im/ktp-contact-list/ChangeLog9
-rw-r--r--net-im/ktp-contact-list/ktp-contact-list-0.7.1.ebuild31
2 files changed, 38 insertions, 2 deletions
diff --git a/net-im/ktp-contact-list/ChangeLog b/net-im/ktp-contact-list/ChangeLog
index 2fc8e2eadf92..09fa624fdea4 100644
--- a/net-im/ktp-contact-list/ChangeLog
+++ b/net-im/ktp-contact-list/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/ktp-contact-list
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ChangeLog,v 1.20 2013/10/29 21:48:21 johu Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ChangeLog,v 1.21 2014/01/17 22:35:36 mrueg Exp $
+
+*ktp-contact-list-0.7.1 (17 Jan 2014)
+
+ 17 Jan 2014; Manuel Rüger <mrueg@gentoo.org> +ktp-contact-list-0.7.1.ebuild:
+ Version bump.
29 Oct 2013; Johannes Huber <johu@gentoo.org> -ktp-contact-list-0.6.2.ebuild:
Remove KDE Telepathy 0.6.2.
diff --git a/net-im/ktp-contact-list/ktp-contact-list-0.7.1.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.7.1.ebuild
new file mode 100644
index 000000000000..1b59fd5065eb
--- /dev/null
+++ b/net-im/ktp-contact-list/ktp-contact-list-0.7.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ktp-contact-list-0.7.1.ebuild,v 1.1 2014/01/17 22:35:36 mrueg Exp $
+
+EAPI=5
+
+KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
+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"
+
+DEPEND="
+ >=net-im/ktp-accounts-kcm-${PV}
+ >=net-im/ktp-common-internals-${PV}
+ net-libs/libkpeople
+ >=net-libs/telepathy-qt-0.9.3
+"
+RDEPEND="${DEPEND}"