aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-07-13 16:37:48 +0200
committerJohannes Huber <johu@gentoo.org>2012-07-13 16:37:48 +0200
commit02dec0f15bf0083ba6eb3f0940b3f292c36c92aa (patch)
tree843eea1380d8e5fa30f4f5f0da82d8bcbd2f52da /net-im/ktp-auth-handler
parent[net-libs/telepathy-logger-qt] Moved to tree. (diff)
downloadkde-02dec0f15bf0083ba6eb3f0940b3f292c36c92aa.tar.gz
kde-02dec0f15bf0083ba6eb3f0940b3f292c36c92aa.tar.bz2
kde-02dec0f15bf0083ba6eb3f0940b3f292c36c92aa.zip
[kde-telepathy] Moved to tree.
(Portage version: 2.2.0_alpha117/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-im/ktp-auth-handler')
-rw-r--r--net-im/ktp-auth-handler/Manifest1
-rw-r--r--net-im/ktp-auth-handler/ktp-auth-handler-0.4.0.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/net-im/ktp-auth-handler/Manifest b/net-im/ktp-auth-handler/Manifest
deleted file mode 100644
index 15324d4d0a..0000000000
--- a/net-im/ktp-auth-handler/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ktp-auth-handler-0.4.0.tar.bz2 28137 SHA256 8a77a6ea5f9fdbfb2228e980747855ccc44b1126674924fc3d6f8e6b8794b2e0 SHA512 04ba4eb9b0b3f68e675915286449341bcaeaa6e816c96757fb3c2637eab839338151cf77e138e0d7ea67fcc50c6da2d06a5606eeffe89ea49839c2ffb8974ccf WHIRLPOOL 51cb5cd47c662e8d824030e0344f1d1e19cfbf90d4f8f6b938c07837b3c5c4e18fbfa964d22a63519471f5a9a088bde5288f5485f3aaf565ca1436043ee29c0f
diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.4.0.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.4.0.ebuild
deleted file mode 100644
index 7c08ac991a..0000000000
--- a/net-im/ktp-auth-handler/ktp-auth-handler-0.4.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="ca cs da de el es et fi ga gl hu it ja lt nb nds nl pl pt pt_BR sk
-sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
-KDE_SCM="git"
-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
- >=net-im/ktp-common-internals-${PV}
- >=net-libs/telepathy-qt-0.9.1
-"
-RDEPEND="${DEPEND}"