diff options
author | Michael Januszewski <spock@gentoo.org> | 2004-06-28 21:23:02 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2004-06-28 21:23:02 +0000 |
commit | b6a967fb01c1d657a1faa86e254bd6781691e2e3 (patch) | |
tree | 6b4f1f87cf97b0eb81d7f5e059cc8a0ab1d89b2d /net-im | |
parent | Patched rezound 0.9beta to make it compatible with gcc3.3 and the new libfox1... (diff) | |
download | gentoo-2-b6a967fb01c1d657a1faa86e254bd6781691e2e3.tar.gz gentoo-2-b6a967fb01c1d657a1faa86e254bd6781691e2e3.tar.bz2 gentoo-2-b6a967fb01c1d657a1faa86e254bd6781691e2e3.zip |
Version bump.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ekg/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/ekg/ekg-1.5.ebuild | 41 | ||||
-rw-r--r-- | net-im/ekg/files/digest-ekg-1.5 | 1 |
3 files changed, 48 insertions, 1 deletions
diff --git a/net-im/ekg/ChangeLog b/net-im/ekg/ChangeLog index b5b313534d7f..87d233722bfd 100644 --- a/net-im/ekg/ChangeLog +++ b/net-im/ekg/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/ekg # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.10 2004/06/24 22:50:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.11 2004/06/28 21:23:02 spock Exp $ + +*ekg-1.5 (28 Jun 2004) + + 28 Jun 2004; Michal Januszewski <spock@gentoo.org> +ekg-1.5.ebuild: + Version bump. *ekg-1.5_rc2 (13 May 2004) diff --git a/net-im/ekg/ekg-1.5.ebuild b/net-im/ekg/ekg-1.5.ebuild new file mode 100644 index 000000000000..696cc7963670 --- /dev/null +++ b/net-im/ekg/ekg-1.5.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.5.ebuild,v 1.1 2004/06/28 21:23:02 spock Exp $ + +IUSE="ssl ncurses zlib python spell" + +DESCRIPTION="EKG (Eksperymentalny Klient Gadu-Gadu) - a text client for Polish instant messaging system Gadu-Gadu" +HOMEPAGE="http://dev.null.pl/ekg/" +SRC_URI="http://dev.null.pl/ekg/${P/_/}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~ia64 ~amd64" + +S="${WORKDIR}/${P/_/}" + +DEPEND="ssl? ( >=dev-libs/openssl-0.9.6 ) + ncurses? ( sys-libs/ncurses ) + !ncurses? ( sys-libs/readline ) + zlib? ( sys-libs/zlib ) + python? ( dev-lang/python ) + spell? ( >=app-text/aspell-0.50.3 )" + +src_compile() { + + local myconf="--enable-ioctld --enable-shared --with-pthread --enable-dynamic" + use ssl || myconf="$myconf --disable-openssl" + use ncurses || myconf="$myconf --disable-ui-ncurses --enable-ui-readline" + use zlib || myconf="$myconf --disable-zlib" + use python && myconf="$myconf --with-python" + use spell && myconf="$myconf --enable-aspell" + + econf ${myconf} || die + emake || die +} + +src_install() { + + einstall || die + dodoc docs/* docs/api/* +} diff --git a/net-im/ekg/files/digest-ekg-1.5 b/net-im/ekg/files/digest-ekg-1.5 new file mode 100644 index 000000000000..c7c7de0f535c --- /dev/null +++ b/net-im/ekg/files/digest-ekg-1.5 @@ -0,0 +1 @@ +MD5 721ebfe7b13e9531b30d558465e6695f ekg-1.5.tar.gz 483606 |