diff options
author | Johannes Huber <johu@gentoo.org> | 2013-04-20 21:03:34 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-04-20 21:03:34 +0000 |
commit | af10d7263d2ce52df46fe1cb626bb090ca005a66 (patch) | |
tree | 47ec1c87cd4de0996105769a0321b6dc8b40e998 /net-im/ktp-auth-handler | |
parent | Masked net-im/ktp-contact-applet, net-im/ktp-presence-applet for removal. (diff) | |
download | gentoo-2-af10d7263d2ce52df46fe1cb626bb090ca005a66.tar.gz gentoo-2-af10d7263d2ce52df46fe1cb626bb090ca005a66.tar.bz2 gentoo-2-af10d7263d2ce52df46fe1cb626bb090ca005a66.zip |
Remove KDE Telepathy 0.5.3.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'net-im/ktp-auth-handler')
-rw-r--r-- | net-im/ktp-auth-handler/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/ktp-auth-handler/ktp-auth-handler-0.5.3.ebuild | 29 |
2 files changed, 4 insertions, 30 deletions
diff --git a/net-im/ktp-auth-handler/ChangeLog b/net-im/ktp-auth-handler/ChangeLog index 5fe2ecb2b8c4..ac2e683db37b 100644 --- a/net-im/ktp-auth-handler/ChangeLog +++ b/net-im/ktp-auth-handler/ChangeLog @@ -1,6 +1,9 @@ # 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.13 2013/04/20 20:04:02 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ChangeLog,v 1.14 2013/04/20 21:03:33 johu Exp $ + + 20 Apr 2013; Johannes Huber <johu@gentoo.org> -ktp-auth-handler-0.5.3.ebuild: + Remove KDE Telepathy 0.5.3. *ktp-auth-handler-0.6.1 (20 Apr 2013) diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.5.3.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.5.3.ebuild deleted file mode 100644 index d436aa21845a..000000000000 --- a/net-im/ktp-auth-handler/ktp-auth-handler-0.5.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.5.3.ebuild,v 1.1 2013/04/12 07:34:15 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/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.3 -" -RDEPEND="${DEPEND}" |