diff options
author | Johannes Huber <johu@gentoo.org> | 2012-07-26 09:43:59 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-07-26 09:43:59 +0000 |
commit | c9e141b63b0be8b046a121a0120349707e6134ff (patch) | |
tree | c2966ea5cd8b0630d55fad57c00a2695c7564707 /net-im/ktp-contact-list | |
parent | l10n.eclass: Remove ambiguous wording (diff) | |
download | gentoo-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-list')
-rw-r--r-- | net-im/ktp-contact-list/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/ktp-contact-list/ktp-contact-list-0.3.1.ebuild | 30 |
2 files changed, 4 insertions, 31 deletions
diff --git a/net-im/ktp-contact-list/ChangeLog b/net-im/ktp-contact-list/ChangeLog index b7ebfaefad7e..a66c8a889c4e 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ChangeLog,v 1.4 2012/07/13 15:03:48 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ChangeLog,v 1.5 2012/07/26 09:43:57 johu Exp $ + + 26 Jul 2012; Johannes Huber <johu@gentoo.org> -ktp-contact-list-0.3.1.ebuild: + Remove KDE Telepathy 0.3.1. 13 Jul 2012; Johannes Huber <johu@gentoo.org> -ktp-contact-list-0.3.0.ebuild: Remove KDE Telepathy 0.3.0. diff --git a/net-im/ktp-contact-list/ktp-contact-list-0.3.1.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.3.1.ebuild deleted file mode 100644 index fbd20e4d0c0b..000000000000 --- a/net-im/ktp-contact-list/ktp-contact-list-0.3.1.ebuild +++ /dev/null @@ -1,30 +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-list/ktp-contact-list-0.3.1.ebuild,v 1.1 2012/04/05 11:02:22 johu Exp $ - -EAPI=4 - -KDE_LINGUAS="cs da de es et fr ga gl hu it ja km lt nb nds nl pl pt pt_BR sk sr -sr@ijekavian sr@ijekavianlatin sr@latin sv ug uk zh_CN zh_TW" -KDE_SCM="git" -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.0 -" -RDEPEND="${DEPEND}" |