summaryrefslogtreecommitdiff
path: root/net-im
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
commitfcf0c922c376ff460ae00faa2254a2f4a9b2290a (patch)
treea1adc1f70a8d085093a4200a1e11e8016684223f /net-im
parentpolish text messaging client (diff)
downloadhistorical-fcf0c922c376ff460ae00faa2254a2f4a9b2290a.tar.gz
historical-fcf0c922c376ff460ae00faa2254a2f4a9b2290a.tar.bz2
historical-fcf0c922c376ff460ae00faa2254a2f4a9b2290a.zip
repoman violations
Diffstat (limited to 'net-im')
-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