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-call-ui | |
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-call-ui')
-rw-r--r-- | net-im/ktp-call-ui/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/ktp-call-ui/ktp-call-ui-0.5.3.ebuild | 37 |
2 files changed, 4 insertions, 38 deletions
diff --git a/net-im/ktp-call-ui/ChangeLog b/net-im/ktp-call-ui/ChangeLog index b03c81ef6554..87b960e30ded 100644 --- a/net-im/ktp-call-ui/ChangeLog +++ b/net-im/ktp-call-ui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/ktp-call-ui # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ChangeLog,v 1.11 2013/04/20 20:04:02 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ChangeLog,v 1.12 2013/04/20 21:03:33 johu Exp $ + + 20 Apr 2013; Johannes Huber <johu@gentoo.org> -ktp-call-ui-0.5.3.ebuild: + Remove KDE Telepathy 0.5.3. *ktp-call-ui-0.6.1 (20 Apr 2013) diff --git a/net-im/ktp-call-ui/ktp-call-ui-0.5.3.ebuild b/net-im/ktp-call-ui/ktp-call-ui-0.5.3.ebuild deleted file mode 100644 index e4c3eab6b3c7..000000000000 --- a/net-im/ktp-call-ui/ktp-call-ui-0.5.3.ebuild +++ /dev/null @@ -1,37 +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-call-ui/ktp-call-ui-0.5.3.ebuild,v 1.1 2013/04/12 07:39:06 scarabeus Exp $ - -EAPI=4 - -KDE_LINGUAS="bg ca cs da de en_GB eo es et fi fr ga gl hu it ja km lt mai nds nl -pl pt pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv th tr ug uk -zh_TW" -inherit kde4-base - -DESCRIPTION="KDE Telepathy audio/video conferencing ui" -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=" - >=media-libs/qt-gstreamer-0.10.2 - >=net-im/ktp-common-internals-${PV} - <net-libs/telepathy-farstream-0.6 - >=net-libs/telepathy-qt-0.9.3[farstream] -" -RDEPEND="${DEPEND} - || ( - >=net-im/ktp-contact-applet-${PV} - >=net-im/ktp-contact-list-${PV} - >=net-im/ktp-text-ui-${PV} - ) -" |