summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-im/ktp-accounts-kcm/ChangeLog6
-rw-r--r--net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.8.1.ebuild40
-rw-r--r--net-im/ktp-approver/ChangeLog6
-rw-r--r--net-im/ktp-approver/ktp-approver-0.8.1.ebuild30
-rw-r--r--net-im/ktp-auth-handler/ChangeLog6
-rw-r--r--net-im/ktp-auth-handler/ktp-auth-handler-0.8.1.ebuild33
-rw-r--r--net-im/ktp-call-ui/ChangeLog6
-rw-r--r--net-im/ktp-call-ui/ktp-call-ui-0.8.1.ebuild38
-rw-r--r--net-im/ktp-common-internals/ChangeLog6
-rw-r--r--net-im/ktp-common-internals/ktp-common-internals-0.8.1.ebuild45
-rw-r--r--net-im/ktp-contact-list/ChangeLog6
-rw-r--r--net-im/ktp-contact-list/ktp-contact-list-0.8.1.ebuild39
-rw-r--r--net-im/ktp-contact-runner/ChangeLog6
-rw-r--r--net-im/ktp-contact-runner/ktp-contact-runner-0.8.1.ebuild29
-rw-r--r--net-im/ktp-desktop-applets/ChangeLog6
-rw-r--r--net-im/ktp-desktop-applets/ktp-desktop-applets-0.8.1.ebuild33
-rw-r--r--net-im/ktp-filetransfer-handler/ChangeLog6
-rw-r--r--net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.8.1.ebuild29
-rw-r--r--net-im/ktp-kded-module/ChangeLog6
-rw-r--r--net-im/ktp-kded-module/ktp-kded-module-0.8.1.ebuild32
-rw-r--r--net-im/ktp-send-file/ChangeLog6
-rw-r--r--net-im/ktp-send-file/ktp-send-file-0.8.1.ebuild32
-rw-r--r--net-im/ktp-text-ui/ChangeLog6
-rw-r--r--net-im/ktp-text-ui/ktp-text-ui-0.8.1.ebuild31
24 files changed, 60 insertions, 423 deletions
diff --git a/net-im/ktp-accounts-kcm/ChangeLog b/net-im/ktp-accounts-kcm/ChangeLog
index 93d6a211befe..e5a60a830b2b 100644
--- a/net-im/ktp-accounts-kcm/ChangeLog
+++ b/net-im/ktp-accounts-kcm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/ktp-accounts-kcm
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog,v 1.32 2014/10/26 16:37:44 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog,v 1.33 2014/12/02 13:08:18 kensington Exp $
+
+ 02 Dec 2014; Michael Palimaka <kensington@gentoo.org>
+ -ktp-accounts-kcm-0.8.1.ebuild:
+ Remove old.
*ktp-accounts-kcm-0.9.0 (26 Oct 2014)
diff --git a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.8.1.ebuild b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.8.1.ebuild
deleted file mode 100644
index ae0d1a5e5cb7..000000000000
--- a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.8.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.8.1.ebuild,v 1.1 2014/04/26 01:17:17 johu Exp $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia it
-ja kk km ko lt mai mr nb nds nl pa pl pt pt_BR ro ru sk sl sr sr@ijekavian
-sr@ijekavianlatin sr@latin sv tr ug uk vi wa zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy account management kcm"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-IUSE="debug modemmanager"
-
-DEPEND="
- >=net-im/ktp-common-internals-${PV}
- net-im/telepathy-mission-control
- net-libs/telepathy-glib
- >=net-libs/telepathy-qt-0.9.3
- modemmanager? ( net-libs/libmm-qt )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_build modemmanager pintxo)
- )
-
- kde4-base_src_configure
-}
diff --git a/net-im/ktp-approver/ChangeLog b/net-im/ktp-approver/ChangeLog
index 6a436d73c42d..8c0461452279 100644
--- a/net-im/ktp-approver/ChangeLog
+++ b/net-im/ktp-approver/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/ktp-approver
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-approver/ChangeLog,v 1.29 2014/10/26 16:37:44 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-approver/ChangeLog,v 1.30 2014/12/02 13:08:18 kensington Exp $
+
+ 02 Dec 2014; Michael Palimaka <kensington@gentoo.org>
+ -ktp-approver-0.8.1.ebuild:
+ Remove old.
*ktp-approver-0.9.0 (26 Oct 2014)
diff --git a/net-im/ktp-approver/ktp-approver-0.8.1.ebuild b/net-im/ktp-approver/ktp-approver-0.8.1.ebuild
deleted file mode 100644
index c1a3ee87e9ff..000000000000
--- a/net-im/ktp-approver/ktp-approver-0.8.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-approver/ktp-approver-0.8.1.ebuild,v 1.1 2014/04/26 01:17:18 johu Exp $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv tr uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy notification handler"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
- >=net-libs/telepathy-qt-0.9.3
-"
-RDEPEND="${DEPEND}
- >=net-im/ktp-contact-list-${PV}
-"
diff --git a/net-im/ktp-auth-handler/ChangeLog b/net-im/ktp-auth-handler/ChangeLog
index 15ce09d83a1d..8d859f80ed23 100644
--- a/net-im/ktp-auth-handler/ChangeLog
+++ b/net-im/ktp-auth-handler/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/ktp-auth-handler
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ChangeLog,v 1.31 2014/10/26 16:37:44 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ChangeLog,v 1.32 2014/12/02 13:08:18 kensington Exp $
+
+ 02 Dec 2014; Michael Palimaka <kensington@gentoo.org>
+ -ktp-auth-handler-0.8.1.ebuild:
+ Remove old.
*ktp-auth-handler-0.9.0 (26 Oct 2014)
diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.8.1.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.8.1.ebuild
deleted file mode 100644
index 946fc1237be0..000000000000
--- a/net-im/ktp-auth-handler/ktp-auth-handler-0.8.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ktp-auth-handler-0.8.1.ebuild,v 1.2 2014/09/16 20:19:14 johu Exp $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv uk vi zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy authentication handler"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
- app-crypt/qca:2
- >=dev-libs/qjson-0.8
- >=net-im/ktp-common-internals-${PV}
- >=net-libs/telepathy-qt-0.9.3
-"
-RDEPEND="${DEPEND}
- app-crypt/qca-ossl:2
-"
diff --git a/net-im/ktp-call-ui/ChangeLog b/net-im/ktp-call-ui/ChangeLog
index 3d8ceced2f72..cf526de5ec42 100644
--- a/net-im/ktp-call-ui/ChangeLog
+++ b/net-im/ktp-call-ui/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/ktp-call-ui
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ChangeLog,v 1.29 2014/10/26 16:37:44 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ChangeLog,v 1.30 2014/12/02 13:08:18 kensington Exp $
+
+ 02 Dec 2014; Michael Palimaka <kensington@gentoo.org>
+ -ktp-call-ui-0.8.1.ebuild:
+ Remove old.
*ktp-call-ui-0.9.0 (26 Oct 2014)
diff --git a/net-im/ktp-call-ui/ktp-call-ui-0.8.1.ebuild b/net-im/ktp-call-ui/ktp-call-ui-0.8.1.ebuild
deleted file mode 100644
index 5771aee20ea0..000000000000
--- a/net-im/ktp-call-ui/ktp-call-ui-0.8.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 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.8.1.ebuild,v 1.3 2014/09/16 17:01:22 johu Exp $
-
-EAPI=5
-
-KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia
-it ja kk km ko lt mai mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian
-sr@ijekavianlatin sr@latin sv th tr ug uk zh_CN 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/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="4"
-IUSE="debug v4l"
-
-DEPEND="
- <media-libs/qt-gstreamer-1.0.0
- >=net-im/ktp-common-internals-${PV}
- <net-libs/telepathy-farstream-0.6
- <net-libs/telepathy-qt-0.9.5[farstream]
-"
-RDEPEND="${DEPEND}
- || (
- >=net-im/ktp-contact-list-${PV}
- >=net-im/ktp-desktop-applets-${PV}
- >=net-im/ktp-text-ui-${PV}
- )
- v4l? ( media-plugins/gst-plugins-v4l2:0.10 )
-"
diff --git a/net-im/ktp-common-internals/ChangeLog b/net-im/ktp-common-internals/ChangeLog
index 9b2037edb393..5ec359c5ebcb 100644
--- a/net-im/ktp-common-internals/ChangeLog
+++ b/net-im/ktp-common-internals/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/ktp-common-internals
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-common-internals/ChangeLog,v 1.33 2014/10/26 16:37:44 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-common-internals/ChangeLog,v 1.34 2014/12/02 13:08:18 kensington Exp $
+
+ 02 Dec 2014; Michael Palimaka <kensington@gentoo.org>
+ -ktp-common-internals-0.8.1.ebuild:
+ Remove old.
*ktp-common-internals-0.9.0 (26 Oct 2014)
diff --git a/net-im/ktp-common-internals/ktp-common-internals-0.8.1.ebuild b/net-im/ktp-common-internals/ktp-common-internals-0.8.1.ebuild
deleted file mode 100644
index eec680dffef0..000000000000
--- a/net-im/ktp-common-internals/ktp-common-internals-0.8.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-common-internals/ktp-common-internals-0.8.1.ebuild,v 1.2 2014/09/16 16:58:52 johu Exp $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk ko
-lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy common library"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-IUSE="debug semantic-desktop"
-
-DEPEND="
- >=net-libs/telepathy-qt-0.9.3
- >=net-libs/telepathy-logger-qt-0.5.80
- semantic-desktop? (
- $(add_kdebase_dep kdepimlibs)
- <net-libs/libkpeople-0.3.0
- )
-"
-RDEPEND="${DEPEND}
- !!<net-im/ktp-contact-list-0.4.0
- !<net-im/ktp-text-ui-0.5.80
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package semantic-desktop KPeople)
- $(cmake-utils_use_find_package semantic-desktop KdepimLibs)
- )
-
- kde4-base_src_configure
-}
diff --git a/net-im/ktp-contact-list/ChangeLog b/net-im/ktp-contact-list/ChangeLog
index 166e54610586..697e7d443a46 100644
--- a/net-im/ktp-contact-list/ChangeLog
+++ b/net-im/ktp-contact-list/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/ktp-contact-list
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ChangeLog,v 1.31 2014/10/26 16:37:44 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ChangeLog,v 1.32 2014/12/02 13:08:18 kensington Exp $
+
+ 02 Dec 2014; Michael Palimaka <kensington@gentoo.org>
+ -ktp-contact-list-0.8.1.ebuild:
+ Remove old.
*ktp-contact-list-0.9.0 (26 Oct 2014)
diff --git a/net-im/ktp-contact-list/ktp-contact-list-0.8.1.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.8.1.ebuild
deleted file mode 100644
index ec45e57c65d1..000000000000
--- a/net-im/ktp-contact-list/ktp-contact-list-0.8.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 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.8.1.ebuild,v 1.2 2014/09/16 16:58:00 johu Exp $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv tr ug uk vi 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/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-LICENSE="GPL-2"
-SLOT="4"
-IUSE="debug semantic-desktop"
-
-DEPEND="
- >=net-im/ktp-accounts-kcm-${PV}
- >=net-im/ktp-common-internals-${PV}[semantic-desktop?]
- >=net-libs/telepathy-qt-0.9.3
- semantic-desktop? ( <net-libs/libkpeople-0.3.0 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package semantic-desktop KPeople)
- )
-
- kde4-base_src_configure
-}
diff --git a/net-im/ktp-contact-runner/ChangeLog b/net-im/ktp-contact-runner/ChangeLog
index e7341d8f293a..48a3ca69737a 100644
--- a/net-im/ktp-contact-runner/ChangeLog
+++ b/net-im/ktp-contact-runner/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/ktp-contact-runner
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-runner/ChangeLog,v 1.25 2014/10/26 16:37:44 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-runner/ChangeLog,v 1.26 2014/12/02 13:08:18 kensington Exp $
+
+ 02 Dec 2014; Michael Palimaka <kensington@gentoo.org>
+ -ktp-contact-runner-0.8.1.ebuild:
+ Remove old.
*ktp-contact-runner-0.9.0 (26 Oct 2014)
diff --git a/net-im/ktp-contact-runner/ktp-contact-runner-0.8.1.ebuild b/net-im/ktp-contact-runner/ktp-contact-runner-0.8.1.ebuild
deleted file mode 100644
index 1fc90c2c394e..000000000000
--- a/net-im/ktp-contact-runner/ktp-contact-runner-0.8.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-runner/ktp-contact-runner-0.8.1.ebuild,v 1.1 2014/04/26 01:17:16 johu Exp $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it kk km ko
-lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv tr uk vi zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy krunner plugin"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
- >=net-im/ktp-common-internals-${PV}
- >=net-libs/telepathy-qt-0.9.3
-"
-RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-desktop-applets/ChangeLog b/net-im/ktp-desktop-applets/ChangeLog
index a08094246c7d..f89a36a05129 100644
--- a/net-im/ktp-desktop-applets/ChangeLog
+++ b/net-im/ktp-desktop-applets/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/ktp-desktop-applets
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-desktop-applets/ChangeLog,v 1.17 2014/10/26 16:37:44 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-desktop-applets/ChangeLog,v 1.18 2014/12/02 13:08:18 kensington Exp $
+
+ 02 Dec 2014; Michael Palimaka <kensington@gentoo.org>
+ -ktp-desktop-applets-0.8.1.ebuild:
+ Remove old.
*ktp-desktop-applets-0.9.0 (26 Oct 2014)
diff --git a/net-im/ktp-desktop-applets/ktp-desktop-applets-0.8.1.ebuild b/net-im/ktp-desktop-applets/ktp-desktop-applets-0.8.1.ebuild
deleted file mode 100644
index 45920fcf2ef3..000000000000
--- a/net-im/ktp-desktop-applets/ktp-desktop-applets-0.8.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-desktop-applets/ktp-desktop-applets-0.8.1.ebuild,v 1.1 2014/04/26 01:17:17 johu Exp $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv tr uk vi wa zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy contact, presence and chat Plasma applets"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
- >=net-im/ktp-common-internals-${PV}
- >=net-libs/telepathy-qt-0.9.3
-"
-RDEPEND="${DEPEND}
- !net-im/ktp-contact-applet
- !net-im/ktp-presence-applet
- >=net-im/ktp-contact-list-${PV}
-"
diff --git a/net-im/ktp-filetransfer-handler/ChangeLog b/net-im/ktp-filetransfer-handler/ChangeLog
index 0c1ba2f35fc0..aa91ee440c17 100644
--- a/net-im/ktp-filetransfer-handler/ChangeLog
+++ b/net-im/ktp-filetransfer-handler/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/ktp-filetransfer-handler
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-filetransfer-handler/ChangeLog,v 1.29 2014/10/26 16:37:44 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-filetransfer-handler/ChangeLog,v 1.30 2014/12/02 13:08:18 kensington Exp $
+
+ 02 Dec 2014; Michael Palimaka <kensington@gentoo.org>
+ -ktp-filetransfer-handler-0.8.1.ebuild:
+ Remove old.
*ktp-filetransfer-handler-0.9.0 (26 Oct 2014)
diff --git a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.8.1.ebuild b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.8.1.ebuild
deleted file mode 100644
index ef69abccc21e..000000000000
--- a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.8.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.8.1.ebuild,v 1.1 2014/04/26 01:17:18 johu Exp $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk ko
-lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy file transfer handler"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/stable/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.3
-"
-RDEPEND="${DEPEND}"
diff --git a/net-im/ktp-kded-module/ChangeLog b/net-im/ktp-kded-module/ChangeLog
index 411a4b4f8097..6400c4a527cb 100644
--- a/net-im/ktp-kded-module/ChangeLog
+++ b/net-im/ktp-kded-module/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/ktp-kded-module
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-kded-module/ChangeLog,v 1.29 2014/10/26 16:37:44 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-kded-module/ChangeLog,v 1.30 2014/12/02 13:08:18 kensington Exp $
+
+ 02 Dec 2014; Michael Palimaka <kensington@gentoo.org>
+ -ktp-kded-module-0.8.1.ebuild:
+ Remove old.
*ktp-kded-module-0.9.0 (26 Oct 2014)
diff --git a/net-im/ktp-kded-module/ktp-kded-module-0.8.1.ebuild b/net-im/ktp-kded-module/ktp-kded-module-0.8.1.ebuild
deleted file mode 100644
index 7d1de1a37906..000000000000
--- a/net-im/ktp-kded-module/ktp-kded-module-0.8.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-kded-module/ktp-kded-module-0.8.1.ebuild,v 1.1 2014/04/26 01:17:18 johu Exp $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv uk zh_CN zh_TW"
-MY_P=${PN/kded/kded-integration}-${PV}
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy workspace integration"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${MY_P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
- >=net-im/ktp-common-internals-${PV}
- >=net-libs/telepathy-qt-0.9.3
-"
-RDEPEND="${DEPEND}"
-
-[[ ${PV} == 9999 ]] || S=${WORKDIR}/${MY_P}
diff --git a/net-im/ktp-send-file/ChangeLog b/net-im/ktp-send-file/ChangeLog
index f2a7514f271a..ac2407063777 100644
--- a/net-im/ktp-send-file/ChangeLog
+++ b/net-im/ktp-send-file/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/ktp-send-file
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-send-file/ChangeLog,v 1.29 2014/10/26 16:37:44 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-send-file/ChangeLog,v 1.30 2014/12/02 13:08:18 kensington Exp $
+
+ 02 Dec 2014; Michael Palimaka <kensington@gentoo.org>
+ -ktp-send-file-0.8.1.ebuild:
+ Remove old.
*ktp-send-file-0.9.0 (26 Oct 2014)
diff --git a/net-im/ktp-send-file/ktp-send-file-0.8.1.ebuild b/net-im/ktp-send-file/ktp-send-file-0.8.1.ebuild
deleted file mode 100644
index 9b33f51109ff..000000000000
--- a/net-im/ktp-send-file/ktp-send-file-0.8.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-send-file/ktp-send-file-0.8.1.ebuild,v 1.1 2014/04/26 01:17:18 johu Exp $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv tr uk vi zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy file manager plugin to send files to contacts"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-else
- KEYWORDS=""
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
- >=net-im/ktp-common-internals-${PV}
- >=net-libs/telepathy-qt-0.9.3
-"
-RDEPEND="${DEPEND}
- >=net-im/ktp-contact-list-${PV}
- >=net-im/ktp-filetransfer-handler-${PV}
-"
diff --git a/net-im/ktp-text-ui/ChangeLog b/net-im/ktp-text-ui/ChangeLog
index dd90c89a81d4..85c110d72215 100644
--- a/net-im/ktp-text-ui/ChangeLog
+++ b/net-im/ktp-text-ui/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/ktp-text-ui
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-text-ui/ChangeLog,v 1.32 2014/10/26 16:37:44 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-text-ui/ChangeLog,v 1.33 2014/12/02 13:08:18 kensington Exp $
+
+ 02 Dec 2014; Michael Palimaka <kensington@gentoo.org>
+ -ktp-text-ui-0.8.1.ebuild:
+ Remove old.
*ktp-text-ui-0.9.0 (26 Oct 2014)
diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.8.1.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.8.1.ebuild
deleted file mode 100644
index 8370a043e037..000000000000
--- a/net-im/ktp-text-ui/ktp-text-ui-0.8.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 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.8.1.ebuild,v 1.1 2014/04/26 01:17:17 johu Exp $
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv tr ug uk vi wa zh_CN zh_TW"
-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/stable/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.3
- >=net-libs/telepathy-logger-qt-0.8
-"
-RDEPEND="${DEPEND}
- >=net-im/ktp-contact-list-0.8.0
-"