diff options
author | Pavlos Ratis <dastergon@gentoo.org> | 2012-11-21 23:50:14 +0000 |
---|---|---|
committer | Pavlos Ratis <dastergon@gentoo.org> | 2012-11-21 23:50:14 +0000 |
commit | 70d41a0a361fe8a0570c934a01b3d2c915aee8d8 (patch) | |
tree | ce11df54b3c0033dbf9cc3b5a041730160e12b9c /net-im/ktp-contact-list | |
parent | Re-manifesting for new tar ball (diff) | |
download | gentoo-2-70d41a0a361fe8a0570c934a01b3d2c915aee8d8.tar.gz gentoo-2-70d41a0a361fe8a0570c934a01b3d2c915aee8d8.tar.bz2 gentoo-2-70d41a0a361fe8a0570c934a01b3d2c915aee8d8.zip |
Version bump KDE Telepathy 0.5.1
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0x3A051746)
Diffstat (limited to 'net-im/ktp-contact-list')
-rw-r--r-- | net-im/ktp-contact-list/ChangeLog | 9 | ||||
-rw-r--r-- | net-im/ktp-contact-list/ktp-contact-list-0.5.1.ebuild | 29 |
2 files changed, 36 insertions, 2 deletions
diff --git a/net-im/ktp-contact-list/ChangeLog b/net-im/ktp-contact-list/ChangeLog index 3c9a933241ca..0efcd0b04a7c 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ChangeLog,v 1.8 2012/08/28 12:27:49 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ChangeLog,v 1.9 2012/11/21 23:50:14 dastergon Exp $ + +*ktp-contact-list-0.5.1 (21 Nov 2012) + + 21 Nov 2012; Pavlos Ratis <dastergon@gentoo.org> + +ktp-contact-list-0.5.1.ebuild: + Version bump KDE Telepathy 0.5.1 28 Aug 2012; Johannes Huber <johu@gentoo.org> -ktp-contact-list-0.4.0.ebuild: Remove KDE Telepathy 0.4.0. @@ -36,4 +42,3 @@ 25 Jan 2012; Johannes Huber <johu@gentoo.org> +ktp-contact-list-0.3.0.ebuild, +metadata.xml: Initial import from kde overlay. Add KDE Telepathy 0.3.0. - diff --git a/net-im/ktp-contact-list/ktp-contact-list-0.5.1.ebuild b/net-im/ktp-contact-list/ktp-contact-list-0.5.1.ebuild new file mode 100644 index 000000000000..233fdeba72e4 --- /dev/null +++ b/net-im/ktp-contact-list/ktp-contact-list-0.5.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 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.5.1.ebuild,v 1.1 2012/11/21 23:50:14 dastergon 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 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/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.3 +" +RDEPEND="${DEPEND}" |