summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-09-16 21:25:19 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-09-16 21:25:19 +0000
commitf4aec065f6abc6c80b6e7575c322aaf8013e61cf (patch)
treec088ba0ee67557a1420450ff0315bd8111ed2c90 /net-im/ekg
parentpolish text messaging client (diff)
downloadgentoo-2-f4aec065f6abc6c80b6e7575c322aaf8013e61cf.tar.gz
gentoo-2-f4aec065f6abc6c80b6e7575c322aaf8013e61cf.tar.bz2
gentoo-2-f4aec065f6abc6c80b6e7575c322aaf8013e61cf.zip
repoman violations
Diffstat (limited to 'net-im/ekg')
-rw-r--r--net-im/ekg/Manifest2
-rw-r--r--net-im/ekg/ekg-1.3.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/net-im/ekg/Manifest b/net-im/ekg/Manifest
index 3e861ba061b0..f0c22216629c 100644
--- a/net-im/ekg/Manifest
+++ b/net-im/ekg/Manifest
@@ -1,3 +1,3 @@
-MD5 993d7c4904e11cfff17dd6c49554aed9 ekg-1.3.ebuild 998
+MD5 cf62a9fce97d381f1a4160db9cebe6ed ekg-1.3.ebuild 996
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
index e9da9c89fcb7..dd0d4d6718d5 100644
--- a/net-im/ekg/ekg-1.3.ebuild
+++ b/net-im/ekg/ekg-1.3.ebuild
@@ -1,10 +1,10 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.3.ebuild,v 1.2 2003/09/16 21:25:17 seemant Exp $
IUSE="ssl ncurses zlib python readline"
-DESCRIPTION="EKG (Eksperymentalny Klient Gadu-Gadu) - a text client for Polish instant messaging system Gadu-Gadu"
+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/"
@@ -24,7 +24,7 @@ src_compile() {
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