summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-01-14 05:23:17 +0000
committerMike Frysinger <vapier@gentoo.org>2009-01-14 05:23:17 +0000
commite3b613188bacc0277dc279020dd7a285ccff934b (patch)
tree5efd7939864909c3f8f5bb912ba6dc0c6de0914a /net-im/ekg2
parentFix building with newer glibc #248034 by Diego E. Pettenò. (diff)
downloadgentoo-2-e3b613188bacc0277dc279020dd7a285ccff934b.tar.gz
gentoo-2-e3b613188bacc0277dc279020dd7a285ccff934b.tar.bz2
gentoo-2-e3b613188bacc0277dc279020dd7a285ccff934b.zip
Touchup style.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'net-im/ekg2')
-rw-r--r--net-im/ekg2/ChangeLog7
-rw-r--r--net-im/ekg2/ekg2-20061202.ebuild48
2 files changed, 26 insertions, 29 deletions
diff --git a/net-im/ekg2/ChangeLog b/net-im/ekg2/ChangeLog
index 8c76193e9cad..5df4f2a61889 100644
--- a/net-im/ekg2/ChangeLog
+++ b/net-im/ekg2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/ekg2
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ChangeLog,v 1.26 2008/08/05 16:40:39 gentoofan23 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ChangeLog,v 1.27 2009/01/14 05:23:17 vapier Exp $
+
+ 14 Jan 2009; Mike Frysinger <vapier@gentoo.org> ekg2-20061202.ebuild:
+ Touchup style.
05 Aug 2008; Thomas Anderson <gentoofan23@gentoo.org> metadata.xml:
Add USE flag description to metadata as per GLEP 56.
diff --git a/net-im/ekg2/ekg2-20061202.ebuild b/net-im/ekg2/ekg2-20061202.ebuild
index 1311eb823fab..dff5c0ab9333 100644
--- a/net-im/ekg2/ekg2-20061202.ebuild
+++ b/net-im/ekg2/ekg2-20061202.ebuild
@@ -1,22 +1,17 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-20061202.ebuild,v 1.7 2008/03/14 14:17:27 phreak Exp $
-
-WANT_AUTOCONF=latest
-WANT_AUTOMAKE=latest
+# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-20061202.ebuild,v 1.8 2009/01/14 05:23:17 vapier Exp $
inherit eutils perl-module autotools
DESCRIPTION="Text based Instant Messenger and IRC client that supports protocols like Jabber and Gadu-Gadu"
HOMEPAGE="http://dev.null.pl/ekg2/"
SRC_URI="http://dev.null.pl/ekg2/${P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
-
KEYWORDS="~x86"
-
-IUSE="gpm jabber ssl spell jpeg gsm python unicode sqlite sqlite3 gif nogg
-gtk perl xosd debug expat static"
+IUSE="gpm jabber ssl spell jpeg gsm python unicode sqlite sqlite3 gif nogg gtk perl xosd debug expat static"
DEPEND="jabber? ( >=dev-libs/expat-1.95.6 )
expat? ( >=dev-libs/expat-1.95.6 )
@@ -56,26 +51,25 @@ src_unpack() {
}
src_compile() {
-
econf \
--with-pthread \
- `use_with !nogg libgadu` \
- `use_with expat` \
- `use_with jabber expat` \
- `use_with gpm gpm-mouse` \
- `use_with ssl openssl` \
- `use_with jpeg libjpeg` \
- `use_with spell aspell` \
- `use_with gsm libgsm` \
- `use_with gif libgif` \
- `use_with xosd libxosd` \
- `use_with python` \
- `use_with perl` \
- `use_with sqlite` \
- `use_with sqlite3` \
- `use_enable unicode` \
- `use_enable static` \
- `use jabber && use ssl && echo --with-gnutls` \
+ $(use_with !nogg libgadu) \
+ $(use_with expat) \
+ $(use_with jabber expat) \
+ $(use_with gpm gpm-mouse) \
+ $(use_with ssl openssl) \
+ $(use_with jpeg libjpeg) \
+ $(use_with spell aspell) \
+ $(use_with gsm libgsm) \
+ $(use_with gif libgif) \
+ $(use_with xosd libxosd) \
+ $(use_with python) \
+ $(use_with perl) \
+ $(use_with sqlite) \
+ $(use_with sqlite3) \
+ $(use_enable unicode) \
+ $(use_enable static) \
+ $(use jabber && use ssl && echo --with-gnutls) \
|| die "econf failed"
emake || die "emake failed"