summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-07-26 09:43:59 +0000
committerJohannes Huber <johu@gentoo.org>2012-07-26 09:43:59 +0000
commitc9e141b63b0be8b046a121a0120349707e6134ff (patch)
treec2966ea5cd8b0630d55fad57c00a2695c7564707 /net-im/ktp-contact-applet
parentl10n.eclass: Remove ambiguous wording (diff)
downloadgentoo-2-c9e141b63b0be8b046a121a0120349707e6134ff.tar.gz
gentoo-2-c9e141b63b0be8b046a121a0120349707e6134ff.tar.bz2
gentoo-2-c9e141b63b0be8b046a121a0120349707e6134ff.zip
Remove KDE Telepathy 0.3.1.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'net-im/ktp-contact-applet')
-rw-r--r--net-im/ktp-contact-applet/ChangeLog6
-rw-r--r--net-im/ktp-contact-applet/ktp-contact-applet-0.3.1.ebuild31
2 files changed, 5 insertions, 32 deletions
diff --git a/net-im/ktp-contact-applet/ChangeLog b/net-im/ktp-contact-applet/ChangeLog
index e2797c110a8a..1abc369bbd21 100644
--- a/net-im/ktp-contact-applet/ChangeLog
+++ b/net-im/ktp-contact-applet/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/ktp-contact-applet
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-applet/ChangeLog,v 1.5 2012/07/13 15:03:48 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-applet/ChangeLog,v 1.6 2012/07/26 09:43:58 johu Exp $
+
+ 26 Jul 2012; Johannes Huber <johu@gentoo.org>
+ -ktp-contact-applet-0.3.1.ebuild:
+ Remove KDE Telepathy 0.3.1.
13 Jul 2012; Johannes Huber <johu@gentoo.org>
-ktp-contact-applet-0.3.0-r1.ebuild,
diff --git a/net-im/ktp-contact-applet/ktp-contact-applet-0.3.1.ebuild b/net-im/ktp-contact-applet/ktp-contact-applet-0.3.1.ebuild
deleted file mode 100644
index 791f97939921..000000000000
--- a/net-im/ktp-contact-applet/ktp-contact-applet-0.3.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-applet/ktp-contact-applet-0.3.1.ebuild,v 1.1 2012/04/05 11:02:22 johu Exp $
-
-EAPI=4
-
-KDE_SCM="git"
-KDE_LINGUAS="cs da de el es et ga gl hu it ja lt nb nds nl pl pt pt_BR sk sr
-sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy contact applet"
-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-common-internals-${PV}
- >=net-libs/telepathy-qt-0.9.0
-"
-RDEPEND="${DEPEND}
- >=net-im/ktp-contact-list-${PV}
-"