summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-09-16 21:24:33 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-09-16 21:24:33 +0000
commita20de07734000c32076e4d4cea1589fcde7bfe86 (patch)
tree0cf9daa2846ec7139125f220f1c114d4cd72446c /net-im
parentpolish text messaging client (diff)
downloadgentoo-2-a20de07734000c32076e4d4cea1589fcde7bfe86.tar.gz
gentoo-2-a20de07734000c32076e4d4cea1589fcde7bfe86.tar.bz2
gentoo-2-a20de07734000c32076e4d4cea1589fcde7bfe86.zip
polish text messaging client
Diffstat (limited to 'net-im')
-rw-r--r--net-im/ekg/ChangeLog12
-rw-r--r--net-im/ekg/Manifest3
-rw-r--r--net-im/ekg/ekg-1.3.ebuild37
-rw-r--r--net-im/ekg/files/digest-ekg-1.31
4 files changed, 52 insertions, 1 deletions
diff --git a/net-im/ekg/ChangeLog b/net-im/ekg/ChangeLog
new file mode 100644
index 000000000000..25cb917c8197
--- /dev/null
+++ b/net-im/ekg/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for net-im/ekg
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.1 2003/09/16 21:24:31 seemant Exp $
+
+*ekg-1.3 (16 Sep 2003)
+
+ 16 Sep 2003; Seemant Kulleen <seemant@gentoo.org> ekg-1.3.ebuild:
+ New client for gadu-gadu messenger protocol for my Polish friends. This ebuild
+ thanks to: Michal 'Spock' Januszewski <spock@o2.pl> and Piotr Piasny
+ <p1t3r05@o2.pl> in bug #28656. I'll be relying on Mr. Spock and Mr. Piasny to
+ maintain this indirectly. All bug reports should be cc'd to them
+
diff --git a/net-im/ekg/Manifest b/net-im/ekg/Manifest
index ac06a85105ff..3e861ba061b0 100644
--- a/net-im/ekg/Manifest
+++ b/net-im/ekg/Manifest
@@ -1,2 +1,3 @@
-MD5 582741bc102b29625bf5ccce5d688c5c ekg-1.3.ebuild 909
+MD5 993d7c4904e11cfff17dd6c49554aed9 ekg-1.3.ebuild 998
+MD5 229dbf77243e23197f96db6f8e73b8e4 ChangeLog 595
MD5 fa4379b937783ca0ff3bc06452e35ea1 files/digest-ekg-1.3 59
diff --git a/net-im/ekg/ekg-1.3.ebuild b/net-im/ekg/ekg-1.3.ebuild
new file mode 100644
index 000000000000..e9da9c89fcb7
--- /dev/null
+++ b/net-im/ekg/ekg-1.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.3.ebuild,v 1.1 2003/09/16 21:24:31 seemant Exp $
+
+IUSE="ssl ncurses zlib python readline"
+
+DESCRIPTION="EKG (Eksperymentalny Klient Gadu-Gadu) - a text client for Polish instant messaging system Gadu-Gadu"
+SRC_URI="http://dev.null.pl/ekg/${P}.tar.gz"
+HOMEPAGE="http://dev.null.pl/ekg/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm"
+
+DEPEND="ssl? ( >=dev-libs/openssl-0.9.6 )
+ ncurses? ( sys-libs/ncurses )
+ !ncurses? ( sys-libs/readline )
+ zlib? ( sys-libs/zlib )
+ python? ( dev-lang/python )"
+
+src_compile() {
+
+ local myconf=""
+ use ssl || myconf="$myconf --disable-openssl"
+ use ncurses || myconf="$myconf --disable-ui-ncurses --enable-ui-readline"
+ use zlib || myconf="$myconf --disable-zlib"
+
+ econf ${myconf} || die
+ emake || die
+
+}
+
+src_install() {
+
+ einstall || die
+ dodoc docs/*
+}
diff --git a/net-im/ekg/files/digest-ekg-1.3 b/net-im/ekg/files/digest-ekg-1.3
new file mode 100644
index 000000000000..996024ed65ef
--- /dev/null
+++ b/net-im/ekg/files/digest-ekg-1.3
@@ -0,0 +1 @@
+MD5 e59cddf8b4daed8b949da86f97f486fc ekg-1.3.tar.gz 453593