aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-01-26 00:06:19 +0100
committerJohannes Huber <johu@gentoo.org>2012-01-26 00:06:19 +0100
commitd85ca1764da092996c6dc116646d698238642d3a (patch)
tree911a05796ce59f2912941b5962f29fcce573dbde /net-im/ktp-auth-handler
parent[kde-base/kdelibs] Fix comment requested by Arfrever. (diff)
downloadkde-d85ca1764da092996c6dc116646d698238642d3a.tar.gz
kde-d85ca1764da092996c6dc116646d698238642d3a.tar.bz2
kde-d85ca1764da092996c6dc116646d698238642d3a.zip
[kde-telepathy] Moved to tree.
(Portage version: 2.2.0_alpha84/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.3.0.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/net-im/ktp-auth-handler/Manifest b/net-im/ktp-auth-handler/Manifest
deleted file mode 100644
index 16f039c3af..0000000000
--- a/net-im/ktp-auth-handler/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ktp-auth-handler-0.3.0.tar.bz2 25301 SHA256 1a3a338ea9b071a22ba408ab0fe68bee994ebf9b84601239f3a79aa21492efb9 SHA512 c20e2e45e29b21a9fb2a8fe0bdd76284cf5039a8068ca6038bfc876653525e340186ef4cccd91ca066a3bac82c7f56b72be6fb6276851c6a33e701fe28625049 WHIRLPOOL 5bd838f697b426e1f33aec3a88c9e669b056d5a2b46a7873ee0bbce10371b622d9f2cb5f890e1e32d3373b82d72a783a99d20f9a3f59b9cc888322feeca8ebcd
diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.3.0.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.3.0.ebuild
deleted file mode 100644
index e9bcc5324a..0000000000
--- a/net-im/ktp-auth-handler/ktp-auth-handler-0.3.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="cs da de es et ga hu it ja lt nds nl pl pt pt_BR 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="
- >=net-im/ktp-common-internals-${PV}
- >=net-libs/telepathy-qt-0.9.0
-"
-RDEPEND="${DEPEND}"