diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-09 12:11:35 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-09 12:11:35 +0000 |
commit | f4baadb7fcd2665d23a46035d7974870d6a200ad (patch) | |
tree | cbc3c762b71c176db9f6a9a69c6ad772fe4b743d /net-irc | |
parent | Version bump, bug #281617, thank Vieri for this work. (diff) | |
download | gentoo-2-f4baadb7fcd2665d23a46035d7974870d6a200ad.tar.gz gentoo-2-f4baadb7fcd2665d23a46035d7974870d6a200ad.tar.bz2 gentoo-2-f4baadb7fcd2665d23a46035d7974870d6a200ad.zip |
Version bump. Remove old.
(Portage version: 2.2_rc44/cvs/Linux i686)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/konversation/ChangeLog | 9 | ||||
-rw-r--r-- | net-irc/konversation/files/1.2_rc1-debug.patch | 13 | ||||
-rw-r--r-- | net-irc/konversation/konversation-1.2.ebuild (renamed from net-irc/konversation/konversation-1.2_rc1-r1.ebuild) | 12 |
3 files changed, 12 insertions, 22 deletions
diff --git a/net-irc/konversation/ChangeLog b/net-irc/konversation/ChangeLog index 2b6c194f5d07..014f75442a60 100644 --- a/net-irc/konversation/ChangeLog +++ b/net-irc/konversation/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-irc/konversation # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/ChangeLog,v 1.86 2009/10/07 21:40:21 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/ChangeLog,v 1.87 2009/10/09 12:11:34 scarabeus Exp $ + +*konversation-1.2 (09 Oct 2009) + + 09 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> + -files/1.2_rc1-debug.patch, -konversation-1.2_rc1-r1.ebuild, + +konversation-1.2.ebuild: + Remove old. Version bump to 1.2 Final. *konversation-1.2_rc1-r1 (07 Oct 2009) diff --git a/net-irc/konversation/files/1.2_rc1-debug.patch b/net-irc/konversation/files/1.2_rc1-debug.patch deleted file mode 100644 index 1b5b4bff4c59..000000000000 --- a/net-irc/konversation/files/1.2_rc1-debug.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: trunk/extragear/network/konversation/src/viewer/ircview.cpp -=================================================================== ---- trunk/extragear/network/konversation/src/viewer/ircview.cpp (revision 1032161) -+++ trunk/extragear/network/konversation/src/viewer/ircview.cpp (revision 1032162) -@@ -856,8 +856,6 @@ - - KTextBrowser::append(line); - -- Q_ASSERT(document()->rootFrame()->childFrames().count() == 0); // no child frames, see SelectionPin -- - QTextCursor formatCursor(document()->lastBlock()); - QTextBlockFormat format = formatCursor.blockFormat(); - diff --git a/net-irc/konversation/konversation-1.2_rc1-r1.ebuild b/net-irc/konversation/konversation-1.2.ebuild index 4c0c91c5fc35..fd8a029b944e 100644 --- a/net-irc/konversation/konversation-1.2_rc1-r1.ebuild +++ b/net-irc/konversation/konversation-1.2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/konversation-1.2_rc1-r1.ebuild,v 1.1 2009/10/07 21:40:21 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/konversation-1.2.ebuild,v 1.1 2009/10/09 12:11:34 scarabeus Exp $ EAPI="2" -KDE_LINGUAS="ar bg ca cs da de el en_GB es et fr gl hu it ja nds nl pa pt pt_BR ru sv -tr uk zh_CN zh_TW" +KDE_LINGUAS="ar bg ca cs da de el en_GB es et fr gl he hu it ja nds nl pa pt +pt_BR ru sv tr uk zh_CN zh_TW" inherit kde4-base versionator MY_PV=$(replace_version_separator 2 '-') @@ -13,7 +13,7 @@ MY_P="${PN}"-"${MY_PV}" DESCRIPTION="A user friendly IRC Client for KDE4" HOMEPAGE="http://konversation.kde.org" -SRC_URI="mirror://kde/unstable/${PN}/${MY_PV}/src/${MY_P}.tar.bz2" +SRC_URI="mirror://kde/stable/${PN}/${MY_PV}/src/${MY_P}.tar.bz2" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" @@ -28,10 +28,6 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" -PATCHES=( - "${FILESDIR}"/${PV}-debug.patch -) - src_configure() { mycmakeargs="$(cmake-utils_use_with crypt QCA2)" kde4-base_src_configure |