diff options
author | 2013-04-11 15:09:36 +0000 | |
---|---|---|
committer | 2013-04-11 15:09:36 +0000 | |
commit | 8914b8fc12182b42985f8af8a8b5de45863cca50 (patch) | |
tree | d896bd4cd415f4bcdd705d262e550d0c834cbf3c /net-im | |
parent | Version bump to 0.6.0 release. (diff) | |
download | gentoo-2-8914b8fc12182b42985f8af8a8b5de45863cca50.tar.gz gentoo-2-8914b8fc12182b42985f8af8a8b5de45863cca50.tar.bz2 gentoo-2-8914b8fc12182b42985f8af8a8b5de45863cca50.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')
-rw-r--r-- | net-im/ktp-contact-list/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/ktp-contact-list/ktp-contact-list-0.6.0.ebuild | 29 |
2 files changed, 36 insertions, 1 deletions
diff --git a/net-im/ktp-contact-list/ChangeLog b/net-im/ktp-contact-list/ChangeLog index 4aead24b94f8..2496e25d0449 100644 --- a/net-im/ktp-contact-list/ChangeLog +++ b/net-im/ktp-contact-list/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-im/ktp-contact-list # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ChangeLog,v 1.10 2013/01/21 14:24:32 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ChangeLog,v 1.11 2013/04/11 15:09:36 scarabeus Exp $ + +*ktp-contact-list-0.6.0 (11 Apr 2013) + + 11 Apr 2013; Tomáš Chvátal <scarabeus@gentoo.org> + +ktp-contact-list-0.6.0.ebuild: + Version bump to 0.6.0 release. *ktp-contact-list-0.5.2 (21 Jan 2013) diff --git a/net-im/ktp-contact-list/ktp-contact-list-0.6.0.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.6.0.ebuild new file mode 100644 index 000000000000..e3b66e073c20 --- /dev/null +++ b/net-im/ktp-contact-list/ktp-contact-list-0.6.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 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.6.0.ebuild,v 1.1 2013/04/11 15:09:36 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 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" + +DEPEND=" + >=net-im/ktp-accounts-kcm-${PV} + >=net-im/ktp-common-internals-${PV} + >=net-libs/telepathy-qt-0.9.3 +" +RDEPEND="${DEPEND}" |