kensington    15/06/04 18:44:46

  Added:                metadata.xml kopete-4.14.3-r1.ebuild
                        kopete-4.14.3.ebuild ChangeLog
  Log:
  Moved package from kde-base to kde-apps.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.1                  kde-apps/kopete/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-apps/kopete/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-apps/kopete/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
        <use>
                <!-- PLUGINS -->
                <flag name="addbookmarks">Automatically add incoming urls to 
bookmarks.</flag>
                <flag name="autoreplace">Automatically replace selected 
text</flag>
                <flag name="contactnotes">Enables writing personal notes for 
contacts.</flag>
                <flag name="highlight">Allows you to specify highlights on 
specific events.</flag>
                <flag name="history">Enables saving chat history.</flag>
                <flag name="latex">Embed latex formatted text into 
messages.</flag>
                <flag name="nowlistening">Shows song you currently listen to in 
your status/etc. Bindings for many players.</flag>
                <flag name="otr">Allows crypting your chat (drugs and talking 
nonsense are considered as good alternatives ;]).</flag>
                <flag name="pipes">Send messages to external pipe.</flag>
                <flag name="privacy">Filter for incoming messages</flag>
                <flag name="statistics">Everybody loves statistic graphs, 
especially cake ones. ;]</flag>
                <flag name="texteffect">Various fancy text effects for your 
messages (don't ever consider writing us with this enabled ;]).</flag>
                <flag name="translator">Translate incoming and outgoing 
messages.</flag>
                <flag name="urlpicpreview">Enables in conversation pictures 
preview.</flag>
                <flag name="webpresence">Show your status and some more 
information on web.</flag>
                <!-- PROTOCOLS -->
                <flag name="gadu">Enable the Gadu protocol handler.</flag>
                <flag name="groupwise">Enable the Groupwise protocol 
handler.</flag>
                <!-- uncomment this when enabled in ebuild
                <flag name="irc">Enable the IRC protocol handler.</flag>
                -->
                <flag name="meanwhile">Enable the Sametime protocol 
handler.</flag>
                <flag name="skype">Enable Skype protocol handler (not fully 
functional yet).</flag>
                <!-- uncomment this when enabled in ebuild
                <flag name="telepathy">Enable support for the real-time 
communication framework telepathy.</flag>
                -->
                <flag name="sms">Enable SMS sendinge functionality.</flag>
                <flag name="testbed">Enable the testbed protocol.</flag>
                <flag name="winpopup">Enable pop-up messages sending on 
windows. (same as good old "net send" messages ;])</flag>
                <flag name="yahoo">Enable yahoo protocol support.</flag>
                <flag name="zeroconf">Enable Link-Local Messaging via the 
bonjour protocol.</flag>
        </use>
        <herd>kde</herd>
</pkgmetadata>



1.1                  kde-apps/kopete/kopete-4.14.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-apps/kopete/kopete-4.14.3-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-apps/kopete/kopete-4.14.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: kopete-4.14.3-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-apps/kopete/kopete-4.14.3-r1.ebuild,v 
1.1 2015/06/04 18:44:46 kensington Exp $

EAPI=5

KDE_HANDBOOK="optional"
inherit kde4-base

DESCRIPTION="KDE multi-protocol IM client"
HOMEPAGE="http://kopete.kde.org http://www.kde.org/applications/internet/kopete";
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="debug ssl v4l"

# tests hang, last checked for 4.2.96
RESTRICT=test

# Available plugins
#
#       addbookmarks: NO DEPS
#       alias: NO DEPS (disabled upstream)
#       autoreplace: NO DEPS
#       contactnotes: NO DEPS
#       highlight: NO DEPS
#       history: NO DEPS
#       latex: virtual/latex as RDEPEND
#       nowlistening: NO DEPS
#       otr: libotr
#       pipes: NO DEPS
#       privacy: NO DEPS
#       statistics: dev-db/sqlite:3
#       texteffect: NO DEPS
#       translator: NO DEPS
#       urlpicpreview: NO DEPS
#       webpresence: libxml2 libxslt
# NOTE: By default we enable all plugins that don't have any dependencies
PLUGINS="+addbookmarks +autoreplace +contactnotes +highlight +history latex
+nowlistening otr +pipes +privacy +statistics +texteffect +translator
+urlpicpreview webpresence"

# Available protocols
#
#       gadu: net-libs/libgadu @since 4.3
#       groupwise: app-crypt/qca:2
#       irc: NO DEPS, probably will fail so inform user about it
#       xmpp: net-dns/libidn app-crypt/qca:2 ENABLED BY DEFAULT NETWORK
#       jingle: media-libs/speex net-libs/ortp DISABLED BY UPSTREAM
#       meanwhile: net-libs/meanwhile
#       oscar: NO DEPS
#   telepathy: net-libs/decibel
#   testbed: NO DEPS
#       winpopup: NO DEPS (we're adding samba as RDEPEND so it works)
#       yahoo: media-libs/jasper
#       zeroconf (bonjour): NO DEPS
PROTOCOLS="gadu groupwise jingle meanwhile oscar skype
sms testbed winpopup +xmpp yahoo zeroconf"

# disabled protocols
#   telepathy: net-libs/decibel
#   irc: NO DEPS
#   msn: net-libs/libmsn
#       qq: NO DEPS

IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}"

COMMONDEPEND="
        $(add_kdebase_dep kdelibs 'zeroconf?')
        $(add_kdebase_dep kdepimlibs)
        dev-libs/libpcre
        >=dev-qt/qtgui-4.4.0:4[mng]
        media-libs/phonon[qt4]
        media-libs/qimageblitz
        !aqua? (
                x11-libs/libX11
                x11-libs/libXScrnSaver
        )
        gadu? ( >=net-libs/libgadu-1.8.0[threads] )
        groupwise? ( app-crypt/qca:2[qt4(+)] )
        jingle? (
                dev-libs/expat
                dev-libs/openssl
                >=media-libs/mediastreamer-2.3.0
                media-libs/speex
                net-libs/libsrtp
                net-libs/ortp:=
        )
        meanwhile? ( net-libs/meanwhile )
        otr? ( >=net-libs/libotr-4.0.0 )
        statistics? ( dev-db/sqlite:3 )
        v4l? ( media-libs/libv4l )
        webpresence? (
                dev-libs/libxml2
                dev-libs/libxslt
        )
        xmpp? (
                app-crypt/qca:2[qt4(+)]
                net-dns/libidn
                sys-libs/zlib
        )
        yahoo? ( media-libs/jasper )
"
RDEPEND="${COMMONDEPEND}
        latex? (
                || (
                        media-gfx/imagemagick
                        media-gfx/graphicsmagick[imagemagick]
                )
                virtual/latex-base
        )
        sms? ( app-mobilephone/smssend )
        ssl? ( app-crypt/qca:2[openssl] )
        winpopup? ( net-fs/samba )
"
#       telepathy? ( net-libs/decibel )"
DEPEND="${COMMONDEPEND}
        jingle? ( dev-libs/jsoncpp )
        !aqua? ( x11-proto/scrnsaverproto )
"

src_configure() {
        local x x2
        # Handle common stuff
        local mycmakeargs=(
                $(cmake-utils_use_with jingle GOOGLETALK)
                $(cmake-utils_use_with jingle LiboRTP)
                $(cmake-utils_use_with jingle Mediastreamer)
                $(cmake-utils_use_with jingle Speex)
                $(cmake-utils_use_disable v4l VIDEOSUPPORT)
        )
        # enable protocols
        for x in ${PROTOCOLS}; do
                case ${x/+/} in
                        zeroconf) x2=bonjour ;;
                        xmpp) x2=jabber ;;
                        *) x2='' ;;
                esac
                mycmakeargs+=($(cmake-utils_use_with ${x/+/} ${x2}))
        done

        mycmakeargs+=( -DWITH_Libmsn=OFF -DWITH_qq=OFF )

        # enable plugins
        for x in ${PLUGINS}; do
                mycmakeargs+=($(cmake-utils_use_with ${x/+/}))
        done

        kde4-base_src_configure
}

pkg_postinst() {
        kde4-base_pkg_postinst

        #if use telepathy; then
        #       elog "To use kopete telepathy plugins, you need to start gabble 
first:"
        #       elog "GABBLE_PERSIST=1 telepathy-gabble &"
        #       elog "export 
TELEPATHY_DATA_PATH='${EPREFIX}/usr/share/telepathy/managers/'"
        #fi

        if ! use ssl; then
                if use xmpp ; then # || use irc; then
                        if ! has_version "app-crypt/qca:2[openssl]" ; then
                                elog "In order to use ssl in xmpp you'll need 
to"
                                elog "install app-crypt/qca package with 
USE=openssl."
                        fi
                fi
        fi
}



1.1                  kde-apps/kopete/kopete-4.14.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-apps/kopete/kopete-4.14.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-apps/kopete/kopete-4.14.3.ebuild?rev=1.1&content-type=text/plain

Index: kopete-4.14.3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-apps/kopete/kopete-4.14.3.ebuild,v 1.1 
2015/06/04 18:44:46 kensington Exp $

EAPI=5

KDE_HANDBOOK="optional"
inherit kde4-base

DESCRIPTION="KDE multi-protocol IM client"
HOMEPAGE="http://kopete.kde.org http://www.kde.org/applications/internet/kopete";
KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug ssl v4l"

# tests hang, last checked for 4.2.96
RESTRICT=test

# Available plugins
#
#       addbookmarks: NO DEPS
#       alias: NO DEPS (disabled upstream)
#       autoreplace: NO DEPS
#       contactnotes: NO DEPS
#       highlight: NO DEPS
#       history: NO DEPS
#       latex: virtual/latex as RDEPEND
#       nowlistening: NO DEPS
#       otr: libotr
#       pipes: NO DEPS
#       privacy: NO DEPS
#       statistics: dev-db/sqlite:3
#       texteffect: NO DEPS
#       translator: NO DEPS
#       urlpicpreview: NO DEPS
#       webpresence: libxml2 libxslt
# NOTE: By default we enable all plugins that don't have any dependencies
PLUGINS="+addbookmarks +autoreplace +contactnotes +highlight +history latex
+nowlistening otr +pipes +privacy +statistics +texteffect +translator
+urlpicpreview webpresence"

# Available protocols
#
#       gadu: net-libs/libgadu @since 4.3
#       groupwise: app-crypt/qca:2
#       irc: NO DEPS, probably will fail so inform user about it
#       xmpp: net-dns/libidn app-crypt/qca:2 ENABLED BY DEFAULT NETWORK
#       jingle: media-libs/speex net-libs/ortp DISABLED BY UPSTREAM
#       meanwhile: net-libs/meanwhile
#       oscar: NO DEPS
#   telepathy: net-libs/decibel
#   testbed: NO DEPS
#       winpopup: NO DEPS (we're adding samba as RDEPEND so it works)
#       yahoo: media-libs/jasper
#       zeroconf (bonjour): NO DEPS
PROTOCOLS="gadu groupwise jingle meanwhile oscar skype
sms testbed winpopup +xmpp yahoo zeroconf"

# disabled protocols
#   telepathy: net-libs/decibel
#   irc: NO DEPS
#   msn: net-libs/libmsn
#       qq: NO DEPS

IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}"

COMMONDEPEND="
        dev-libs/libpcre
        $(add_kdebase_dep kdelibs 'zeroconf?')
        $(add_kdebase_dep kdepimlibs)
        media-libs/qimageblitz
        >=dev-qt/qtgui-4.4.0:4[mng]
        !aqua? ( x11-libs/libXScrnSaver )
        gadu? ( >=net-libs/libgadu-1.8.0[threads] )
        groupwise? ( app-crypt/qca:2[qt4(+)] )
        jingle? (
                >=media-libs/mediastreamer-2.3.0
                media-libs/speex
                net-libs/ortp:=
        )
        meanwhile? ( net-libs/meanwhile )
        otr? ( >=net-libs/libotr-4.0.0 )
        statistics? ( dev-db/sqlite:3 )
        v4l? ( media-libs/libv4l )
        webpresence? (
                dev-libs/libxml2
                dev-libs/libxslt
        )
        xmpp? (
                app-crypt/qca:2[qt4(+)]
                net-dns/libidn
        )
        yahoo? ( media-libs/jasper )
"
RDEPEND="${COMMONDEPEND}
        latex? (
                || (
                        media-gfx/imagemagick
                        media-gfx/graphicsmagick[imagemagick]
                )
                virtual/latex-base
        )
        sms? ( app-mobilephone/smssend )
        ssl? ( app-crypt/qca:2[openssl] )
        winpopup? ( net-fs/samba )
"
#       telepathy? ( net-libs/decibel )"
DEPEND="${COMMONDEPEND}
        !aqua? ( x11-proto/scrnsaverproto )
"

src_configure() {
        local x x2
        # Handle common stuff
        local mycmakeargs=(
                $(cmake-utils_use_with jingle GOOGLETALK)
                $(cmake-utils_use_with jingle LiboRTP)
                $(cmake-utils_use_with jingle Mediastreamer)
                $(cmake-utils_use_with jingle Speex)
                $(cmake-utils_use_disable v4l VIDEOSUPPORT)
        )
        # enable protocols
        for x in ${PROTOCOLS}; do
                case ${x/+/} in
                        zeroconf) x2=bonjour ;;
                        xmpp) x2=jabber ;;
                        *) x2='' ;;
                esac
                mycmakeargs+=($(cmake-utils_use_with ${x/+/} ${x2}))
        done

        mycmakeargs+=( -DWITH_Libmsn=OFF -DWITH_qq=OFF )

        # enable plugins
        for x in ${PLUGINS}; do
                mycmakeargs+=($(cmake-utils_use_with ${x/+/}))
        done

        kde4-base_src_configure
}

pkg_postinst() {
        kde4-base_pkg_postinst

        #if use telepathy; then
        #       elog "To use kopete telepathy plugins, you need to start gabble 
first:"
        #       elog "GABBLE_PERSIST=1 telepathy-gabble &"
        #       elog "export 
TELEPATHY_DATA_PATH='${EPREFIX}/usr/share/telepathy/managers/'"
        #fi

        if ! use ssl; then
                if use xmpp ; then # || use irc; then
                        if ! has_version "app-crypt/qca:2[openssl]" ; then
                                elog "In order to use ssl in xmpp you'll need 
to"
                                elog "install app-crypt/qca package with 
USE=openssl."
                        fi
                fi
        fi
}



1.1                  kde-apps/kopete/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-apps/kopete/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-apps/kopete/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for kde-base/kopete
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/kde-apps/kopete/ChangeLog,v 1.1 2015/06/04 
18:44:46 kensington Exp $

  22 Feb 2015; Michał Górny <[email protected]> kopete-4.14.3-r1.ebuild,
  kopete-4.14.3.ebuild:
  Update dependency on QCA plugins to use USE flags on app-crypt/qca:2
  unconditionally, to provide a single sane path for dependency resolution. Bug
  #541066.

  18 Feb 2015; Johannes Huber <[email protected]> metadata.xml:
  Cleanup metadata.xml

  18 Feb 2015; Michał Górny <[email protected]> -kopete-4.12.5.ebuild:
  Remove KDE SC 4.12

  17 Feb 2015; Agostino Sarubbo <[email protected]> kopete-4.14.3.ebuild:
  Stable for ppc64 wrt bug #517344

  16 Feb 2015; Agostino Sarubbo <[email protected]> kopete-4.14.3.ebuild:
  Stable for ppc wrt bug #517344

  14 Feb 2015; Agostino Sarubbo <[email protected]> kopete-4.14.3.ebuild:
  Stable for x86 wrt bug #517344

  11 Feb 2015; Patrick Lauer <[email protected]> kopete-4.14.3-r1.ebuild:
  Whitespace

*kopete-4.14.3-r1 (06 Feb 2015)

  06 Feb 2015; Michael Palimaka <[email protected]>
  +kopete-4.14.3-r1.ebuild:
  Add missing dependencies that prevented libjingle-call from being built wrt
  bug #536326.

  28 Jan 2015; Johannes Huber <[email protected]> kopete-4.12.5.ebuild,
  kopete-4.14.3.ebuild:
  Adjust dependencies to handle merged plugins in >=app-crypt/qca-2.1.

  11 Dec 2014; Manuel Rüger <[email protected]> -kopete-4.14.2.ebuild:
  Remove KDE SC 4.14.2

  11 Dec 2014; Mikle Kolyada <[email protected]> kopete-4.14.3.ebuild:
  amd64 stable wrt bug #517344

*kopete-4.14.3 (16 Nov 2014)

  16 Nov 2014; Alexey Shvetsov <[email protected]> +kopete-4.14.3.ebuild:
  Version bump KDE SC 4.14.3

  14 Nov 2014; Manuel Rüger <[email protected]> -kopete-4.13.3.ebuild,
  -kopete-4.14.1.ebuild:
  Cleanup old.

  25 Oct 2014; Manuel Rüger <[email protected]> -kopete-4.14.0.ebuild:
  Cleanup KDE SC 4.14.0

*kopete-4.14.2 (25 Oct 2014)

  25 Oct 2014; Michael Palimaka <[email protected]> +kopete-4.14.2.ebuild:
  Version bump KDE SC 4.14.2

*kopete-4.14.1 (16 Sep 2014)

  16 Sep 2014; Johannes Huber <[email protected]> +kopete-4.14.1.ebuild:
  Version bump KDE SC 4.14.1

*kopete-4.14.0 (20 Aug 2014)

  20 Aug 2014; Johannes Huber <[email protected]> +kopete-4.14.0.ebuild:
  Version bump KDE SC 4.14.0

  23 Jul 2014; Johannes Huber <[email protected]> -kopete-4.13.2.ebuild:
  Remove KDE SC 4.13.2

*kopete-4.13.3 (16 Jul 2014)

  16 Jul 2014; Johannes Huber <[email protected]> +kopete-4.13.3.ebuild:
  Version bump KDE SC 4.13.3

  19 Jun 2014; Chris Reffett <[email protected]> -kopete-4.13.1.ebuild:
  Remove KDE SC 4.13.1

  19 Jun 2014; Chris Reffett <[email protected]> -kopete-4.13.0.ebuild:
  Remove KDE SC 4.13.0

*kopete-4.13.2 (15 Jun 2014)

  15 Jun 2014; Michael Palimaka <[email protected]> +kopete-4.13.2.ebuild:
  Version bump KDE SC 4.13.2

*kopete-4.13.1 (13 May 2014)

  13 May 2014; Johannes Huber <[email protected]> +kopete-4.13.1.ebuild:
  Version bump KDE SC 4.13.1

  08 May 2014; Johannes Huber <[email protected]>
  -files/kopete-4.11.2-jabber-connect.patch,
  -files/kopete-4.11.2-jabber-connect2.patch:
  Remove unused patches.

  08 May 2014; Agostino Sarubbo <[email protected]> -kopete-4.11.5.ebuild:
  Remove old

  08 May 2014; Agostino Sarubbo <[email protected]> kopete-4.12.5.ebuild:
  Stable for ppc64, wrt bug #504210

  07 May 2014; Agostino Sarubbo <[email protected]> kopete-4.12.5.ebuild:
  Stable for ppc, wrt bug #504210

  07 May 2014; Johannes Huber <[email protected]> -kopete-4.12.3.ebuild:
  Remove KDE SC 4.12.3

  07 May 2014; Mikle Kolyada <[email protected]> kopete-4.12.5.ebuild:
  x86 stable wrt bug #504210

  06 May 2014; Mikle Kolyada <[email protected]> kopete-4.12.5.ebuild:
  amd64 stable wrt bug #504210

  29 Apr 2014; Johannes Huber <[email protected]> -kopete-4.12.4.ebuild:
  Remove KDE SC 4.12.4

*kopete-4.12.5 (29 Apr 2014)

  29 Apr 2014; Johannes Huber <[email protected]> +kopete-4.12.5.ebuild:
  Version bump KDE SC 4.12.5

  16 Apr 2014; Johannes Huber <[email protected]> kopete-4.13.0.ebuild:
  Restore KEYWORDS for KDE SC 4.13.0

*kopete-4.13.0 (16 Apr 2014)

  16 Apr 2014; Johannes Huber <[email protected]> +kopete-4.13.0.ebuild:
  Version bump KDE SC 4.13.0

*kopete-4.12.4 (01 Apr 2014)

  01 Apr 2014; Johannes Huber <[email protected]> +kopete-4.12.4.ebuild:
  Version bump KDE SC 4.12.4

  01 Apr 2014; Johannes Huber <[email protected]> kopete-4.12.3.ebuild:
  Add missing use depend, bug #505744.

  11 Mar 2014; Johannes Huber <[email protected]> -kopete-4.12.2.ebuild:
  Remove KDE SC 4.12.2

*kopete-4.12.3 (04 Mar 2014)

  04 Mar 2014; Johannes Huber <[email protected]> +kopete-4.12.3.ebuild:
  Version bump KDE SC 4.12.3

  23 Feb 2014; Agostino Sarubbo <[email protected]> -kopete-4.11.2-r1.ebuild:
  Remove old

  23 Feb 2014; Agostino Sarubbo <[email protected]> kopete-4.11.5.ebuild:
  Stable for ppc64, wrt bug #493782

  20 Feb 2014; Agostino Sarubbo <[email protected]> kopete-4.11.5.ebuild:
  Stable for ppc, wrt bug #493782

  16 Feb 2014; Agostino Sarubbo <[email protected]> kopete-4.11.5.ebuild:
  Stable for x86, wrt bug #493782

  14 Feb 2014; Johannes Huber <[email protected]> -kopete-4.12.1.ebuild:
  Remove KDE SC 4.12.1

  09 Feb 2014; Agostino Sarubbo <[email protected]> kopete-4.11.5.ebuild:
  Stable for amd64, wrt bug #493782

*kopete-4.12.2 (06 Feb 2014)

  06 Feb 2014; Andreas K. Huettel <[email protected]> +kopete-4.12.2.ebuild:
  Version bump KDE SC 4.12.2

  20 Jan 2014; Michael Palimaka <[email protected]> -kopete-4.12.0.ebuild:
  Remove KDE SC 4.12.0

  20 Jan 2014; Michael Palimaka <[email protected]> kopete-4.11.5.ebuild:
  Restore keywords that were accidentally omitted.

*kopete-4.12.1 (18 Jan 2014)

  18 Jan 2014; Andreas K. Huettel <[email protected]> +kopete-4.12.1.ebuild:
  Version bump KDE SC 4.12.1

  10 Jan 2014; Chris Reffett <[email protected]> -kopete-4.11.4.ebuild:
  Remove KDE SC 4.11.4

*kopete-4.11.5 (10 Jan 2014)

  10 Jan 2014; Chris Reffett <[email protected]> +kopete-4.11.5.ebuild:
  Bump KDE SC 4.11.5

*kopete-4.12.0 (18 Dec 2013)

  18 Dec 2013; Johannes Huber <[email protected]> +kopete-4.12.0.ebuild:
  Version bump KDE SC 4.12.0

  14 Dec 2013; Johannes Huber <[email protected]> -files/kopete-4.10.3-v4l.patch:
  Remove unused patch.

  12 Dec 2013; Agostino Sarubbo <[email protected]> -kopete-4.10.5.ebuild:
  Remove old

  11 Dec 2013; Agostino Sarubbo <[email protected]> kopete-4.11.2-r1.ebuild:
  Stable for ppc64, wrt bug #484884

  11 Dec 2013; Agostino Sarubbo <[email protected]> kopete-4.11.2-r1.ebuild:
  Stable for ppc, wrt bug #484884

  10 Dec 2013; Agostino Sarubbo <[email protected]> kopete-4.11.2-r1.ebuild:
  Stable for ppc, wrt bug #484884

  09 Dec 2013; Agostino Sarubbo <[email protected]> kopete-4.11.2-r1.ebuild:
  Stable for x86, wrt bug #484884

  08 Dec 2013; Agostino Sarubbo <[email protected]> kopete-4.11.2-r1.ebuild:
  Stable for amd64, wrt bug #484884

  04 Dec 2013; Johannes Huber <[email protected]> -kopete-4.11.3.ebuild:
  Remove KDE SC 4.11.3

*kopete-4.11.4 (03 Dec 2013)

  03 Dec 2013; Johannes Huber <[email protected]> +kopete-4.11.4.ebuild:
  Version bump KDE SC 4.11.4

*kopete-4.11.3 (05 Nov 2013)

  05 Nov 2013; Andreas K. Huettel <[email protected]> +kopete-4.11.3.ebuild:
  Version bump KDE SC 4.11.3

*kopete-4.11.2-r1 (25 Oct 2013)

  25 Oct 2013; Johannes Huber <[email protected]>
  +files/kopete-4.11.2-jabber-connect.patch,
  +files/kopete-4.11.2-jabber-connect2.patch, +kopete-4.11.2-r1.ebuild,
  -kopete-4.11.2.ebuild:
  Revision bump adds upstream patches which fixes connection issues to some
  jabber server like facebook fixes bug #483790.

  11 Oct 2013; Johannes Huber <[email protected]> kopete-4.11.2.ebuild:
  Use subslot for net-libs/ortp bug #487518.

  10 Oct 2013; Chris Reffett <[email protected]> -kopete-4.11.1.ebuild:
  Drop KDE SC 4.11.1

*kopete-4.11.2 (08 Oct 2013)

  08 Oct 2013; Chris Reffett <[email protected]> +kopete-4.11.2.ebuild:
  Version bump KDE SC 4.11.2

  03 Sep 2013; Chris Reffett <[email protected]> -kopete-4.11.0.ebuild:
  Drop KDE 4.11.0

*kopete-4.11.1 (03 Sep 2013)

  03 Sep 2013; Chris Reffett <[email protected]> +kopete-4.11.1.ebuild:
  Bump KDE to 4.1.1

*kopete-4.11.0 (14 Aug 2013)

  14 Aug 2013; Andreas K. Huettel <[email protected]> +kopete-4.11.0.ebuild:
  Version bump KDE SC 4.11.0

  02 Aug 2013; Johannes Huber <[email protected]> -kopete-4.10.4.ebuild:
  Remove KDE SC 4.10.4

  02 Aug 2013; Agostino Sarubbo <[email protected]> kopete-4.10.5.ebuild:
  Stable for ppc64, wrt to bug #477634

  31 Jul 2013; Johannes Huber <[email protected]> kopete-4.10.4.ebuild,
  kopete-4.10.5.ebuild:
  Add alternative HOMEPAGE.

  31 Jul 2013; Johannes Huber <[email protected]> kopete-4.10.4.ebuild,
  kopete-4.10.5.ebuild:
  Update HOMEPAGE wrt bug #478860.

  30 Jul 2013; Agostino Sarubbo <[email protected]> kopete-4.10.5.ebuild:
  Stable for ppc, wrt to bug #477634

  29 Jul 2013; Agostino Sarubbo <[email protected]> kopete-4.10.5.ebuild:
  Stable for x86, wrt to bug #477634

  27 Jul 2013; Agostino Sarubbo <[email protected]> kopete-4.10.5.ebuild:
  Stable for amd64, wrt to bug #477634

  03 Jul 2013; Michael Palimaka <[email protected]> kopete-4.10.5.ebuild:
  Remove failing sed that is no longer necessary, wrt bug #475572.

*kopete-4.10.5 (02 Jul 2013)

  02 Jul 2013; Johannes Huber <[email protected]> +kopete-4.10.5.ebuild:
  Version bump KDE SC 4.10.5

  02 Jul 2013; Agostino Sarubbo <[email protected]> -kopete-4.10.3.ebuild:
  Remove old

  02 Jul 2013; Agostino Sarubbo <[email protected]> kopete-4.10.4.ebuild:
  Stable for ppc64, wrt to bug #473942

  01 Jul 2013; Agostino Sarubbo <[email protected]> kopete-4.10.4.ebuild:
  Stable for ppc, wrt to bug #473942

  30 Jun 2013; Agostino Sarubbo <[email protected]> kopete-4.10.4.ebuild:
  Stable for x86, wrt to bug #473942

  29 Jun 2013; Agostino Sarubbo <[email protected]> kopete-4.10.4.ebuild:
  Stable for amd64, wrt to bug #473942

  08 Jun 2013; Agostino Sarubbo <[email protected]> -kopete-4.10.2.ebuild:
  Remove old

  08 Jun 2013; Agostino Sarubbo <[email protected]> kopete-4.10.3.ebuild:
  Stable for ppc64, wrt to bug #471392

  06 Jun 2013; Agostino Sarubbo <[email protected]> kopete-4.10.3.ebuild:
  Stable for ppc, wrt to bug #471392

  05 Jun 2013; Agostino Sarubbo <[email protected]> kopete-4.10.3.ebuild:
  Stable for x86, wrt to bug #471392

*kopete-4.10.4 (04 Jun 2013)

  04 Jun 2013; Johannes Huber <[email protected]> +kopete-4.10.4.ebuild:
  Version bump KDE SC 4.10.4

  04 Jun 2013; Agostino Sarubbo <[email protected]> kopete-4.10.3.ebuild:
  Stable for amd64, wrt to bug #471392

  10 May 2013; Michael Palimaka <[email protected]>
  -files/kopete-4.10.1-nofatalwarn.patch:
  Remove unused patch.

  10 May 2013; Michael Palimaka <[email protected]>
  +files/kopete-4.10.3-v4l.patch, kopete-4.10.3.ebuild:
  Backport patch from upstream to fix build with USE="v4l" and Linux 3.9, wrt
  bug #468844.

  08 May 2013; Johannes Huber <[email protected]> metadata.xml:
  Cleanup unused USE description.

*kopete-4.10.3 (06 May 2013)

  06 May 2013; Johannes Huber <[email protected]> +kopete-4.10.3.ebuild:
  Version bump KDE SC 4.10.3

  05 May 2013; Agostino Sarubbo <[email protected]> -kopete-4.10.1.ebuild:
  Remove old

  05 May 2013; Agostino Sarubbo <[email protected]> kopete-4.10.2.ebuild:
  Stable for ppc64, wrt to bug #466074

  01 May 2013; Agostino Sarubbo <[email protected]> kopete-4.10.2.ebuild:
  Stable for ppc, wrt to bug #466074

  30 Apr 2013; Agostino Sarubbo <[email protected]> kopete-4.10.2.ebuild:
  Stable for x86, wrt to bug #466074

  29 Apr 2013; Agostino Sarubbo <[email protected]> kopete-4.10.2.ebuild:
  Stable for amd64, wrt to bug #466074

  18 Apr 2013; Chris Reffett <[email protected]> kopete-4.10.2.ebuild:
  Also actually disable QQ by default, thanks to kensington for the catch

  18 Apr 2013; Chris Reffett <[email protected]> kopete-4.10.2.ebuild:
  Remove USE="qq" wrt bug 464660.

*kopete-4.10.2 (05 Apr 2013)

  05 Apr 2013; Andreas K. Huettel <[email protected]> +kopete-4.10.2.ebuild:
  Version bump KDE SC 4.10.2

  02 Apr 2013; Agostino Sarubbo <[email protected]> kopete-4.10.1.ebuild:
  Stable for ppc64, wrt to bug #462890

  01 Apr 2013; Agostino Sarubbo <[email protected]> -kopete-4.10.0.ebuild,
  -kopete-4.9.5.ebuild:
  Remove old

  01 Apr 2013; Agostino Sarubbo <[email protected]> kopete-4.10.1.ebuild:
  Stable for ppc, wrt to bug #462890

  31 Mar 2013; Agostino Sarubbo <[email protected]> kopete-4.10.1.ebuild:
  Stable for x86, wrt bug #462890

  31 Mar 2013; Agostino Sarubbo <[email protected]> kopete-4.10.1.ebuild:
  Stable for amd64, wrt bug #462890

  15 Mar 2013; Chris Reffett <[email protected]>
  +files/kopete-4.10.1-nofatalwarn.patch, kopete-4.10.1.ebuild:
  Fix build with USE=qq wrt bug 460636 by patching to remove fatal warnings
  during build.

*kopete-4.10.1 (06 Mar 2013)

  06 Mar 2013; Andreas K. Huettel <[email protected]> +kopete-4.10.1.ebuild:
  Version bump KDE SC 4.10.1

  02 Mar 2013; Markos Chandras <[email protected]> kopete-4.10.0.ebuild,
  kopete-4.9.5.ebuild:
  Move Qt dependencies to the new category

  23 Feb 2013; Agostino Sarubbo <[email protected]> kopete-4.10.0.ebuild,
  kopete-4.9.5.ebuild:
  Add ~ppc64, wrt bug #455960

*kopete-4.10.0 (06 Feb 2013)

  06 Feb 2013; Alexey Shvetsov <[email protected]> +kopete-4.10.0.ebuild:
  Version bump KDE SC 4.10.0

  28 Jan 2013; Agostino Sarubbo <[email protected]> -kopete-4.9.3.ebuild,
  -kopete-4.9.4.ebuild:
  Remove old

  27 Jan 2013; Agostino Sarubbo <[email protected]> kopete-4.9.5.ebuild:
  Stable for ppc, wrt bug #450678

  27 Jan 2013; Agostino Sarubbo <[email protected]> kopete-4.9.5.ebuild:
  Stable for x86, wrt bug #450678

  27 Jan 2013; Agostino Sarubbo <[email protected]> kopete-4.9.5.ebuild:
  Stable for amd64, wrt bug #450678

*kopete-4.9.5 (05 Jan 2013)

  05 Jan 2013; <[email protected]> +kopete-4.9.5.ebuild:
  Version bump KDE SC 4.9.5

  23 Dec 2012; Markus Meier <[email protected]> kopete-4.9.4.ebuild:
  add ~arm

  08 Dec 2012; Andreas K. Huettel <[email protected]> -kopete-4.8.5.ebuild:
  Drop KDE 4.8

*kopete-4.9.4 (05 Dec 2012)

  05 Dec 2012; Alexey Shvetsov <[email protected]> +kopete-4.9.4.ebuild:
  Version bump KDE SC 4.9.4

  30 Nov 2012; <[email protected]> kopete-4.9.3.ebuild:
  Stable for ppc, wrt bug #442394

  23 Nov 2012; Agostino Sarubbo <[email protected]> kopete-4.9.3.ebuild:
  Stable for x86, wrt bug #442394

  23 Nov 2012; Agostino Sarubbo <[email protected]> kopete-4.9.3.ebuild:
  Stable for amd64, wrt bug #442394

  13 Nov 2012; Johannes Huber <[email protected]> -kopete-4.9.2.ebuild:
  Remove KDE SC 4.9.2

  13 Nov 2012; Johannes Huber <[email protected]> -kopete-4.9.1.ebuild:
  Remove KDE SC 4.9.1

*kopete-4.9.3 (08 Nov 2012)

  08 Nov 2012; <[email protected]> +kopete-4.9.3.ebuild:
  Version bump KDE SC 4.9.3

  19 Oct 2012; Chris Reffett <[email protected]> kopete-4.8.5.ebuild,
  kopete-4.9.1.ebuild, kopete-4.9.2.ebuild:
  Add dependencies on <libotr-4.0.0 per bug 438880

*kopete-4.9.2 (02 Oct 2012)

  02 Oct 2012; Johannes Huber <[email protected]> +kopete-4.9.2.ebuild:
  Version bump KDE SC 4.9.2

  21 Sep 2012; Johannes Huber <[email protected]> -kopete-4.9.0.ebuild:
  Remove KDE SC 4.9.0

*kopete-4.9.1 (04 Sep 2012)

  04 Sep 2012; Johannes Huber <[email protected]> +kopete-4.9.1.ebuild:
  Version bump KDE SC 4.9.1

  03 Sep 2012; Johannes Huber <[email protected]> -files/kopete-4.8.3-gcc47.patch:
  Remove old.

  03 Sep 2012; Johannes Huber <[email protected]> -kopete-4.7.4.ebuild:
  Remove KDE SC 4.7.4

  03 Sep 2012; Johannes Huber <[email protected]> -kopete-4.8.3.ebuild:
  Remove KDE SC 4.8.3

  03 Sep 2012; Tomáš Chvátal <[email protected]> kopete-4.8.5.ebuild:
  Stable on ppc wrt bug#431892.

  02 Sep 2012; Agostino Sarubbo <[email protected]> kopete-4.8.5.ebuild:
  Stable for x86, wrt bug #431892

  02 Sep 2012; Agostino Sarubbo <[email protected]> kopete-4.8.5.ebuild:
  Stable for amd64, wrt bug #431892

  17 Aug 2012; Johannes Huber <[email protected]> -kopete-4.8.4.ebuild:
  Remove KDE SC 4.8.4

*kopete-4.8.5 (07 Aug 2012)

  07 Aug 2012; Johannes Huber <[email protected]> +kopete-4.8.5.ebuild:
  Version bump KDE SC 4.8.5

*kopete-4.9.0 (01 Aug 2012)

  01 Aug 2012; Johannes Huber <[email protected]> +kopete-4.9.0.ebuild:
  Version bump KDE SC 4.9.0

*kopete-4.8.4 (21 Jun 2012)

  21 Jun 2012; Andreas K. Huettel <[email protected]> +kopete-4.8.4.ebuild:
  Version bump KDE SC 4.8.4

  24 May 2012; Johannes Huber <[email protected]> -kopete-4.8.1.ebuild:
  Remove KDE SC 4.8.1

  24 May 2012; Agostino Sarubbo <[email protected]> kopete-4.8.3.ebuild:
  Stable for x86, wrt bug #414605

  18 May 2012; Agostino Sarubbo <[email protected]> kopete-4.8.3.ebuild:
  Stable for amd64, wrt bug #414605

  18 May 2012; Joseph Jezak <[email protected]> kopete-4.8.3.ebuild:
  Marked ~ppc ~ppc64 for bug #402989.

  08 May 2012; Johannes Huber <[email protected]> -kopete-4.8.2.ebuild:
  Remove KDE SC 4.8.2

  07 May 2012; Johannes Huber <[email protected]> +files/kopete-4.8.3-gcc47.patch,
  kopete-4.8.3.ebuild:
  Add upstream patch to fix build with gcc47 spotted by Michael (kensington)
  <[email protected]> wrt bug #414773.

*kopete-4.8.3 (03 May 2012)

  03 May 2012; Johannes Huber <[email protected]> +kopete-4.8.3.ebuild:
  Version bump KDE SC 4.8.3

  18 Apr 2012; Markus Meier <[email protected]> kopete-4.8.1.ebuild:
  x86 stable, bug #409403

*kopete-4.8.2 (04 Apr 2012)

  04 Apr 2012; Johannes Huber <[email protected]> +kopete-4.8.2.ebuild:
  Version bump KDE SC 4.8.2

  04 Apr 2012; Agostino Sarubbo <[email protected]> kopete-4.8.1.ebuild:
  Stable for amd64, wrt bug #409403

  23 Mar 2012; Johannes Huber <[email protected]> -kopete-4.8.0.ebuild:
  Remove KDE SC 4.8.0

*kopete-4.8.1 (06 Mar 2012)

  06 Mar 2012; Andreas K. Huettel <[email protected]> +kopete-4.8.1.ebuild:
  Version bump KDE SC 4.8.1

  20 Feb 2012; Johannes Huber <[email protected]> -kopete-4.6.3.ebuild:
  Remove KDE SC 4.6.3

  18 Feb 2012; nixnut <[email protected]> kopete-4.7.4.ebuild:
  ppc stable #396359

*kopete-4.8.0 (25 Jan 2012)

  25 Jan 2012; Johannes Huber <[email protected]> +kopete-4.8.0.ebuild:
  Version bump KDE SC 4.8.0

  17 Jan 2012; Johannes Huber <[email protected]> -kopete-4.7.3.ebuild:
  Remove KDE SC 4.7.3

  16 Jan 2012; Agostino Sarubbo <[email protected]> kopete-4.7.4.ebuild:
  Stable for amd64, wrt bug #396359

  09 Jan 2012; Pawel Hajdan jr <[email protected]> kopete-4.7.4.ebuild:
  x86 stable wrt bug #396359

  18 Dec 2011; Andreas K. Huettel <[email protected]> -kopete-4.6.5.ebuild:
  Drop KDE 4.6.5

*kopete-4.7.4 (11 Dec 2011)

  11 Dec 2011; Alexey Shvetsov <[email protected]> +kopete-4.7.4.ebuild:
  Version bump KDE SC 4.7.4

  07 Dec 2011; Andreas K. Huettel <[email protected]> -kopete-4.7.2.ebuild:
  Drop KDE 4.7.2

  07 Dec 2011; Markos Chandras <[email protected]> kopete-4.7.3.ebuild:
  Stable on amd64 wrt bug #388279

  07 Dec 2011; Pawel Hajdan jr <[email protected]> kopete-4.7.3.ebuild:
  x86 stable wrt bug #388279

*kopete-4.7.3 (02 Nov 2011)

  02 Nov 2011; Alexey Shvetsov <[email protected]> +kopete-4.7.3.ebuild:
  Version bump KDE SC 4.7.3

  30 Oct 2011; Samuli Suominen <[email protected]> kopete-4.6.3.ebuild,
  kopete-4.6.5.ebuild, kopete-4.7.2.ebuild:
  Rename obsolete USE="v4l2" to USE="v4l" wrt #385241

  28 Oct 2011; Andreas K. Huettel <[email protected]> -kopete-4.7.1.ebuild:
  Drop KDEpim 4.6.1 and KDE 4.7.1

  15 Oct 2011; Andreas K. Huettel <[email protected]> -kopete-4.7.0.ebuild:
  Drop KDE 4.7.0

*kopete-4.7.2 (06 Oct 2011)

  06 Oct 2011; Alexey Shvetsov <[email protected]> +kopete-4.7.2.ebuild:
  Version bump KDE SC 4.7.2

*kopete-4.7.1 (07 Sep 2011)

  07 Sep 2011; Alexey Shvetsov <[email protected]> +kopete-4.7.1.ebuild:
  Version bump KDE SC 4.7.1

  15 Aug 2011; Markus Meier <[email protected]> kopete-4.6.5.ebuild:
  x86 stable, bug #377465

  12 Aug 2011; Andreas K. Huettel <[email protected]> -kopete-4.6.4.ebuild:
  Drop KDE 4.6.4

  09 Aug 2011; Markos Chandras <[email protected]> kopete-4.6.5.ebuild:
  Stable on amd64 wrt bug #377465

*kopete-4.7.0 (27 Jul 2011)

  27 Jul 2011; Alexey Shvetsov <[email protected]> +kopete-4.7.0.ebuild:
  Version bump KDE SC 4.7.0

*kopete-4.6.5 (09 Jul 2011)

  09 Jul 2011; Alexey Shvetsov <[email protected]> +kopete-4.6.5.ebuild:
  Version bump KDE SC 4.6.5

  06 Jul 2011; Andreas K. Huettel <[email protected]> -kopete-4.6.2.ebuild:
  Drop KDE 4.6.2

  25 Jun 2011; Brent Baude <[email protected]> kopete-4.6.3.ebuild:
  Marking kopete-4.6.3 ppc stable for bug 369979

*kopete-4.6.4 (10 Jun 2011)

  10 Jun 2011; Andreas K. Huettel <[email protected]> +kopete-4.6.4.ebuild:
  Version bump

  10 Jun 2011; Markos Chandras <[email protected]> kopete-4.6.3.ebuild:
  Stable on amd64 wrt bug #369979

  08 Jun 2011; Thomas Kahle <[email protected]> kopete-4.6.3.ebuild:
  x86 stable per bug 369979

  02 Jun 2011; Andreas K. Huettel <[email protected]>
  -kopete-4.4.5-r2.ebuild, -files/kopete-4.4.5-openssl-1.patch,
  -files/kopete-4.4.5-server.patch:
  Drop KDE-4.4

  01 Jun 2011; Brent Baude <[email protected]> kopete-4.6.2.ebuild:
  Marking kopete-4.6.2 ppc stable for bug 354033

  09 May 2011; Markos Chandras <[email protected]> kopete-4.6.2.ebuild:
  Stable on amd64 wrt bug #354033

  09 May 2011; Thomas Kahle <[email protected]> kopete-4.6.2.ebuild:
  x86 stable per bug 354033

*kopete-4.6.3 (07 May 2011)

  07 May 2011; Tomáš Chvátal <[email protected]> +kopete-4.6.3.ebuild:
  Version bump KDE SC 4.6.3

  07 Apr 2011; Tomáš Chvátal <[email protected]> -kopete-4.4.5-r1.ebuild,
  kopete-4.6.2.ebuild:
  Rename jabber useflag to xmpp. Drop older ebuild.

*kopete-4.6.2 (06 Apr 2011)

  06 Apr 2011; Tomáš Chvátal <[email protected]> -kopete-4.5.5.ebuild,
  -kopete-4.6.0.ebuild, -kopete-4.6.1.ebuild, +kopete-4.6.2.ebuild:
  Version bump KDE SC 4.6.2

  05 Mar 2011; Andreas K. Huettel <[email protected]>
  kopete-4.6.1.ebuild:
  Added missing dependency of yahoo protocol on media-libs/jasper, bug
  357537

*kopete-4.6.1 (04 Mar 2011)

  04 Mar 2011; Alexey Shvetsov <[email protected]> +kopete-4.6.1.ebuild:
  Version bump KDE SC 4.6.1

*kopete-4.6.0 (26 Jan 2011)

  26 Jan 2011; Alexey Shvetsov <[email protected]> +kopete-4.6.0.ebuild:
  Version bump KDE SC 4.6.0

*kopete-4.5.5 (10 Jan 2011)

  10 Jan 2011; Theo Chatzimichos <[email protected]> +kopete-4.5.5.ebuild:
  Version bump KDE SC 4.5.5

*kopete-4.4.5-r2 (14 Dec 2010)

  14 Dec 2010; Andreas K. Huettel <[email protected]>
  +kopete-4.4.5-r2.ebuild, +files/kopete-4.4.5-server.patch:
  Added upstream patch to fix ICQ server name (bug 346119). Version bump
  straight to stable.

*kopete-4.5.4 (02 Dec 2010)

  02 Dec 2010; Alexey Shvetsov <[email protected]> +kopete-4.5.4.ebuild:
  Version bump KDE SC 4.5.4

*kopete-4.5.3 (03 Nov 2010)

  03 Nov 2010; Tomáš Chvátal <[email protected]> +kopete-4.5.3.ebuild:
  Version bump

*kopete-4.5.2 (05 Oct 2010)

  05 Oct 2010; Alexey Shvetsov <[email protected]> +kopete-4.5.2.ebuild:
  Version bump KDE SC 4.5.2

*kopete-4.5.1 (06 Sep 2010)

  06 Sep 2010; Theo Chatzimichos <[email protected]>
  +kopete-4.5.1.ebuild:
  Version bump

  09 Aug 2010; Tomáš Chvátal <[email protected]>
  -files/kopete-4.4.2-yahoo-stealth-fix.patch, -kopete-4.4.5.ebuild,
  kopete-4.4.5-r1.ebuild, metadata.xml:
  Drop redundant version.

  09 Aug 2010; Tomáš Chvátal <[email protected]> kopete-4.4.5.ebuild,
  kopete-4.4.5-r1.ebuild, metadata.xml:
  Drop unused use-local desc.

  09 Aug 2010; Tomáš Chvátal <[email protected]> kopete-4.4.5.ebuild,
  kopete-4.4.5-r1.ebuild:
  Drop alpha ia64 and sparc per the AT Lead permission.

  09 Aug 2010; Tomáš Chvátal <[email protected]> -kopete-4.3.5.ebuild,
  -kopete-4.4.4-r2.ebuild, -kopete-4.4.4-r3.ebuild:
  rm

  09 Aug 2010; Christian Faulhammer <[email protected]>
  kopete-4.4.5-r1.ebuild:
  x86 stable, bug 322791

  09 Aug 2010; Joseph Jezak <[email protected]> kopete-4.4.5-r1.ebuild:
  Marked ppc stable for bug #322791.

  03 Aug 2010; Markos Chandras <[email protected]> kopete-4.4.5-r1.ebuild:
  Stable on amd64 wrt bug #322791

*kopete-4.4.5-r1 (15 Jul 2010)
*kopete-4.4.4-r3 (15 Jul 2010)

  15 Jul 2010; Jorge Manuel B. S. Vicetto <[email protected]>
  +kopete-4.4.4-r3.ebuild, +kopete-4.4.5-r1.ebuild,
  +files/kopete-4.4.5-openssl-1.patch:
  Bumped kopete-4.4.4-r2 and kopete-4.4.5 to add fix for building wlm
  protocol support. Thanks to Alin Năstac <[email protected]> - fixes bug
  328229.
  Added patch to allow kopete-4.4.5 to build against openssl-1 based on
  Samuli Suominen's patch for libmsn-4.1.

*kopete-4.4.5 (30 Jun 2010)

  30 Jun 2010; Alexey Shvetsov <[email protected]> +kopete-4.4.5.ebuild:
  Version bump

  29 Jun 2010; Maciej Mrozowski <[email protected]> kopete-4.3.5.ebuild:
  Depend on qimageblitz (backport from 4.4.4, bug 324123)

  27 Jun 2010; Christian Faulhammer <[email protected]>
  kopete-4.4.4-r2.ebuild:
  x86 stable, bug 322791

  24 Jun 2010; Christoph Mende <[email protected]> kopete-4.4.4-r2.ebuild:
  Stable on amd64 wrt bug #322791

  22 Jun 2010; Maciej Mrozowski <[email protected]>
  kopete-4.4.4-r2.ebuild:
  Raise dependencies to libmsn-4.1

*kopete-4.4.4-r2 (22 Jun 2010)

  22 Jun 2010; Maciej Mrozowski <[email protected]>
  -kopete-4.4.4-r1.ebuild, +kopete-4.4.4-r2.ebuild:
  Fix msn/wlm automagic, bug 323861

  21 Jun 2010; Tomáš Chvátal <[email protected]> -kopete-4.3.3.ebuild,
  kopete-4.3.5.ebuild, kopete-4.4.4-r1.ebuild:
  Drop 4.3.3. Drop hppa keywords per bug #304363

  07 Jun 2010; Jorge Manuel B. S. Vicetto <[email protected]>
  kopete-4.4.4-r1.ebuild:
  [kde-base/kopete-4.4.4-r1] Added samba RDEPEND for winpopup.

*kopete-4.4.4-r1 (06 Jun 2010)

  06 Jun 2010; Jorge Manuel B. S. Vicetto <[email protected]>
  +kopete-4.4.4-r1.ebuild, metadata.xml:
  [kde-base/kopete-4.4.4-r1] Replaced bonjour with zeroconf use flag. Fixes
  bug 322563 and applies again the fix for bug 307105.
  Dropped kopete-4.4.4.

  06 Jun 2010; Tomáš Chvátal <[email protected]> -kopete-4.4.2.ebuild,
  -kopete-4.4.2-r1.ebuild, -kopete-4.4.3.ebuild, +kopete-4.4.4.ebuild,
  metadata.xml:
  Drop unused use desc.

*kopete-4.4.4 (06 Jun 2010)

  06 Jun 2010; Tomáš Chvátal <[email protected]> -kopete-4.4.2.ebuild,
  -kopete-4.4.2-r1.ebuild, -kopete-4.4.3.ebuild, +kopete-4.4.4.ebuild:
  Remove old. Version bump.

  15 May 2010; Maciej Mrozowski <[email protected]>
  kopete-4.4.2-r1.ebuild, kopete-4.4.3.ebuild:
  Sync qimageblitz dep to 4.4.3

  03 May 2010; Alexey Shvetsov <[email protected]> -kopete-4.4.1.ebuild:
  Drop KDE SC 4.4.1

*kopete-4.4.3 (03 May 2010)

  03 May 2010; Alexey Shvetsov <[email protected]> +kopete-4.4.3.ebuild:
  Version bump

*kopete-4.4.2-r1 (04 Apr 2010)

  04 Apr 2010; Jorge Manuel B. S. Vicetto <[email protected]>
  +kopete-4.4.2-r1.ebuild, +files/kopete-4.4.2-yahoo-stealth-fix.patch,
  metadata.xml:
  [kde-base/kopete-4.4.2-r1] Revbumped kopete to apply a few fixes:
  Added upstream patch to fix issues with yahoo and stealth. Fixes bug
  311445 - thanks to Navid Zamani <[email protected]>.
  Replaced bonjour with zeroconf use flag. Fixes bug 307105 - thanks to
  Doktor Notor <[email protected]>.
  Added explicit dep on kde-base/qimageblitz. Fixes bug 307803.

  31 Mar 2010; Dror Levin <[email protected]> -kopete-4.3.4.ebuild,
  -kopete-4.4.0.ebuild:
  Remove old KDE versions.

*kopete-4.4.2 (30 Mar 2010)

  30 Mar 2010; Dror Levin <[email protected]> +kopete-4.4.2.ebuild:
  Version bump

  11 Mar 2010; Brent Baude <[email protected]> kopete-4.3.5.ebuild:
  Marking kopete-4.3.5 ppc stable for bug 300393

*kopete-4.4.1 (02 Mar 2010)

  02 Mar 2010; Theo Chatzimichos <[email protected]>
  +kopete-4.4.1.ebuild:
  Version bump

  20 Feb 2010; Samuli Suominen <[email protected]> kopete-4.3.5.ebuild:
  amd64/x86 stable wrt #300393

  15 Feb 2010; Samuli Suominen <[email protected]> kopete-4.3.3.ebuild,
  kopete-4.3.4.ebuild, kopete-4.3.5.ebuild, kopete-4.4.0.ebuild,
  metadata.xml:
  Remove kopete-facebook plug-in since FaceBook now supports XMPP (Jabber).

  09 Feb 2010; Samuli Suominen <[email protected]> kopete-4.3.5.ebuild:
  Restrict libmsn depend to <4.0 for API/ABI change.

*kopete-4.4.0 (08 Feb 2010)

  08 Feb 2010; Alexey Shvetsov <[email protected]> +kopete-4.4.0.ebuild:
  Version bump to KDE SC 4.4.0

*kopete-4.3.5 (25 Jan 2010)

  25 Jan 2010; Tomáš Chvátal <[email protected]> +kopete-4.3.5.ebuild:
  Version bump

  23 Jan 2010; Samuli Suominen <[email protected]> kopete-4.3.3.ebuild,
  kopete-4.3.4.ebuild:
  Restrict libmsn depend to <4.0 for API/ABI change.

  22 Jan 2010; Jonathan Callen <[email protected]> kopete-4.3.4.ebuild:
  Keyword ~amd64-linux/~x86-linux

  19 Jan 2010; Jeroen Roovers <[email protected]> kopete-4.3.3.ebuild:
  Stable for HPPA too.

  23 Dec 2009; Jonathan Callen <[email protected]> kopete-4.3.4.ebuild:
  Pull in changes from overlay and prefix support

  10 Dec 2009; Tomáš Chvátal <[email protected]> -kopete-4.3.1.ebuild:
  Drop KDE SC-4.3.1.

  10 Dec 2009; Christian Faulhammer <[email protected]> kopete-4.3.3.ebuild:
  x86 stable, bug 292455

*kopete-4.3.4 (01 Dec 2009)

  01 Dec 2009; Alex Alexander <[email protected]> +kopete-4.3.4.ebuild:
  Version bump

  30 Nov 2009; Joseph Jezak <[email protected]> kopete-4.3.3.ebuild:
  Marked ppc/ppc64 stable for bug #292455.

  29 Nov 2009; Raúl Porcel <[email protected]> kopete-4.3.3.ebuild:
  Add ~sparc

  29 Nov 2009; Samuli Suominen <[email protected]> kopete-4.3.3.ebuild:
  amd64 stable wrt #292455

  19 Nov 2009; Samuli Suominen <[email protected]>
  -files/kopete-0.12_alpha1-xscreensaver.patch,
  -files/kopete-3.5.5-icqfix.patch,
  -files/kdenetwork-3.5.5-linux-headers-2.6.18.patch, -kopete-3.5.10.ebuild,
  -kopete-3.5.10-r2.ebuild, -kopete-3.5.10-r4.ebuild,
  -files/kopete-3.5.10-gcc43.patch, -files/kopete-3.5.10-glibc210.patch,
  -files/kopete-3.5.10-icq-protocol-change2.patch,
  -files/kopete-3.5.10-jabber-protocol-gtalknickfix.patch,
  -files/kopete-3.5.10-libgadu-CVE-2008-4776.patch,
  -files/kopete-3.5-rolling_icon.patch, -files/emoticon-manager.patch:
  Remove KDE 3.5.10.

  09 Nov 2009; Jonathan Callen <[email protected]> -files/4.2.4-yahoo.patch:
  Drop unneeded patch

  08 Nov 2009; Alexey Shvetsov <[email protected]> -kopete-4.3.2.ebuild:
  Drop KDE 4.3.2

  08 Nov 2009; Alexey Shvetsov <[email protected]> -kopete-4.2.4-r1.ebuild:
  Drop KDE 4.2.4

*kopete-4.3.3 (02 Nov 2009)

  02 Nov 2009; Alex Alexander <[email protected]> +kopete-4.3.3.ebuild:
  Version bump

  01 Nov 2009; Jonathan Callen <[email protected]> -kopete-4.2.4.ebuild:
  Drop old revision

  22 Oct 2009; Tomáš Chvátal <[email protected]> kopete-4.3.1.ebuild,
  kopete-4.3.2.ebuild:
  Add missing dep on kdepimlibs.

  18 Oct 2009; Markus Meier <[email protected]> kopete-4.3.1.ebuild:
  x86 stable, bug #287697

  12 Oct 2009; Jonathan Callen <[email protected]>
  -files/kopete-3.5.9-icq-protocol-change.patch, -kopete-3.5.10-r3.ebuild:
  Clean out cruft

  12 Oct 2009; Jonathan Callen <[email protected]> -kopete-3.5.9.ebuild,
  -kopete-3.5.9-r2.ebuild:
  KDE 3.5.9 removal

  10 Oct 2009; Samuli Suominen <[email protected]> kopete-4.3.1.ebuild:
  amd64 stable wrt #287697

  08 Oct 2009; Alexey Shvetsov <[email protected]> -kopete-4.3.0.ebuild:
  Drop KDE 4.3.0

  08 Oct 2009; Tomáš Chvátal <[email protected]> kopete-4.3.0.ebuild,
  kopete-4.3.1.ebuild, kopete-4.3.2.ebuild:
  Libgadu require threads enabled to work.

*kopete-4.3.2 (06 Oct 2009)

  06 Oct 2009; Alexey Shvetsov <[email protected]> +kopete-4.3.2.ebuild:
  Version bump

  01 Sep 2009; Theo Chatzimichos <[email protected]> kopete-4.3.1.ebuild:
  Remove kopete-facebook useflag and dep, still only available for overlay
  ebuilds

*kopete-4.3.1 (01 Sep 2009)

  01 Sep 2009; Theo Chatzimichos <[email protected]>
  +kopete-4.3.1.ebuild:
  Version bump

  04 Aug 2009; Alex Alexander <[email protected]> metadata.xml:
  added skype use desc

*kopete-4.3.0 (04 Aug 2009)

  04 Aug 2009; Alex Alexander <[email protected]> +kopete-4.3.0.ebuild:
  Version bump

  12 Jul 2009; Raúl Porcel <[email protected]> kopete-3.5.10.ebuild:
  alpha/ia64/sparc stable wrt #271889

  08 Jul 2009; Alexey Shvetsov <[email protected]> kopete-3.5.10-r4.ebuild:
  Add ~mips keywords

  06 Jul 2009; Brent Baude <[email protected]> kopete-3.5.10.ebuild:
  Marking kopete-3.5.10 ppc64 stable for bug 271889

*kopete-4.2.4-r1 (26 Jun 2009)

  26 Jun 2009; Tomáš Chvátal <[email protected]>
  +files/4.2.4-yahoo.patch, +kopete-4.2.4-r1.ebuild:
  Revision bump. Fixes kopete and yahoo issues. Fixes bug #274751.

  18 Jun 2009; Jeroen Roovers <[email protected]> kopete-3.5.10-r4.ebuild:
  Stable for HPPA (bug #271889).

  14 Jun 2009; Alexey Shvetsov <[email protected]>
  -files/gnomemeeting-ekiga.patch:
  Clean unneeded patches

  14 Jun 2009; Alexey Shvetsov <[email protected]> -kopete-4.2.3.ebuild:
  Drop KDE 4.2.3

  12 Jun 2009; Gordon Malm <[email protected]> kopete-3.5.10-r4.ebuild:
  Add back netmeeting USE flag, really fix bug #272678

  12 Jun 2009; Theo Chatzimichos <[email protected]>
  kopete-3.5.10-r4.ebuild:
  Drop netmeeting flag as it is broken and old, bug 272678

  06 Jun 2009; nixnut <[email protected]> kopete-3.5.10-r4.ebuild:
  ppc stable #271889

  06 Jun 2009; Markus Meier <[email protected]> kopete-3.5.10-r4.ebuild:
  amd64/x86 stable, bug #271889

  05 Jun 2009; Alexey Shvetsov <[email protected]> ChangeLog:
  Fix accidently added keywords

  04 Jun 2009; Theo Chatzimichos <[email protected]>
  kopete-3.5.10-r4.ebuild, +files/kopete-3.5.10-glibc210.patch:
  Add glibc-2.10 patch, bug 270601

*kopete-4.2.4 (04 Jun 2009)

  04 Jun 2009; Alexey Shvetsov <[email protected]> +kopete-4.2.4.ebuild:
  Version bump

  03 Jun 2009; Alexey Shvetsov <[email protected]> -kopete-4.2.2-r1.ebuild:
  Drop KDE 4.2.2

  03 Jun 2009; Brent Baude <[email protected]> kopete-3.5.10-r2.ebuild:
  Marking kopete-3.5.10-r2 ppc64 stable for bug 271889

  31 May 2009; nixnut <[email protected]> kopete-3.5.10-r2.ebuild:
  ppc stable #271889

  29 May 2009; Tomáš Chvátal <[email protected]>
  kopete-3.5.10-r4.ebuild,
  +files/kopete-3.5.10-jabber-protocol-gtalknickfix.patch:
  Apply google talk nickname fix. Per bug #271672. Without revbump. Thanks
  to Yar Odin for the patch.

  27 May 2009; Theo Chatzimichos <[email protected]>
  kopete-3.5.10-r4.ebuild, +files/emoticon-manager.patch, metadata.xml:
  Add emoticons theme manager, enhancement bug 245604

*kopete-3.5.10-r4 (27 May 2009)

  27 May 2009; Theo Chatzimichos <[email protected]>
  +kopete-3.5.10-r4.ebuild, +files/kopete-3.5.10-icq-protocol-change2.patch,
  +files/kopete-3.5.10-libgadu-CVE-2008-4776.patch:
  Revision bump, add patch for gadu, security bug 264613, add v4l2 use flag,
  bug 265248, add patch for icq, bug 257625

*kopete-3.5.10-r3 (26 May 2009)

  26 May 2009; Theo Chatzimichos <[email protected]>
  +kopete-3.5.10-r3.ebuild:
  Revbump needed for previous commit

  26 May 2009; Theo Chatzimichos <[email protected]>
  kopete-3.5.10-r2.ebuild, +files/kopete-3.5-rolling_icon.patch:
  Apply patch to stopthe rolling kopete icon in toolbar, bug 198884

*kopete-3.5.10-r2 (17 May 2009)
*kopete-3.5.9-r2 (17 May 2009)

  17 May 2009; Jorge Manuel B. S. Vicetto <[email protected]>
  -kopete-3.5.9-r1.ebuild, +kopete-3.5.9-r2.ebuild,
  -kopete-3.5.10-r1.ebuild, +kopete-3.5.10-r2.ebuild:
  Bumped kopete-3.5.10 and kopete-3.5.9 to fix the USE="-meanwhile"
  compilation issue and improved handling of protocols.

*kopete-3.5.10-r1 (15 May 2009)
*kopete-3.5.9-r1 (15 May 2009)

  15 May 2009; Jorge Manuel B. S. Vicetto <[email protected]>
  +kopete-3.5.9-r1.ebuild, +kopete-3.5.10-r1.ebuild:
  Forcibly disabled gadu for kopete-3.5 ebuilds as they won't build against
  system gadu and use a bundled insecure version - fixes bug 264613.

  10 May 2009; Tomas Chvatal <[email protected]> metadata.xml:
  Remove unused local useflags

*kopete-4.2.3 (06 May 2009)

  06 May 2009; Tomas Chvatal <[email protected]> +kopete-4.2.3.ebuild:
  Version bump

  28 Apr 2009; Tomas Chvatal <[email protected]> metadata.xml,
  -kopete-4.2.2.ebuild:
  Update metadata.xml to reflect useflag changes.

  17 Apr 2009; Alexey Shvetsov <[email protected]> -kopete-4.2.1.ebuild,
  kopete-4.2.2, kopete-4.2.2-r1:
  Restore ~hppa keywords

  16 Apr 2009; Alexey Shvetsov <[email protected]> -kopete-4.2.1.ebuild:
  Drop KDE 4.2.1

  15 Apr 2009; Tomas Chvatal <[email protected]> kopete-4.2.2-r1.ebuild:
  Fix the fix of fix. Now i had a time to test it correctly so added a
  correct support for msn via wlm throught msn useflag.

  15 Apr 2009; Tomas Chvatal <[email protected]> kopete-4.2.2-r1.ebuild:
  Fix variable definition. Per bug 266178. Thanks to fedux for reporting.

*kopete-4.2.2-r1 (14 Apr 2009)

  14 Apr 2009; Tomas Chvatal <[email protected]> +kopete-4.2.2-r1.ebuild:
  Update kopete ebuild to reflect wlm/msn changes. Deprecate msn, and put
  wlm under msn useflag.

*kopete-4.2.2 (11 Apr 2009)

  11 Apr 2009; Alexey Shvetsov <[email protected]> +kopete-4.2.2.ebuild:
  Add KDE 4.2.2

  11 Apr 2009; Raúl Porcel <[email protected]> kopete-4.2.1.ebuild:
  Add ~alpha/~ia64 wrt #260777

  09 Apr 2009; Ryan Hill <[email protected]> kopete-3.5.9.ebuild:
  Fix 3.5.9 to build with GCC 4.3 too.

  08 Mar 2009; Alexey Shvetsov <[email protected]> -kopete-4.2.0.ebuild:
  Drop KDE 4.2.0

*kopete-4.2.1 (04 Mar 2009)

  04 Mar 2009; Alexey Shvetsov <[email protected]> +kopete-4.2.1.ebuild:
  Bump KDE 4.2.1

  28 Feb 2009; Tomas Chvatal <[email protected]> kopete-4.2.0.ebuild:
  Update deps to allow fancy moving icons. Per bug #242092.

  19 Feb 2009; Alexey Shvetsov <[email protected]> -kopete-4.1.4.ebuild:
  Drop stale kde 4.1.4

  12 Feb 2009; Alexey Shvetsov <[email protected]>
  -files/kopete-3.5.5-enable-final-redefines.patch,
  -files/kopete-3.5.5-status-visibility.patch,
  -files/kopete-3.5.6-cryptobug.patch, -files/kopete-3.5.6-utf8-fix.diff,
  -files/kopete-3.5.7-videodevice.patch, -kopete-3.5.6-r2.ebuild,
  -kopete-3.5.8.ebuild:
  Drop stalled kde 3.5.[45678] ebuilds

  01 Feb 2009; Jorge Manuel B. S. Vicetto <[email protected]>
  kopete-4.2.0.ebuild:
  Restored ~ppc and ~ppc64 keywords to KDE-4.2.0

  31 Jan 2009; Tomas Chvatal <[email protected]> kopete-4.2.0.ebuild:
  Fix deps. Per bug #257125

  29 Jan 2009; Alexey Shvetsov <[email protected]> metadata.xml:
  Fix metadata.xml

*kopete-4.2.0 (27 Jan 2009)

  27 Jan 2009; Alexey Shvetsov <[email protected]> +kopete-4.2.0.ebuild:
  Bump KDE-4.2.0

  14 Jan 2009; Alexey Shvetsov <[email protected]> -kopete-4.1.2.ebuild,
  -kopete-4.1.3.ebuild:
  Drop KDE 4.1.2 and 4.1.3

*kopete-4.1.4 (13 Jan 2009)

  13 Jan 2009; Alexey Shvetsov <[email protected]> +kopete-4.1.4.ebuild:
  Bump to 4.1.4

  15 Nov 2008; Mike Frysinger <[email protected]> kopete-4.1.3.ebuild:
  Add ppc/ppc64 love #244306.

  13 Nov 2008; Mike Frysinger <[email protected]> kopete-4.1.3.ebuild:
  Restore dropped code for ppc64.

*kopete-4.1.3 (09 Nov 2008)

  09 Nov 2008; Tomas Chvatal <[email protected]> +kopete-4.1.3.ebuild:
  Version bump.

  03 Nov 2008; Mike Frysinger <[email protected]> kopete-4.1.2.ebuild:
  Add -mminimal-toc for ppc64 systems.

  21 Oct 2008; Jorge Manuel B. S. Vicetto <[email protected]>
  -kopete-4.0.4.ebuild, -kopete-4.0.5.ebuild:
  Removing KDE-4.0.X packages now that 4.1.2 was put in the tree.

*kopete-4.1.2 (02 Oct 2008)

  02 Oct 2008; Jorge Manuel B. S. Vicetto <[email protected]>
  metadata.xml, +kopete-4.1.2.ebuild:
  Add kde-4.1.2 into the tree from the kde-testing overlay.

  30 Sep 2008; Ryan Hill <[email protected]>
  +files/kopete-3.5.10-gcc43.patch, kopete-3.5.10.ebuild:
  Fix GCC 4.3 build error w/ USE="jingle". Patch from devsk in bug #223535.

*kopete-3.5.10 (13 Sep 2008)

  13 Sep 2008; Carsten Lohrke <[email protected]> +kopete-3.5.10.ebuild:
  Version bump.

  04 Sep 2008; Christian Faulhammer <[email protected]>
  kopete-3.5.6-r2.ebuild, kopete-3.5.8.ebuild:
  change dependency from virtual/tetex to virtual/latex-base

  03 Sep 2008; Christian Faulhammer <[email protected]> kopete-3.5.9.ebuild:
  fix dependency on virtual/tetex

  04 Jul 2008; Tobias Heinlein <[email protected]>
  +files/kopete-3.5.9-icq-protocol-change.patch, kopete-3.5.9.ebuild:
  Include patch to fix bug #224721 if kopete's autoupdate fails.

  09 Jun 2008; Tobias Heinlein <[email protected]> -kopete-4.0.2.ebuild,
  -kopete-4.0.3.ebuild:
  Removed old versions.

*kopete-4.0.5 (05 Jun 2008)

  05 Jun 2008; Tobias Heinlein <[email protected]> +kopete-4.0.5.ebuild:
  Added the KDE 4.0.5 version of kopete.

  18 May 2008; Markus Meier <[email protected]> kopete-3.5.9.ebuild:
  amd64/x86 stable, bug #221063

*kopete-4.0.4 (15 May 2008)

  15 May 2008; Ingmar Vanhassel <[email protected]> +kopete-4.0.4.ebuild:
  Added KDE 4.0.4 version of kopete. Thanks to Jorge Manuel B. S. Vicetto.

  14 May 2008; Markus Rothe <[email protected]> kopete-3.5.9.ebuild:
  Stable on ppc64; bug #221063

  12 May 2008; Jeroen Roovers <[email protected]> kopete-3.5.9.ebuild:
  Stable for HPPA (bug #221063).

  12 May 2008; Brent Baude <[email protected]> kopete-3.5.9.ebuild:
  Marking kopete-3.5.9 ppc stable for bug 221063

  12 May 2008; Raúl Porcel <[email protected]> kopete-3.5.9.ebuild:
  alpha/ia64/sparc stable wrt #221063

*kopete-4.0.3 (03 Apr 2008)

  03 Apr 2008; Wulf C. Krueger <[email protected]> +kopete-4.0.3.ebuild:
  Version bump to KDE 4.0.3. This is still not intended for mainstream so DO
  NOT KEYWORD IT without talking to the KDE herd first.

  20 Mar 2008; Ingmar Vanhassel <[email protected]> -kopete-4.0.1.ebuild:
  Old.

  11 Mar 2008; Wulf C. Krueger <[email protected]> kopete-4.0.2.ebuild:
  Post-bump fix kindly provided by jmbsvicetto to fix bug 206877.

*kopete-4.0.2 (10 Mar 2008)

  10 Mar 2008; Wulf C. Krueger <[email protected]> +kopete-4.0.2.ebuild:
  Version bump to KDE 4.0.2

  04 Mar 2008; Jeroen Roovers <[email protected]> kopete-3.5.8.ebuild,
  kopete-3.5.9.ebuild, kopete-4.0.1.ebuild:
  Keyword split KDE for HPPA.

*kopete-3.5.9 (20 Feb 2008)

  20 Feb 2008; Wulf C. Krueger <[email protected]> +kopete-3.5.9.ebuild:
  Version bump to KDE 3.5.9.

  19 Feb 2008; Ingmar Vanhassel <[email protected]> kopete-3.5.6-r2.ebuild:
  Fix dependencies

  17 Feb 2008; Ingmar Vanhassel <[email protected]> -kopete-3.5.5-r2.ebuild,
  -kopete-3.5.6.ebuild, -kopete-3.5.6-r1.ebuild, -kopete-3.5.7.ebuild,
  -kopete-3.5.7-r1.ebuild, -kopete-4.0.0-r1.ebuild:
  Spring cleaning

*kopete-4.0.1 (06 Feb 2008)

  06 Feb 2008; Wulf C. Krueger <[email protected]> +kopete-4.0.1.ebuild:
  Version bump to KDE 4.0.1.

  31 Jan 2008; Brent Baude <[email protected]> kopete-3.5.8.ebuild:
  Marking kopete-3.5.8 ppc for bug 207634

  30 Jan 2008; Brent Baude <[email protected]> kopete-3.5.8.ebuild:
  Marking kopete-3.5.8 ppc64 for bug 207634

  30 Jan 2008; Christian Faulhammer <[email protected]> kopete-3.5.8.ebuild:
  stable x86, bug 207634

  29 Jan 2008; Raúl Porcel <[email protected]> kopete-3.5.8.ebuild:
  alpha/ia64/sparc stable wrt #207634

  28 Jan 2008; Wulf C. Krueger <[email protected]> kopete-3.5.8.ebuild:
  Marked stable on amd64 as per bug 207634.

  25 Jan 2008; Ingmar Vanhassel <[email protected]> kopete-3.5.8.ebuild:
  Revert one line that wasn't supposed to be committed, bug 207335.

*kopete-4.0.0-r1 (23 Jan 2008)

  23 Jan 2008; Ingmar Vanhassel <[email protected]> kopete-3.5.8.ebuild,
  -kopete-4.0.0.ebuild, +kopete-4.0.0-r1.ebuild:
  Translated Category fields cause protocols not appearing, bug 206877.
  Thanks to Jorge Manuel B. S. Vicetto.

*kopete-4.0.0 (18 Jan 2008)

  18 Jan 2008; Ingmar Vanhassel <[email protected]> +kopete-4.0.0.ebuild:
  Added KDE 4.0.0's kopete.

  13 Jan 2008; Wulf C. Krueger <[email protected]> kopete-3.5.8.ebuild:
  Made kopete depend on qca-1.0* and qca-tls-1.0*. Fixes bug 180599.

  20 Oct 2007; Wulf C. Krueger <[email protected]> kopete-3.5.8.ebuild:
  Restricted the tests which are broken by upstream and won't be fixed.

*kopete-3.5.8 (19 Oct 2007)

  19 Oct 2007; Wulf C. Krueger <[email protected]> +kopete-3.5.8.ebuild:
  Bump to KDE 3.5.8.

  15 Aug 2007; Wulf C. Krueger <[email protected]>
  kopete-3.5.7-r1.ebuild:
  Removed blocker against any version of kde-base/kdenetwork as this is
  already handled more correctly by the eclass. Fixes bug 188166.

  11 Aug 2007; Raúl Porcel <[email protected]> kopete-3.5.7.ebuild:
  x86 stable wrt #185823

*kopete-3.5.7-r1 (11 Aug 2007)

  11 Aug 2007; Wulf C. Krueger <[email protected]>
  +files/kopete-3.5.7-videodevice.patch, +kopete-3.5.7-r1.ebuild:
  Added an upstream patch to allow pwc-driven webcams to work again in Kopete.
  Fixes bug 187400.

  10 Aug 2007; Christoph Mende <[email protected]> kopete-3.5.7.ebuild:
  Stable on amd64 wrt bug #176297

  09 Aug 2007; Markus Rothe <[email protected]> kopete-3.5.7.ebuild:
  Stable on ppc64; bug #176297

  08 Aug 2007; Raúl Porcel <[email protected]> kopete-3.5.7.ebuild:
  alpha/ia64 stable wrt #176297

  07 Aug 2007; Joseph Jezak <[email protected]> kopete-3.5.7.ebuild:
  Marked ppc stable.

  07 Aug 2007; Gustavo Zacarias <[email protected]> kopete-3.5.7.ebuild:
  Stable on sparc wrt #176297

  22 Jul 2007; David Shakaryan <[email protected]> kopete-3.5.5-r2.ebuild:
  Remove virtual/x11 from dependencies.

  07 Jul 2007; Wulf C. Krueger <[email protected]>
  +files/kopete-3.5.5-enable-final-redefines.patch,
  +files/kopete-3.5.5-status-visibility.patch, kopete-3.5.5-r2.ebuild,
  kopete-3.5.6.ebuild:
  Added the patches from bugs 151089 and 154421 which fix compile failures
  with the kdeenablefinal and sametime USE flags respectively. Minor
  whitespace fixes.

  23 May 2007; Carsten Lohrke <[email protected]> kopete-3.5.7.ebuild:
  Remove unnecessary patch.

*kopete-3.5.7 (23 May 2007)

  23 May 2007; Carsten Lohrke <[email protected]> +kopete-3.5.7.ebuild:
  Version bump.

*kopete-3.5.6-r2 (17 May 2007)

  17 May 2007; Carsten Lohrke <[email protected]>
  +files/kopete-3.5.6-utf8-fix.diff, +kopete-3.5.6-r2.ebuild:
  Aftermath of the Qt UTF-8 decoder fix.

  12 May 2007; Marcus D. Hanwell <[email protected]> kopete-3.5.5-r2.ebuild,
  kopete-3.5.6.ebuild, kopete-3.5.6-r1.ebuild:
  Removed !kde-base/kopete lines from RDEPEND, thanks to ferringb for pointing
  it out.

  06 May 2007; Wulf C. Krueger <[email protected]>
  +files/kopete-3.5.6-cryptobug.patch, kopete-3.5.6-r1.ebuild:
  Dropped the PDEPEND on net-im/kopete-otr because of keywording issues and
  added a post-install message instead. Re-added ~alpha and ~x86-fbsd .
  Invalidates bug 176731. Added upstream patch for cryptography, fixes bug
  177319.

  02 May 2007; Gustavo Zacarias <[email protected]>
  kopete-3.5.6-r1.ebuild:
  Keyworded ~sparc wrt #176371

  02 May 2007; Markus Rothe <[email protected]> kopete-3.5.6-r1.ebuild:
  Added ~ppc64; bug #176731

*kopete-3.5.6-r1 (01 May 2007)

  01 May 2007; Wulf C. Krueger <[email protected]>
  +kopete-3.5.6-r1.ebuild:
  Added conditional PDEPEND on net-im/kopete-otr for encryption.
  Dropped KEYWORDS alpha, ia64, ppc64, sparc, x86-fbsd because of the new
  use-conditional RDEPEND net-im/kopete-otr. Filed bug 176731 about this.

  29 Apr 2007; Carsten Lohrke <[email protected]> kopete-3.5.6.ebuild:
  Remove virtual/x11 dependency.

  05 Feb 2007; Diego Pettenò <[email protected]>
  -files/kopete-0.12.1-icqfix3.patch, -files/kopete-3.5.3-icqfix.patch,
  -files/kopete-3.5.x-oscarcontacts.patch,
  -files/configure-fix-kdenetwork-gadu.patch,
  -files/configure-fix-kdenetwork-xmms.patch, -files/disable-meanwhile.diff:
  Remove unneeded patches.

  04 Feb 2007; Diego Pettenò <[email protected]> -kopete-3.5.2.ebuild:
  Remove old versions.

  17 Jan 2007; Diego Pettenò <[email protected]> kopete-3.5.6.ebuild:
  Fix patch name.

*kopete-3.5.6 (16 Jan 2007)

  16 Jan 2007; Diego Pettenò <[email protected]> +kopete-3.5.6.ebuild:
  Bump to 3.5.6 (prerelease).

  29 Dec 2006; Diego Pettenò <[email protected]>
  +files/kdenetwork-3.5.5-linux-headers-2.6.18.patch,
  kopete-3.5.5-r2.ebuild:
  Add patch to build with linux-headers-2.6.18 and later, see bug #151391.

  11 Dec 2006; <[email protected]> kopete-3.5.5-r2.ebuild:
  Stable on ia64.

  06 Dec 2006; <[email protected]> kopete-3.5.5-r2.ebuild:
  Stable on Alpha.

  01 Dec 2006; Chris Gianelloni <[email protected]>
  kopete-3.5.5-r2.ebuild:
  I've marked this stable again now that I have fixed its dependencies.

  01 Dec 2006; Diego Pettenò <[email protected]> kopete-3.5.2.ebuild,
  kopete-3.5.5-r2.ebuild:
  Make support for hidden visibility explicit.

  01 Dec 2006; Diego Pettenò <[email protected]> kopete-3.5.2.ebuild:
  Make support for hidden visibility explicit.

  30 Nov 2006; Markus Rothe <[email protected]> kopete-3.5.5-r2.ebuild:
  Stable on ppc64

  18 Nov 2006; Diego Pettenò <[email protected]>
  -kopete-3.5.3-r4.ebuild, -kopete-3.5.4.ebuild:
  Remove old versions.

  16 Nov 2006; Joseph Jezak <[email protected]> kopete-3.5.5-r2.ebuild:
  Marked ppc stable for bug #147570.

  14 Nov 2006; Gustavo Zacarias <[email protected]>
  kopete-3.5.5-r2.ebuild:
  Stable on sparc wrt #147570

  13 Nov 2006; Danny van Dyk <[email protected]> kopete-3.5.5-r2.ebuild:
  Marked stable on amd64 wrt bug #147570.

  13 Nov 2006; Christian Faulhammer <[email protected]>
  kopete-3.5.5-r2.ebuild:
  "Stable x86, bug #147570"

  12 Nov 2006; Diego Pettenò <[email protected]> kopete-3.5.2.ebuild,
  kopete-3.5.3-r4.ebuild, kopete-3.5.4.ebuild, kopete-3.5.5-r2.ebuild:
  Remove xmms useflag, disable by default.

  06 Nov 2006; Diego Pettenò <[email protected]>
  -kopete-3.5.5-r1.ebuild, kopete-3.5.5-r2.ebuild:
  Fix meanwhile dependency to 1.0 version. Thanks to Troy Carpenter and Jon
  Moon in bug #151052.

*kopete-3.5.5-r2 (31 Oct 2006)

  31 Oct 2006; Diego Pettenò <[email protected]>
  +files/kopete-3.5.5-icqfix.patch, +kopete-3.5.5-r2.ebuild:
  Add patch for KDE bug #136566.

  27 Oct 2006; Diego Pettenò <[email protected]> kopete-3.5.5-r1.ebuild:
  Allow installing kopete with 3.5.0 kdelibs.

  14 Oct 2006; Aron Griffis <[email protected]> kopete-3.5.5-r1.ebuild:
  Mark 3.5.5-r1 ~ia64. #150982

  14 Oct 2006; Bryan Østergaard <[email protected]> kopete-3.5.5-r1.ebuild:
  Add ~alpha keyword.

  13 Oct 2006; Jason Wever <[email protected]> kopete-3.5.5-r1.ebuild:
  Added ~sparc keyword wrt bug #150982.

  12 Oct 2006; Diego Pettenò <[email protected]> kopete-3.5.5-r1.ebuild:
  Remove the correct files.

*kopete-3.5.5-r1 (12 Oct 2006)

  12 Oct 2006; Diego Pettenò <[email protected]> -kopete-3.5.5.ebuild,
  +kopete-3.5.5-r1.ebuild:
  Fix jingle support, thanks to Llloeki in bug #151006.

  12 Oct 2006; Diego Pettenò <[email protected]> kopete-3.5.5.ebuild:
  Remove alpha and ia64 keywords as they need to keyword/mask gsmlib.

  11 Oct 2006; Diego Pettenò <[email protected]>
  +files/kopete-0.12_alpha1-xscreensaver.patch,
  +files/gnomemeeting-ekiga.patch, kopete-3.5.5.ebuild:
  Port the changes done for net-im/kopete to this ebuild as starting from
  3.5.5, 0.12 series is merged.

  04 Oct 2006; Diego Pettenò <[email protected]> kopete-3.5.5.ebuild:
  Remove unneeded patches.

*kopete-3.5.5 (03 Oct 2006)

  03 Oct 2006; Diego Pettenò <[email protected]> +kopete-3.5.5.ebuild:
  Bump to 3.5.5 (pre-release).

  01 Oct 2006; Diego Pettenò <[email protected]> kopete-3.5.2.ebuild,
  kopete-3.5.3-r4.ebuild, kopete-3.5.4.ebuild:
  Remove build-time dependency on xextproto.

  17 Sep 2006; Carsten Lohrke <[email protected]> -kopete-3.4.3.ebuild:
  Drop KDE 3.4.

  03 Sep 2006; Bryan Østergaard <[email protected]> kopete-3.5.2.ebuild:
  Stable on ia64.

  31 Jul 2006; Diego Pettenò <[email protected]> -kopete-3.5.3.ebuild,
  -kopete-3.5.3-r1.ebuild, -kopete-3.5.3-r2.ebuild, -kopete-3.5.3-r3.ebuild:
  Remove old versions as they are mostly broken.

*kopete-3.5.3-r4 (31 Jul 2006)

  31 Jul 2006; Diego Pettenò <[email protected]>
  +files/kopete-0.12.1-icqfix3.patch, +kopete-3.5.3-r4.ebuild,
  kopete-3.5.4.ebuild:
  Add patch to fix yet-again more ICQ protocol changes, see KDE BUG #130630.

*kopete-3.5.3-r3 (25 Jul 2006)

  25 Jul 2006; Diego Pettenò <[email protected]>
  +kopete-3.5.3-r3.ebuild:
  Apply Roman's patch also to 3.5.3 series.

  25 Jul 2006; Diego Pettenò <[email protected]>
  +files/kopete-3.5.x-oscarcontacts.patch, kopete-3.5.4.ebuild:
  Remove icqfix patch (not needed) and add newer oscarcontacts patch, reported
  by Roman Jarosz in bug #141675.

*kopete-3.5.4 (25 Jul 2006)

  25 Jul 2006; Diego Pettenò <[email protected]> +kopete-3.5.4.ebuild:
  Bump to 3.5.4 (pre-release).

*kopete-3.5.3-r2 (11 Jul 2006)

  11 Jul 2006; Diego Pettenò <[email protected]>
  +files/kopete-3.5.3-icqfix.patch, kopete-3.4.3.ebuild,
  kopete-3.5.2.ebuild, kopete-3.5.3.ebuild, kopete-3.5.3-r1.ebuild,
  +kopete-3.5.3-r2.ebuild:
  Add patch to fix KDE BUG #130630 (unable to connect to ICQ since today), add
  warning on all the old ebuilds.

  09 Jul 2006; Diego Pettenò <[email protected]> kopete-3.5.2.ebuild,
  kopete-3.5.3.ebuild, kopete-3.5.3-r1.ebuild:
  Pinpoint virtual/x11 version to less than 7.

  27 Jun 2006; Diego Pettenò <[email protected]> kopete-3.5.2.ebuild,
  kopete-3.5.3.ebuild, kopete-3.5.3-r1.ebuild:
  Add check for Qt 3 built with opengl support, needed for webcam support.

  22 Jun 2006; Diego Pettenò <[email protected]> kopete-3.4.3.ebuild:
  Move myconf population in src_compile rather than global scope.

*kopete-3.5.3-r1 (14 Jun 2006)

  14 Jun 2006; Carsten Lohrke <[email protected]> +kopete-3.5.3-r1.ebuild:
  Fix for bug #136167.

*kopete-3.5.3 (01 Jun 2006)

  01 Jun 2006; Diego Pettenò <[email protected]> +kopete-3.5.3.ebuild:
  Update to new release.

  01 Jun 2006; Thomas Cort <[email protected]> kopete-3.5.2.ebuild:
  Stable on alpha wrt Bug #132213.

  29 May 2006; Jason Wever <[email protected]> kopete-3.5.2.ebuild:
  Stable on SPARC wrt bug #132213.

  29 May 2006; Diego Pettenò <[email protected]>
  -kopete-3.4.1-r1.ebuild, -kopete-3.4.2.ebuild:
  Drop old versions.

  26 May 2006; Chris Gianelloni <[email protected]> kopete-3.5.2.ebuild:
  Stable on amd64 wrt bug #132213

  26 May 2006; Markus Rothe <[email protected]> kopete-3.5.2.ebuild:
  Stable on ppc64

  25 May 2006; Chris Gianelloni <[email protected]> kopete-3.5.2.ebuild:
  Stable on x86 wrt bug #132213

  22 May 2006; Caleb Tennis <[email protected]> -kopete-3.4.1.ebuild:
  Remove 3.4.1 for GLSA 200607-23

  07 Apr 2006; Diego Pettenò <[email protected]> kopete-3.5.2.ebuild:
  Add ~x86-fbsd keyword.

  06 Apr 2006; Diego Pettenò <[email protected]>
  -files/kopete-3.5.x-msn-filetransfer.patch, -kopete-3.5.0.ebuild,
  -kopete-3.5.1.ebuild, -kopete-3.5.1-r1.ebuild:
  Removed old 3.5.0/3.5.1 packages.

  28 Mar 2006; Aron Griffis <[email protected]> kopete-3.5.0.ebuild,
  kopete-3.5.1.ebuild, kopete-3.5.1-r1.ebuild, kopete-3.5.2.ebuild:
  Mark 3.5.2 3.5.1-r1 3.5.1 3.5.0 ~ia64

  25 Mar 2006; Aron Griffis <[email protected]> kopete-3.4.3.ebuild:
  Mark 3.4.3 stable on ia64

*kopete-3.5.2 (22 Mar 2006)

  22 Mar 2006; Dan Armak <[email protected]> +kopete-3.5.2.ebuild:
  KDE 3.5.2. Not yet released upstream, and so package.masked for now.

  07 Mar 2006; Diego Pettenò <[email protected]> kopete-3.5.1-r1.ebuild:
  Update dependencies based on the recent work on net-im/kopete. Fix modular X
  dependencies.

*kopete-3.5.1-r1 (05 Mar 2006)

  05 Mar 2006; Diego Pettenò <[email protected]>
  +files/kopete-3.5.x-msn-filetransfer.patch, +kopete-3.5.1-r1.ebuild:
  Add patch from upstream to fix MSN filetransfer bug.

  21 Feb 2006; Diego Pettenò <[email protected]> kopete-3.4.1.ebuild,
  kopete-3.4.1-r1.ebuild, kopete-3.4.2.ebuild, kopete-3.4.3.ebuild,
  kopete-3.5.0.ebuild, kopete-3.5.1.ebuild:
  Add blocking on net-im/kopete for the releases outside of KDE release cycle.

*kopete-3.5.1 (23 Jan 2006)

  23 Jan 2006; Dan Armak <[email protected]> +kopete-3.5.1.ebuild:
  Version 3.5.1. Not yet released upstream, so package.masked for now.

  17 Dec 2005; Markus Rothe <[email protected]> kopete-3.5.0.ebuild:
  Added ~ppc64

  12 Dec 2005; Joseph Jezak <[email protected]> ChangeLog:
  Marked ~ppc.

  10 Dec 2005; Bryan Østergaard <[email protected] kopete-3.4.3.ebuild:
  Stable on alpha.

  10 Dec 2005; Chris White <[email protected]> kopete-3.4.3.ebuild:
  Marked x86 stable for bug #112842.

  09 Dec 2005; Joseph Jezak <[email protected]> kopete-3.4.3.ebuild:
  Marked ppc stable for bug #112842.

  04 Dec 2005; Bryan Østergaard <[email protected]> kopete-3.5.0.ebuild:
  ~alpha keyword.

  29 Nov 2005; Jason Wever <[email protected]> kopete-3.5.0.ebuild:
  Added ~sparc keyword.

  25 Nov 2005; Marcus D. Hanwell <[email protected]> kopete-3.4.3.ebuild:
  Stable on amd64, bug 112842.

  24 Nov 2005; Markus Rothe <[email protected]> kopete-3.4.3.ebuild:
  Stable on ppc64

  24 Nov 2005; Gustavo Zacarias <[email protected]> kopete-3.4.3.ebuild:
  Stable on sparc wrt #112842

*kopete-3.5.0 (22 Nov 2005)

  22 Nov 2005; Dan Armak <[email protected]> +kopete-3.5.0.ebuild:
  Ebuilds for KDE 3.5.0 final. It is not yet released, and is package.masked.

  17 Nov 2005; Gregorio Guidi <[email protected]> kopete-3.5.0_rc1.ebuild:
  Correct dependency on meanwhile (#112808).

  15 Nov 2005; Marcus D. Hanwell <[email protected]>
  +files/kopete-3.5.0_rc1-fix.patch, kopete-3.5.0_rc1.ebuild:
  Patch added to fix compilation issue, closes bug 112354.

*kopete-3.5.0_rc1 (12 Nov 2005)

  12 Nov 2005; Dan Armak <[email protected]> +kopete-3.5.0_rc1.ebuild:
  Ebuild for new version 3.5.0_rc1.

  22 Oct 2005; Mark Loeser <[email protected]> kopete-3.5_beta1.ebuild:
  Adding ~x86 to keywords

  18 Oct 2005; Douglas Russell <[email protected]> kopete-3.5.0_beta2.ebuild:
  Keyword ~ppc and ~x86

*kopete-3.5.0_beta2 (14 Oct 2005)

  14 Oct 2005; Dan Armak <[email protected]> +kopete-3.5.0_beta2.ebuild:
  New version.

  13 Oct 2005; Gregorio Guidi <[email protected]> kopete-3.4.1.ebuild,
  kopete-3.4.1-r1.ebuild, kopete-3.4.2.ebuild, kopete-3.4.3.ebuild,
  kopete-3.5_beta1.ebuild:
  Add HOMEPAGE (#109054).

*kopete-3.4.3 (13 Oct 2005)

  13 Oct 2005; Dan Armak <[email protected]> +kopete-3.4.3.ebuild:
  New version.

  24 Sep 2005; Diego Pettenò <[email protected]>
  -kopete-3.5_alpha1.ebuild:
  Removed 3.5_alpha1.

*kopete-3.5_beta1 (22 Sep 2005)

  22 Sep 2005; Diego Pettenò <[email protected]>
  +kopete-3.5_beta1.ebuild:
  Bump to 3.5 beta1.

  19 Sep 2005; Gregorio Guidi <[email protected]> kopete-3.5_alpha1.ebuild:
  Add support for the Sametime protocol.

*kopete-3.5_alpha1 (07 Sep 2005)

  07 Sep 2005; Diego Pettenò <[email protected]>
  +kopete-3.5_alpha1.ebuild:
  Added 3.5_alpha1 split ebuild.

  08 Aug 2005; Bryan Østergaard <[email protected]> kopete-3.4.2.ebuild:
  ~alpha keyword.

*kopete-3.4.2 (28 Jul 2005)

  28 Jul 2005; Dan Armak <[email protected]>
  +files/configure-fix-kdenetwork-gadu.patch,
  +files/configure-fix-kdenetwork-xmms.patch, +kopete-3.4.2.ebuild:
  Version bump to 3.4.2.

  23 Jul 2005; Gustavo Zacarias <[email protected]>
  kopete-3.4.1-r1.ebuild:
  Stable on sparc wrt #99754

  22 Jul 2005; Danny van Dyk <[email protected]> kopete-3.4.1-r1.ebuild:
  Marked stable on amd64.

  22 Jul 2005; Joseph Jezak <[email protected]> kopete-3.4.1-r1.ebuild:
  Marked ppc stable for bug #99754.

  21 Jul 2005; Markus Rothe <[email protected]> kopete-3.4.1-r1.ebuild:
  Stable on ppc64 (bug #99754)

*kopete-3.4.1-r1 (21 Jul 2005)

  21 Jul 2005; Gregorio Guidi <[email protected]> +kopete-3.4.1-r1.ebuild:
  Fix vulnerabilities in libgadu (#99754).

  08 Jul 2005; Jason Wever <[email protected]> kopete-3.4.1.ebuild:
  Stable on SPARC.

  01 Jul 2005; Lars Weiler <[email protected]> kopete-3.4.1.ebuild:
  Stable on ppc; Bug #97544.

  01 Jul 2005; Markus Rothe <[email protected]> kopete-3.4.1.ebuild:
  Stable on ppc64 (bug #97544)

  30 Jun 2005; Dan Armak <[email protected]>
  +files/disable-meanwhile.diff, kopete-3.4.1.ebuild:
  Force meanwhile support to off. It was unpredictable, was missing a dep, and
  broke compilation with meanwhile >=0.4. Bug 96778.

*kopete-3.4.1 (25 May 2005)

  25 May 2005; Dan Armak <[email protected]> +kopete-3.4.1.ebuild:
  Ebuilds for KDE 3.4.1. These are package.masked until 3.4.1 is actually
  released. You can't get the tarballs yet.

*kopete-3.4.0-r2 (11 May 2005)

  11 May 2005; Gregorio Guidi <[email protected]>
  +files/kdenetwork-3.4.0-kopete-tabbed-windows.patch,
  +kopete-3.4.0-r2.ebuild:
  Add patch to fix crash in chatwindow (#91423).

  27 Apr 2005; Markus Rothe <[email protected]> kopete-3.4.0-r1.ebuild:
  Added ~ppc64 to KEYWORDS

*kopete-3.4.0-r1 (03 Apr 2005)

  03 Apr 2005; Gregorio Guidi <[email protected]>
  +files/kdenetwork-3.4.0-kopete-logout.patch,
  +files/kdenetwork-3.4.0-kopete-spaces.patch, +kopete-3.4.0-r1.ebuild:
  Add patches for bug #86446 (crash on logout) and for bug #87485 (handling of
  names with spaces).

  26 Mar 2005; Jason Wever <[email protected]> kopete-3.4.0.ebuild:
  Added ~sparc keyword.

  18 Mar 2005; Daniel Goller <[email protected]> kopete-3.4.0.ebuild:
  Added to ~ppc

  13 Mar 2005; Dan Armak <[email protected]> kopete-3.4.0.ebuild:
  KDE 3.4.0 ebuilds. Note that the tarballs won't be officially released for a
  few more days.

*kopete-3.4.0_rc1 (07 Mar 2005)

  07 Mar 2005; Marcus D. Hanwell <[email protected]> kopete-3.4.0_rc1.ebuild:
  Marked ~amd64, keywording KDE split ebuilds, bug 80944.

  27 Feb 2005; Dan Armak <[email protected]> :
  Ebuild for 3.4.0 RC1.

*kopete-3.4.0_beta2 (05 Feb 2005)

  05 Feb 2005; Dan Armak <[email protected]> +kopete-3.4.0_beta2.ebuild:
  Ebuild for 3.4.0_beta2. Note that beta2 has NOT been released as of this
  date. This ebuild is for inside testing by the KDE team, and is of course
  package.masked.

*kopete-3.4.0_beta1 (15 Jan 2005)

  15 Jan 2005; Dan Armak <[email protected]> +metadata.xml,
  +kopete-3.4.0_beta1.ebuild:
  Adding the split ebuilds to portage. For KDE 3.4, we've created separate
  ebuilds for all the KDE apps.




Reply via email to