# ChangeLog for net-im/ekg2
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ChangeLog,v 1.17 2005/12/13 00:24:37 metalgod Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ChangeLog,v 1.18 2006/10/09 20:09:09 sekretarz Exp $
+
+*ekg2-20061007 (09 Oct 2006)
+
+ 09 Oct 2006; Karol Wojtaszek <sekretarz@gentoo.org> -ekg2-20050206.ebuild,
+ -ekg2-20050309.ebuild, -ekg2-20050518.ebuild, -ekg2-20050706.ebuild,
+ ekg2-20051202.ebuild, +ekg2-20061007.ebuild:
+ Version bump
13 Dec 2005; Luis Medinas <metalgod@gentoo.org> ekg2-20051202.ebuild:
Added ~amd64 keyword. Closes bug #114844.
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-20051202.ebuild,v 1.2 2005/12/13 00:24:37 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-20051202.ebuild,v 1.3 2006/10/09 20:09:09 sekretarz Exp $
DESCRIPTION="Text based Instant Messenger client that supports many protocols like Jabber and Gadu-Gadu"
HOMEPAGE="http://www.ekg2.org/"
ssl? ( >=dev-libs/openssl-0.9.6m )
jpeg? ( >=media-libs/jpeg-6b-r2 )
spell? ( >=app-text/aspell-0.50.5 )
- !nogg? ( >=net-libs/libgadu-20040820 )
+ !nogg? ( net-libs/libgadu )
gsm? ( >=media-sound/gsm-1.0.10 )
python? ( >=dev-lang/python-2.3.3 )"
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-20061007.ebuild,v 1.1 2006/10/09 20:09:09 sekretarz Exp $
+
+DESCRIPTION="Text based Instant Messenger client that supports many protocols like Jabber and Gadu-Gadu"
+HOMEPAGE="http://www.ekg2.org/"
+SRC_URI="http://www.ekg2.org/archive/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~amd64 ~ppc ~x86"
+
+IUSE="gpm ssl spell jpeg nogg gsm python"
+
+DEPEND=">=dev-libs/expat-1.95.6
+ >=net-libs/gnutls-1.0.17
+ gpm? ( >=sys-libs/gpm-1.20.1 )
+ ssl? ( >=dev-libs/openssl-0.9.6m )
+ jpeg? ( >=media-libs/jpeg-6b-r2 )
+ spell? ( >=app-text/aspell-0.50.5 )
+ !nogg? ( net-libs/libgadu )
+ gsm? ( >=media-sound/gsm-1.0.10 )
+ python? ( >=dev-lang/python-2.3.3 )"
+
+src_compile() {
+
+ econf \
+ --with-pthread \
+ `use_with !nogg libgadu` \
+ `use_with gpm gpm-mouse` \
+ `use_with ssl openssl` \
+ `use_with jpeg libjpeg` \
+ `use_with spell aspell` \
+ `use_with gsm libgsm` \
+ `use_with python` \
+ || die "econf failed"
+
+ emake || die "emake failed"
+}
+
+src_install() {
+ # Install plugins into proper directory
+ if use amd64; then
+ CONF_LIBDIR=$(getlib)/lib/ekg2/plugins
+ fi
+
+ make DESTDIR=${D} install || die
+ dodoc docs/*
+}
--- /dev/null
+MD5 8825abf81677246aa9bab9a8bdd8e296 ekg2-20061007.tar.gz 1057153
+RMD160 5733eb9ffb3761a70f7ea43aff5e6dc42b97cd9e ekg2-20061007.tar.gz 1057153
+SHA256 627b921c1ca8e6687e1cef12b99538d76c1270918cb05dd36656efc0e01c2ba6 ekg2-20061007.tar.gz 1057153