summaryrefslogtreecommitdiff
path: root/net-im/kf
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2008-03-14 10:21:54 +0000
committerChristian Heim <phreak@gentoo.org>2008-03-14 10:21:54 +0000
commit312ff18277faec882f7acca2b0883a8d2a54e648 (patch)
tree0c520f9baae3d122b68223dd51798675897bf98e /net-im/kf
parentRemoving Karol Pasternak (reb, #114608) from metadata.xml. (diff)
downloadgentoo-2-312ff18277faec882f7acca2b0883a8d2a54e648.tar.gz
gentoo-2-312ff18277faec882f7acca2b0883a8d2a54e648.tar.bz2
gentoo-2-312ff18277faec882f7acca2b0883a8d2a54e648.zip
Fixing all the minor syntax errors.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-im/kf')
-rw-r--r--net-im/kf/ChangeLog6
-rw-r--r--net-im/kf/kf-0.1.3.ebuild8
-rw-r--r--net-im/kf/kf-0.1.4.1.ebuild10
-rw-r--r--net-im/kf/kf-0.1.5.ebuild12
-rw-r--r--net-im/kf/kf-0.5.4.1.ebuild10
5 files changed, 25 insertions, 21 deletions
diff --git a/net-im/kf/ChangeLog b/net-im/kf/ChangeLog
index 7865f94d293c..fc8b18b4a90a 100644
--- a/net-im/kf/ChangeLog
+++ b/net-im/kf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/kf
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/kf/ChangeLog,v 1.12 2008/03/14 10:18:26 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/kf/ChangeLog,v 1.13 2008/03/14 10:21:54 phreak Exp $
+
+ 14 Mar 2008; Christian Heim <phreak@gentoo.org> kf-0.1.3.ebuild,
+ kf-0.1.4.1.ebuild, kf-0.1.5.ebuild, kf-0.5.4.1.ebuild:
+ Fixing all the minor syntax errors.
14 Mar 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
Removing Karol Pasternak (reb, #114608) from metadata.xml.
diff --git a/net-im/kf/kf-0.1.3.ebuild b/net-im/kf/kf-0.1.3.ebuild
index 7bba59a3a926..c22a8690eef6 100644
--- a/net-im/kf/kf-0.1.3.ebuild
+++ b/net-im/kf/kf-0.1.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 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/kf/kf-0.1.3.ebuild,v 1.5 2004/06/24 22:54:58 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/kf/kf-0.1.3.ebuild,v 1.6 2008/03/14 10:21:54 phreak Exp $
DESCRIPTION="kf is a simple Jabber messenger."
HOMEPAGE="http://www.habazie.rams.pl/kf/"
@@ -14,6 +14,6 @@ IUSE=""
KEYWORDS="~x86 ~ppc"
src_install() {
- make install DESTDIR=${D} || die 'make install failed'
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README
+ make install DESTDIR="${D}" || die 'make install failed'
+ dodoc AUTHORS ChangeLog INSTALL NEWS README
}
diff --git a/net-im/kf/kf-0.1.4.1.ebuild b/net-im/kf/kf-0.1.4.1.ebuild
index a5e1d1a929a4..a6b84cb24fc8 100644
--- a/net-im/kf/kf-0.1.4.1.ebuild
+++ b/net-im/kf/kf-0.1.4.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 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/kf/kf-0.1.4.1.ebuild,v 1.4 2004/06/24 22:54:58 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/kf/kf-0.1.4.1.ebuild,v 1.5 2008/03/14 10:21:54 phreak Exp $
inherit eutils
@@ -18,7 +18,7 @@ KEYWORDS="~x86 ~ppc ~sparc"
src_unpack() {
unpack ${A}
- epatch ${FILESDIR}/${P}-gtkspell-2.0.4-compatibility.diff
+ epatch "${FILESDIR}"/${P}-gtkspell-2.0.4-compatibility.diff
}
src_compile() {
@@ -27,6 +27,6 @@ src_compile() {
}
src_install() {
- make install DESTDIR=${D} || die 'make install failed'
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README
+ make install DESTDIR="${D}" || die 'make install failed'
+ dodoc AUTHORS ChangeLog INSTALL NEWS README
}
diff --git a/net-im/kf/kf-0.1.5.ebuild b/net-im/kf/kf-0.1.5.ebuild
index 0749e63bf607..b63916af27ca 100644
--- a/net-im/kf/kf-0.1.5.ebuild
+++ b/net-im/kf/kf-0.1.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 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/kf/kf-0.1.5.ebuild,v 1.1 2004/07/11 15:47:17 lucass Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/kf/kf-0.1.5.ebuild,v 1.2 2008/03/14 10:21:54 phreak Exp $
inherit eutils
@@ -18,8 +18,8 @@ KEYWORDS="~x86 ~ppc ~sparc"
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-0.1.4.1-gtkspell-2.0.4-compatibility.diff
+ cd "${S}"
+ epatch "${FILESDIR}"/${PN}-0.1.4.1-gtkspell-2.0.4-compatibility.diff
}
src_compile() {
@@ -28,6 +28,6 @@ src_compile() {
}
src_install() {
- make install DESTDIR=${D} || die 'make install failed'
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README
+ make install DESTDIR="${D}" || die 'make install failed'
+ dodoc AUTHORS ChangeLog INSTALL NEWS README
}
diff --git a/net-im/kf/kf-0.5.4.1.ebuild b/net-im/kf/kf-0.5.4.1.ebuild
index c435f86ee9ea..66b0bffa2bf1 100644
--- a/net-im/kf/kf-0.5.4.1.ebuild
+++ b/net-im/kf/kf-0.5.4.1.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/kf/kf-0.5.4.1.ebuild,v 1.1 2006/03/05 12:08:12 reb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/kf/kf-0.5.4.1.ebuild,v 1.2 2008/03/14 10:21:54 phreak Exp $
inherit eutils
@@ -19,7 +19,7 @@ KEYWORDS="~x86 ~ppc ~sparc"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# wrong use of typedef struct _KfJispManager
epatch "${FILESDIR}"/${P}-typedef_KfJispManager.patch
@@ -31,6 +31,6 @@ src_compile() {
}
src_install() {
- make install DESTDIR=${D} || die 'make install failed'
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README
+ make install DESTDIR="${D}" || die 'make install failed'
+ dodoc AUTHORS ChangeLog INSTALL NEWS README
}