From b71714a1ad3109d134e43e474f58e5b3bd61c354 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Fri, 12 Apr 2013 07:38:34 +0000 Subject: Version bump to 0.5.3. Remove 0.5.2. (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8) --- net-im/ktp-text-ui/ChangeLog | 8 +++++- net-im/ktp-text-ui/ktp-text-ui-0.5.2.ebuild | 38 ----------------------------- net-im/ktp-text-ui/ktp-text-ui-0.5.3.ebuild | 38 +++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 39 deletions(-) delete mode 100644 net-im/ktp-text-ui/ktp-text-ui-0.5.2.ebuild create mode 100644 net-im/ktp-text-ui/ktp-text-ui-0.5.3.ebuild (limited to 'net-im/ktp-text-ui') diff --git a/net-im/ktp-text-ui/ChangeLog b/net-im/ktp-text-ui/ChangeLog index ac4d1431f631..e681a25430f2 100644 --- a/net-im/ktp-text-ui/ChangeLog +++ b/net-im/ktp-text-ui/ChangeLog @@ -1,6 +1,12 @@ # 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.12 2013/04/11 15:12:37 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-text-ui/ChangeLog,v 1.13 2013/04/12 07:38:34 scarabeus Exp $ + +*ktp-text-ui-0.5.3 (12 Apr 2013) + + 12 Apr 2013; Tomáš Chvátal +ktp-text-ui-0.5.3.ebuild, + -ktp-text-ui-0.5.2.ebuild: + Version bump to 0.5.3. Remove 0.5.2. *ktp-text-ui-0.6.0 (11 Apr 2013) diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.5.2.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.5.2.ebuild deleted file mode 100644 index c23741873da2..000000000000 --- a/net-im/ktp-text-ui/ktp-text-ui-0.5.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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.5.2.ebuild,v 1.1 2013/01/21 14:28:21 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/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" -else - KEYWORDS="" -fi - -LICENSE="GPL-2" -SLOT="4" -IUSE="debug +history" - -DEPEND=" - >=net-libs/telepathy-qt-0.9.3 - history? ( >=net-libs/telepathy-logger-qt-0.5.0 ) -" -RDEPEND="${DEPEND} - >=net-im/ktp-contact-list-${PV} -" - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with history TelepathyLoggerQt4) - ) - - cmake-utils_src_configure -} diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.5.3.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.5.3.ebuild new file mode 100644 index 000000000000..070d2aa631f7 --- /dev/null +++ b/net-im/ktp-text-ui/ktp-text-ui-0.5.3.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.5.3.ebuild,v 1.1 2013/04/12 07:38:34 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/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2" + KEYWORDS="~amd64 ~x86" +else + KEYWORDS="" +fi + +LICENSE="GPL-2" +SLOT="4" +IUSE="debug +history" + +DEPEND=" + >=net-libs/telepathy-qt-0.9.3 + history? ( >=net-libs/telepathy-logger-qt-0.5.0 ) +" +RDEPEND="${DEPEND} + >=net-im/ktp-contact-list-${PV} +" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with history TelepathyLoggerQt4) + ) + + cmake-utils_src_configure +} -- cgit v1.2.3-65-gdbad