summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2008-03-14 14:17:27 +0000
committerChristian Heim <phreak@gentoo.org>2008-03-14 14:17:27 +0000
commitcf7ad1b139dbd873f2972438b36d1d3354f56b30 (patch)
tree77453575e4eb64662e95893950aad64315e0aa89 /net-im
parentstabilize on amd64 (diff)
downloadgentoo-2-cf7ad1b139dbd873f2972438b36d1d3354f56b30.tar.gz
gentoo-2-cf7ad1b139dbd873f2972438b36d1d3354f56b30.tar.bz2
gentoo-2-cf7ad1b139dbd873f2972438b36d1d3354f56b30.zip
Fixing some minor syntax errors.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/ekg2/ChangeLog6
-rw-r--r--net-im/ekg2/ekg2-20051202.ebuild6
-rw-r--r--net-im/ekg2/ekg2-20061007.ebuild6
-rw-r--r--net-im/ekg2/ekg2-20061202.ebuild10
4 files changed, 16 insertions, 12 deletions
diff --git a/net-im/ekg2/ChangeLog b/net-im/ekg2/ChangeLog
index b721af3654b5..d56701928a3c 100644
--- a/net-im/ekg2/ChangeLog
+++ b/net-im/ekg2/ChangeLog
@@ -1,6 +1,10 @@
# 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.24 2008/03/14 11:16:44 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ChangeLog,v 1.25 2008/03/14 14:17:27 phreak Exp $
+
+ 14 Mar 2008; Christian Heim <phreak@gentoo.org> ekg2-20051202.ebuild,
+ ekg2-20061007.ebuild, ekg2-20061202.ebuild:
+ Fixing some minor syntax errors.
14 Mar 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
Removing Karol Wojtaszek (sekretarz, #56912) from metadata.xml.
diff --git a/net-im/ekg2/ekg2-20051202.ebuild b/net-im/ekg2/ekg2-20051202.ebuild
index 8f0483100cca..e63c123263e2 100644
--- a/net-im/ekg2/ekg2-20051202.ebuild
+++ b/net-im/ekg2/ekg2-20051202.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-20051202.ebuild,v 1.3 2006/10/09 20:09:09 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-20051202.ebuild,v 1.4 2008/03/14 14:17:27 phreak Exp $
DESCRIPTION="Text based Instant Messenger client that supports many protocols like Jabber and Gadu-Gadu"
HOMEPAGE="http://www.ekg2.org/"
@@ -44,6 +44,6 @@ src_install() {
CONF_LIBDIR=$(getlib)/lib/ekg2/plugins
fi
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc docs/*
}
diff --git a/net-im/ekg2/ekg2-20061007.ebuild b/net-im/ekg2/ekg2-20061007.ebuild
index fc2a24e25973..1ad156f2ea26 100644
--- a/net-im/ekg2/ekg2-20061007.ebuild
+++ b/net-im/ekg2/ekg2-20061007.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-20061007.ebuild,v 1.1 2006/10/09 20:09:09 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-20061007.ebuild,v 1.2 2008/03/14 14:17:27 phreak Exp $
DESCRIPTION="Text based Instant Messenger client that supports many protocols like Jabber and Gadu-Gadu"
HOMEPAGE="http://www.ekg2.org/"
@@ -44,6 +44,6 @@ src_install() {
CONF_LIBDIR=$(getlib)/lib/ekg2/plugins
fi
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc docs/*
}
diff --git a/net-im/ekg2/ekg2-20061202.ebuild b/net-im/ekg2/ekg2-20061202.ebuild
index c1be6a5111ad..1311eb823fab 100644
--- a/net-im/ekg2/ekg2-20061202.ebuild
+++ b/net-im/ekg2/ekg2-20061202.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.6 2007/01/09 21:09:02 swegener Exp $
+# $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
@@ -45,13 +45,13 @@ pkg_setup() {
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# Ekg2 has no debug configure option
# Instead it features a runtime option which defaults to on
- ! use debug && epatch ${FILESDIR}/${P}-no-default-debug.patch
+ ! use debug && epatch "${FILESDIR}"/${P}-no-default-debug.patch
- epatch ${FILESDIR}/${P}-intl.patch
+ epatch "${FILESDIR}"/${P}-intl.patch
AT_M4DIR=m4 eautoreconf
}