diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-04-11 15:12:37 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-04-11 15:12:37 +0000 |
commit | 115569b49b3831660f0d9274d12d912eb78c8313 (patch) | |
tree | 04bb95b4265998b5913eb46985d41c145c056700 /net-im/ktp-text-ui | |
parent | Version bump to 0.6.0 release. (diff) | |
download | gentoo-2-115569b49b3831660f0d9274d12d912eb78c8313.tar.gz gentoo-2-115569b49b3831660f0d9274d12d912eb78c8313.tar.bz2 gentoo-2-115569b49b3831660f0d9274d12d912eb78c8313.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-text-ui')
-rw-r--r-- | net-im/ktp-text-ui/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/ktp-text-ui/ktp-text-ui-0.6.0.ebuild | 38 |
2 files changed, 44 insertions, 1 deletions
diff --git a/net-im/ktp-text-ui/ChangeLog b/net-im/ktp-text-ui/ChangeLog index 0368b7772f03..ac4d1431f631 100644 --- a/net-im/ktp-text-ui/ChangeLog +++ b/net-im/ktp-text-ui/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/ktp-text-ui # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-text-ui/ChangeLog,v 1.11 2013/01/21 14:28:21 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-text-ui/ChangeLog,v 1.12 2013/04/11 15:12:37 scarabeus Exp $ + +*ktp-text-ui-0.6.0 (11 Apr 2013) + + 11 Apr 2013; Tomáš Chvátal <scarabeus@gentoo.org> +ktp-text-ui-0.6.0.ebuild: + Version bump to 0.6.0 release. *ktp-text-ui-0.5.2 (21 Jan 2013) diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.6.0.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.6.0.ebuild new file mode 100644 index 000000000000..c061371d23ba --- /dev/null +++ b/net-im/ktp-text-ui/ktp-text-ui-0.6.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2013 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.6.0.ebuild,v 1.1 2013/04/11 15:12:37 scarabeus Exp $ + +EAPI=4 + +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 ug uk 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.5.80 +" +RDEPEND="${DEPEND} + >=net-im/ktp-contact-list-${PV} +" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with history TelepathyLoggerQt4) + ) + + cmake-utils_src_configure +} |