summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2013-04-20 21:03:34 +0000
committerJohannes Huber <johu@gentoo.org>2013-04-20 21:03:34 +0000
commitaf10d7263d2ce52df46fe1cb626bb090ca005a66 (patch)
tree47ec1c87cd4de0996105769a0321b6dc8b40e998 /net-im/ktp-accounts-kcm
parentMasked net-im/ktp-contact-applet, net-im/ktp-presence-applet for removal. (diff)
downloadgentoo-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-accounts-kcm')
-rw-r--r--net-im/ktp-accounts-kcm/ChangeLog5
-rw-r--r--net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.5.2.ebuild33
2 files changed, 4 insertions, 34 deletions
diff --git a/net-im/ktp-accounts-kcm/ChangeLog b/net-im/ktp-accounts-kcm/ChangeLog
index 49b01cba6601..bb7a780d1341 100644
--- a/net-im/ktp-accounts-kcm/ChangeLog
+++ b/net-im/ktp-accounts-kcm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/ktp-accounts-kcm
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog,v 1.12 2013/04/20 20:04:03 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog,v 1.13 2013/04/20 21:03:33 johu Exp $
+
+ 20 Apr 2013; Johannes Huber <johu@gentoo.org> -ktp-accounts-kcm-0.5.2.ebuild:
+ Remove KDE Telepathy 0.5.3.
*ktp-accounts-kcm-0.6.1 (20 Apr 2013)
diff --git a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.5.2.ebuild b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.5.2.ebuild
deleted file mode 100644
index 05ca1e79be66..000000000000
--- a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.5.2.ebuild
+++ /dev/null
@@ -1,33 +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-accounts-kcm/ktp-accounts-kcm-0.5.2.ebuild,v 1.1 2013/01/21 14:19:08 scarabeus Exp $
-
-EAPI=4
-
-KDE_MINIMAL="4.7"
-KDE_LINGUAS="ca cs da de el en_GB eo es et fi fr ga gl hu it ja km lt mai nb nds
-nl pl pt pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv tr ug uk vi
-zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy account management kcm"
-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-im/telepathy-mission-control
- net-libs/telepathy-glib
- >=net-libs/telepathy-qt-0.9.3
-"
-RDEPEND="${DEPEND}
-"