diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-04-11 15:08:44 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-04-11 15:08:44 +0000 |
commit | 59d2583212b184eeb879d15b84307d01702a0d20 (patch) | |
tree | 3ba7c18903f4722595265903e7c086cbf0b0206d /net-im | |
parent | Version bump to 0.6.0 release. (diff) | |
download | gentoo-2-59d2583212b184eeb879d15b84307d01702a0d20.tar.gz gentoo-2-59d2583212b184eeb879d15b84307d01702a0d20.tar.bz2 gentoo-2-59d2583212b184eeb879d15b84307d01702a0d20.zip |
Version bump to 0.6.0 release.
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ktp-auth-handler/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/ktp-auth-handler/ktp-auth-handler-0.6.0.ebuild | 29 |
2 files changed, 36 insertions, 1 deletions
diff --git a/net-im/ktp-auth-handler/ChangeLog b/net-im/ktp-auth-handler/ChangeLog index fc0b04b741c9..c1da3a417563 100644 --- a/net-im/ktp-auth-handler/ChangeLog +++ b/net-im/ktp-auth-handler/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-im/ktp-auth-handler # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ChangeLog,v 1.10 2013/01/21 14:21:46 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ChangeLog,v 1.11 2013/04/11 15:08:44 scarabeus Exp $ + +*ktp-auth-handler-0.6.0 (11 Apr 2013) + + 11 Apr 2013; Tomáš Chvátal <scarabeus@gentoo.org> + +ktp-auth-handler-0.6.0.ebuild: + Version bump to 0.6.0 release. *ktp-auth-handler-0.5.2 (21 Jan 2013) diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.6.0.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.6.0.ebuild new file mode 100644 index 000000000000..785cc70b02f8 --- /dev/null +++ b/net-im/ktp-auth-handler/ktp-auth-handler-0.6.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ktp-auth-handler-0.6.0.ebuild,v 1.1 2013/04/11 15:08:44 scarabeus Exp $ + +EAPI=4 + +KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt +pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk 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=" + dev-libs/qjson + >=net-im/ktp-common-internals-${PV} + >=net-libs/telepathy-qt-0.9.3 +" +RDEPEND="${DEPEND}" |