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-contact-list | |
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-contact-list')
-rw-r--r-- | net-im/ktp-contact-list/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/ktp-contact-list/ktp-contact-list-0.5.3.ebuild | 29 |
2 files changed, 4 insertions, 30 deletions
diff --git a/net-im/ktp-contact-list/ChangeLog b/net-im/ktp-contact-list/ChangeLog index 35ea2634368f..b16c08d93005 100644 --- a/net-im/ktp-contact-list/ChangeLog +++ b/net-im/ktp-contact-list/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/ktp-contact-list # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ChangeLog,v 1.13 2013/04/20 20:04:03 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ChangeLog,v 1.14 2013/04/20 21:03:33 johu Exp $ + + 20 Apr 2013; Johannes Huber <johu@gentoo.org> -ktp-contact-list-0.5.3.ebuild: + Remove KDE Telepathy 0.5.3. *ktp-contact-list-0.6.1 (20 Apr 2013) diff --git a/net-im/ktp-contact-list/ktp-contact-list-0.5.3.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.5.3.ebuild deleted file mode 100644 index 67ec1810a2f9..000000000000 --- a/net-im/ktp-contact-list/ktp-contact-list-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-contact-list/ktp-contact-list-0.5.3.ebuild,v 1.1 2013/04/12 07:35:51 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 ug uk zh_CN zh_TW" -inherit kde4-base - -DESCRIPTION="KDE Telepathy contact list" -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="GPL-2" -SLOT="4" -IUSE="debug" - -DEPEND=" - >=net-im/ktp-accounts-kcm-${PV} - >=net-im/ktp-common-internals-${PV} - >=net-libs/telepathy-qt-0.9.3 -" -RDEPEND="${DEPEND}" |