diff options
author | Johannes Huber <johu@gentoo.org> | 2012-07-13 15:03:49 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-07-13 15:03:49 +0000 |
commit | c28e8b4475fed2361d7159ed65e2d0567c10ab78 (patch) | |
tree | 4ce8036a505d192006d11cea185afe7aa743b5a7 /net-im/ktp-text-ui | |
parent | added GPL-2 to LICENSE per bug 426106 , for now (diff) | |
download | historical-c28e8b4475fed2361d7159ed65e2d0567c10ab78.tar.gz historical-c28e8b4475fed2361d7159ed65e2d0567c10ab78.tar.bz2 historical-c28e8b4475fed2361d7159ed65e2d0567c10ab78.zip |
Remove KDE Telepathy 0.3.0.
Package-Manager: portage-2.2.0_alpha117/cvs/Linux x86_64
Diffstat (limited to 'net-im/ktp-text-ui')
-rw-r--r-- | net-im/ktp-text-ui/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/ktp-text-ui/ktp-text-ui-0.3.0.ebuild | 30 |
2 files changed, 4 insertions, 31 deletions
diff --git a/net-im/ktp-text-ui/ChangeLog b/net-im/ktp-text-ui/ChangeLog index f99135291762..5471b880ff4c 100644 --- a/net-im/ktp-text-ui/ChangeLog +++ b/net-im/ktp-text-ui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/ktp-text-ui # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-text-ui/ChangeLog,v 1.3 2012/07/13 14:30:32 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-text-ui/ChangeLog,v 1.4 2012/07/13 15:03:47 johu Exp $ + + 13 Jul 2012; Johannes Huber <johu@gentoo.org> -ktp-text-ui-0.3.0.ebuild: + Remove KDE Telepathy 0.3.0. *ktp-text-ui-0.4.0 (13 Jul 2012) diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.3.0.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.3.0.ebuild deleted file mode 100644 index 5ac9e65ddd4b..000000000000 --- a/net-im/ktp-text-ui/ktp-text-ui-0.3.0.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-text-ui/ktp-text-ui-0.3.0.ebuild,v 1.1 2012/01/25 22:53:25 johu Exp $ - -EAPI=4 - -KDE_LINGUAS="ca cs da de es et fr ga hu it ja km lt nds nl pl pt pt_BR sv ug uk -zh_CN zh_TW" -KDE_SCM="git" -inherit kde4-base - -DESCRIPTION="KDE Telepathy text chat window" -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-libs/telepathy-qt-0.9.0 -" -RDEPEND="${DEPEND} - >=net-im/ktp-contact-list-${PV} -" |