summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2013-01-21 14:28:21 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2013-01-21 14:28:21 +0000
commitf2f5f32d791e221c8e3a717f077076c3f998f36d (patch)
tree8657873f9b9f7f79c9ea51061de8ce3bfdfc0688 /net-im
parentStable for ia64, wrt bug #452018 (diff)
downloadgentoo-2-f2f5f32d791e221c8e3a717f077076c3f998f36d.tar.gz
gentoo-2-f2f5f32d791e221c8e3a717f077076c3f998f36d.tar.bz2
gentoo-2-f2f5f32d791e221c8e3a717f077076c3f998f36d.zip
Version bump to 0.5.2 and drop older.
(Portage version: 2.2.0_alpha157/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/ktp-text-ui/ChangeLog11
-rw-r--r--net-im/ktp-text-ui/ktp-text-ui-0.4.1.ebuild39
-rw-r--r--net-im/ktp-text-ui/ktp-text-ui-0.5.1.ebuild40
-rw-r--r--net-im/ktp-text-ui/ktp-text-ui-0.5.2.ebuild (renamed from net-im/ktp-text-ui/ktp-text-ui-0.5.0.ebuild)6
4 files changed, 11 insertions, 85 deletions
diff --git a/net-im/ktp-text-ui/ChangeLog b/net-im/ktp-text-ui/ChangeLog
index c988c1813931..0368b7772f03 100644
--- a/net-im/ktp-text-ui/ChangeLog
+++ b/net-im/ktp-text-ui/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-im/ktp-text-ui
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-text-ui/ChangeLog,v 1.10 2012/11/22 00:56:46 dastergon Exp $
+# 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 $
+
+*ktp-text-ui-0.5.2 (21 Jan 2013)
+
+ 21 Jan 2013; Tomáš Chvátal <scarabeus@gentoo.org> +ktp-text-ui-0.5.2.ebuild,
+ -ktp-text-ui-0.4.1.ebuild, -ktp-text-ui-0.5.0.ebuild,
+ -ktp-text-ui-0.5.1.ebuild:
+ Version bump to 0.5.2 and drop older.
*ktp-text-ui-0.5.1 (22 Nov 2012)
diff --git a/net-im/ktp-text-ui/ktp-text-ui-0.4.1.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.4.1.ebuild
deleted file mode 100644
index 61c11ade35df..000000000000
--- a/net-im/ktp-text-ui/ktp-text-ui-0.4.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2012 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.4.1.ebuild,v 1.1 2012/07/26 12:28:54 johu 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"
-KDE_SCM="git"
-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.1
- history? ( net-libs/telepathy-logger-qt )
-"
-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.1.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.5.1.ebuild
deleted file mode 100644
index 18ec8b84e26b..000000000000
--- a/net-im/ktp-text-ui/ktp-text-ui-0.5.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 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.1.ebuild,v 1.1 2012/11/22 00:56:46 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 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}
-"
-
-RESTRICT="test"
-
-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.0.ebuild b/net-im/ktp-text-ui/ktp-text-ui-0.5.2.ebuild
index 4ffb3052e274..c23741873da2 100644
--- a/net-im/ktp-text-ui/ktp-text-ui-0.5.0.ebuild
+++ b/net-im/ktp-text-ui/ktp-text-ui-0.5.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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.0.ebuild,v 1.1 2012/08/28 12:06:03 johu Exp $
+# $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
@@ -29,8 +29,6 @@ RDEPEND="${DEPEND}
>=net-im/ktp-contact-list-${PV}
"
-RESTRICT="test"
-
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with history TelepathyLoggerQt4)