diff options
author | Johannes Huber <johu@gentoo.org> | 2013-09-26 01:05:51 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-09-26 01:05:51 +0200 |
commit | 1e71ba1db737e76d34629eb9bab3ae1296c34b44 (patch) | |
tree | e5d8dabe51ef4a081b9fe777bde396716d5c2421 /net-im | |
parent | [net-im/ktp-accounts-kcm] Version bump. (diff) | |
download | kde-1e71ba1db737e76d34629eb9bab3ae1296c34b44.tar.gz kde-1e71ba1db737e76d34629eb9bab3ae1296c34b44.tar.bz2 kde-1e71ba1db737e76d34629eb9bab3ae1296c34b44.zip |
[net-im/ktp-auth-handler] Version bump.
Package-Manager: portage-2.2.7
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ktp-auth-handler/Manifest | 1 | ||||
-rw-r--r-- | net-im/ktp-auth-handler/ktp-auth-handler-0.6.80.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/net-im/ktp-auth-handler/Manifest b/net-im/ktp-auth-handler/Manifest new file mode 100644 index 0000000000..2a1c5e8099 --- /dev/null +++ b/net-im/ktp-auth-handler/Manifest @@ -0,0 +1 @@ +DIST ktp-auth-handler-0.6.80.tar.bz2 46261 SHA256 54d6938929793f56c6098f8762f355c72a453d65dcce66d84a90009fe16f6c35 SHA512 5e348bc40ee92a9134673ff55b76bcb90aba20152d7b60c5cea06d04407948cbeb9c961f4019806ec449098353b2a7942de3c0e4fce7270cb73a12e1db36fec4 WHIRLPOOL 1da7160420995ae66d09c86e2d946aef9281eb0236eb51c0fc043cf87b9b24ed5c39fd09dc045dbee56d993a61a60c30ddcdabf7afda589475a476fe9d00c226 diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.6.80.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.6.80.ebuild new file mode 100644 index 0000000000..36b1e598be --- /dev/null +++ b/net-im/ktp-auth-handler/ktp-auth-handler-0.6.80.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 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 +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/unstable/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-0.8 + >=net-im/ktp-common-internals-${PV} + >=net-libs/telepathy-qt-0.9.3 +" +RDEPEND="${DEPEND}" |