summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2013-04-11 15:11:38 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2013-04-11 15:11:38 +0000
commit06b3d3bfa36d15da284f5e9fcaf4d02ad8dffca2 (patch)
tree72c9f63a3d4e0d89cd27f5295b837cad555db5d1 /net-im/ktp-send-file
parentVersion bump to 0.6.0 release. (diff)
downloadgentoo-2-06b3d3bfa36d15da284f5e9fcaf4d02ad8dffca2.tar.gz
gentoo-2-06b3d3bfa36d15da284f5e9fcaf4d02ad8dffca2.tar.bz2
gentoo-2-06b3d3bfa36d15da284f5e9fcaf4d02ad8dffca2.zip
Version bump to 0.6.0 release.
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'net-im/ktp-send-file')
-rw-r--r--net-im/ktp-send-file/ChangeLog7
-rw-r--r--net-im/ktp-send-file/ktp-send-file-0.6.0.ebuild32
2 files changed, 38 insertions, 1 deletions
diff --git a/net-im/ktp-send-file/ChangeLog b/net-im/ktp-send-file/ChangeLog
index 4dd7b13fa6d4..72ef544f6674 100644
--- a/net-im/ktp-send-file/ChangeLog
+++ b/net-im/ktp-send-file/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/ktp-send-file
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-send-file/ChangeLog,v 1.10 2013/01/21 14:27:43 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-send-file/ChangeLog,v 1.11 2013/04/11 15:11:38 scarabeus Exp $
+
+*ktp-send-file-0.6.0 (11 Apr 2013)
+
+ 11 Apr 2013; Tomáš Chvátal <scarabeus@gentoo.org> +ktp-send-file-0.6.0.ebuild:
+ Version bump to 0.6.0 release.
*ktp-send-file-0.5.2 (21 Jan 2013)
diff --git a/net-im/ktp-send-file/ktp-send-file-0.6.0.ebuild b/net-im/ktp-send-file/ktp-send-file-0.6.0.ebuild
new file mode 100644
index 000000000000..8a5cecc1f816
--- /dev/null
+++ b/net-im/ktp-send-file/ktp-send-file-0.6.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2013 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.6.0.ebuild,v 1.1 2013/04/11 15:11:38 scarabeus Exp $
+
+EAPI=4
+
+KDE_MINIMAL="4.7"
+KDE_LINGUAS="ca cs da de el es et fi fr ga gl hu it ja km lt nb nds nl pl pt
+pt_BR ru sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk 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}
+"