public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: net-im/ktp-common-internals/, net-im/ktp-accounts-kcm/, net-im/ktp-approver/, ...
Date: Wed, 25 Jan 2012 23:07:29 +0000 (UTC)	[thread overview]
Message-ID: <d85ca1764da092996c6dc116646d698238642d3a.johu@gentoo> (raw)

commit:     d85ca1764da092996c6dc116646d698238642d3a
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 23:06:19 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 23:06:19 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d85ca176

[kde-telepathy] Moved to tree.

(Portage version: 2.2.0_alpha84/git/Linux x86_64, unsigned Manifest commit)

---
 .../kde-telepathy-meta-0.3.0.ebuild                |   42 --------------------
 .../ktp-accounts-kcm/ktp-accounts-kcm-0.3.0.ebuild |   33 ---------------
 net-im/ktp-approver/ktp-approver-0.3.0.ebuild      |   29 -------------
 .../ktp-auth-handler/ktp-auth-handler-0.3.0.ebuild |   28 -------------
 .../ktp-common-internals-0.3.0.ebuild              |   27 -------------
 .../ktp-contact-applet-0.3.0.ebuild                |   31 --------------
 .../ktp-contact-list/ktp-contact-list-0.3.0.ebuild |   30 --------------
 .../ktp-filetransfer-handler-0.3.0.ebuild          |   29 -------------
 .../ktp-kded-module/ktp-kded-module-0.3.0.ebuild   |   32 ---------------
 .../ktp-presence-applet-0.3.0.ebuild               |   29 -------------
 net-im/ktp-send-file/ktp-send-file-0.3.0.ebuild    |   32 ---------------
 net-im/ktp-text-ui/ktp-text-ui-0.3.0.ebuild        |   30 --------------
 12 files changed, 0 insertions(+), 372 deletions(-)

diff --git a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.3.0.ebuild b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.3.0.ebuild
deleted file mode 100644
index 11005f0..0000000
--- a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.3.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-DESCRIPTION="KDE Telepathy client - merge this to pull in all net-im/ktp-*
-kde packages"
-HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
-
-if [[ ${PV} != *9999* ]]; then
-	KEYWORDS="~amd64 ~x86"
-else
-	KEYWORDS=""
-fi
-
-LICENSE="|| ( GPL-2 LGPL-2.1 )"
-SLOT="4"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-	>=net-im/ktp-accounts-kcm-${PV}
-	>=net-im/ktp-approver-${PV}
-	>=net-im/ktp-auth-handler-${PV}
-	>=net-im/ktp-common-internals-${PV}
-	>=net-im/ktp-contact-applet-${PV}
-	>=net-im/ktp-contact-list-${PV}
-	>=net-im/ktp-filetransfer-handler-${PV}
-	>=net-im/ktp-kded-module-${PV}
-	>=net-im/ktp-presence-applet-${PV}
-	>=net-im/ktp-send-file-${PV}
-	>=net-im/ktp-text-ui-${PV}
-	net-im/telepathy-connection-managers
-"
-
-pkg_postinst() {
-	echo
-	elog "You can configure the accounts in the KDE System Settings"
-	elog "and then add the Instant Messaging plasma applet to access the contact list."
-	echo
-}

diff --git a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.3.0.ebuild b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.3.0.ebuild
deleted file mode 100644
index 8e4f8a3..0000000
--- a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.3.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_MINIMAL="4.7"
-KDE_LINGUAS="cs da de el en_GB eo es et fi fr ga gl hu it ja km lt mai nds nl pl
-pt pt_BR ru sv tr ug uk zh_CN zh_TW"
-KDE_SCM="git"
-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/unstable/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-im/telepathy-mission-control
-	net-libs/telepathy-glib
-	>=net-libs/telepathy-qt-0.9.0
-"
-RDEPEND="${DEPEND}
-"

diff --git a/net-im/ktp-approver/ktp-approver-0.3.0.ebuild b/net-im/ktp-approver/ktp-approver-0.3.0.ebuild
deleted file mode 100644
index 78b0dcd..0000000
--- a/net-im/ktp-approver/ktp-approver-0.3.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="cs da de es et ga hu it lt nds nl pl pt pt_BR sv uk zh_CN zh_TW"
-KDE_SCM="git"
-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/unstable/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.0
-"
-RDEPEND="${DEPEND}
-	>=net-im/ktp-contact-list-${PV}
-"

diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.3.0.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.3.0.ebuild
deleted file mode 100644
index e9bcc53..0000000
--- a/net-im/ktp-auth-handler/ktp-auth-handler-0.3.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="cs da de es et ga hu it ja lt nds nl pl pt pt_BR sv uk zh_CN zh_TW"
-KDE_SCM="git"
-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/unstable/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.0
-"
-RDEPEND="${DEPEND}"

diff --git a/net-im/ktp-common-internals/ktp-common-internals-0.3.0.ebuild b/net-im/ktp-common-internals/ktp-common-internals-0.3.0.ebuild
deleted file mode 100644
index daa1488..0000000
--- a/net-im/ktp-common-internals/ktp-common-internals-0.3.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_SCM="git"
-KDE_LINGUAS="cs da de es et ga hu it ja lt nds nl pl pt pt_BR 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/unstable/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.0
-"
-RDEPEND="${DEPEND}"

diff --git a/net-im/ktp-contact-applet/ktp-contact-applet-0.3.0.ebuild b/net-im/ktp-contact-applet/ktp-contact-applet-0.3.0.ebuild
deleted file mode 100644
index 254afc3..0000000
--- a/net-im/ktp-contact-applet/ktp-contact-applet-0.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_SCM="git"
-KDE_LINGUAS="cs da de el es et ga hu it ja lt nds nl pl pt pt_BR 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}
-"

diff --git a/net-im/ktp-contact-list/ktp-contact-list-0.3.0.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.3.0.ebuild
deleted file mode 100644
index 04cd287..0000000
--- a/net-im/ktp-contact-list/ktp-contact-list-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: $
-
-EAPI=4
-
-KDE_LINGUAS="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 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}"

diff --git a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.3.0.ebuild b/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.3.0.ebuild
deleted file mode 100644
index 2abb518..0000000
--- a/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.3.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="cs da de es et fr ga hu it ja lt nds nl pl pt pt_BR sv uk zh_CN
-zh_TW"
-KDE_SCM="git"
-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/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}"

diff --git a/net-im/ktp-kded-module/ktp-kded-module-0.3.0.ebuild b/net-im/ktp-kded-module/ktp-kded-module-0.3.0.ebuild
deleted file mode 100644
index 6968b93..0000000
--- a/net-im/ktp-kded-module/ktp-kded-module-0.3.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_LINGUAS="cs da de es et fr ga hu it ja lt nds nl pl pt pt_BR sv uk zh_CN
-zh_TW"
-KDE_SCM="git"
-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/unstable/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.0
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}

diff --git a/net-im/ktp-presence-applet/ktp-presence-applet-0.3.0.ebuild b/net-im/ktp-presence-applet/ktp-presence-applet-0.3.0.ebuild
deleted file mode 100644
index b36280c..0000000
--- a/net-im/ktp-presence-applet/ktp-presence-applet-0.3.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_SCM="git"
-KDE_LINGUAS="cs da de es et ga hu it ja lt nds nl pl pt pt_BR sv uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="KDE Telepathy presence 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-libs/telepathy-qt-0.9.0
-"
-RDEPEND="${DEPEND}
-	>=net-im/ktp-contact-list-${PV}
-"

diff --git a/net-im/ktp-send-file/ktp-send-file-0.3.0.ebuild b/net-im/ktp-send-file/ktp-send-file-0.3.0.ebuild
deleted file mode 100644
index 38573d0..0000000
--- a/net-im/ktp-send-file/ktp-send-file-0.3.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_MINIMAL="4.7"
-KDE_LINGUAS="cs da de es et ga hu it ja lt nds nl pl pt pt_BR sv uk zh_CN zh_TW"
-KDE_SCM="git"
-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/unstable/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.0
-"
-RDEPEND="${DEPEND}
-	>=net-im/ktp-contact-list-${PV}
-	>=net-im/ktp-filetransfer-handler-${PV}
-"

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 09fc761..0000000
--- 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: $
-
-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}
-"



             reply	other threads:[~2012-01-25 23:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-25 23:07 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-04-05 11:17 [gentoo-commits] proj/kde:master commit in: net-im/ktp-common-internals/, net-im/ktp-accounts-kcm/, net-im/ktp-approver/, Johannes Huber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d85ca1764da092996c6dc116646d698238642d3a.johu@gentoo \
    --to=johu@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox