summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-04-25 18:53:33 +0000
committerJon Hood <squinky86@gentoo.org>2004-04-25 18:53:33 +0000
commit55ce687be3777e80dff3c0a6df1c3e1051001d6f (patch)
tree9d39861798c0ef03e588def4aaa912eb8e52351b /net-p2p/gift-gnutella
parentfix typos (Manifest recommit) (diff)
downloadgentoo-2-55ce687be3777e80dff3c0a6df1c3e1051001d6f.tar.gz
gentoo-2-55ce687be3777e80dff3c0a6df1c3e1051001d6f.tar.bz2
gentoo-2-55ce687be3777e80dff3c0a6df1c3e1051001d6f.zip
fix typos in econf line
Diffstat (limited to 'net-p2p/gift-gnutella')
-rw-r--r--net-p2p/gift-gnutella/ChangeLog7
-rw-r--r--net-p2p/gift-gnutella/gift-gnutella-0.0.5.ebuild4
-rw-r--r--net-p2p/gift-gnutella/gift-gnutella-0.0.9.1.ebuild4
-rw-r--r--net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild4
-rw-r--r--net-p2p/gift-gnutella/gift-gnutella-0.0.9.ebuild4
5 files changed, 14 insertions, 9 deletions
diff --git a/net-p2p/gift-gnutella/ChangeLog b/net-p2p/gift-gnutella/ChangeLog
index 420f4eb881fb..1e5d289b96dc 100644
--- a/net-p2p/gift-gnutella/ChangeLog
+++ b/net-p2p/gift-gnutella/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-p2p/gift-gnutella
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/ChangeLog,v 1.7 2004/04/20 18:02:56 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/ChangeLog,v 1.8 2004/04/25 18:50:18 squinky86 Exp $
+
+ 25 Apr 2004; Jon Hood <squinky86@gentoo.org>
+ gift-gnutella-0.0.5.ebuild, gift-gnutella-0.0.9.1.ebuild,
+ gift-gnutella-0.0.9.2.ebuild, gift-gnutella-0.0.9.ebuild:
+ fix typos in econf line
20 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
gift-gnutella-0.0.5.ebuild, gift-gnutella-0.0.9.1.ebuild,
diff --git a/net-p2p/gift-gnutella/gift-gnutella-0.0.5.ebuild b/net-p2p/gift-gnutella/gift-gnutella-0.0.5.ebuild
index d15bfce096d5..083b9b0a8836 100644
--- a/net-p2p/gift-gnutella/gift-gnutella-0.0.5.ebuild
+++ b/net-p2p/gift-gnutella/gift-gnutella-0.0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/gift-gnutella-0.0.5.ebuild,v 1.4 2004/04/20 18:02:56 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/gift-gnutella-0.0.5.ebuild,v 1.5 2004/04/25 18:50:18 squinky86 Exp $
IUSE=""
@@ -20,7 +20,7 @@ DEPEND="virtual/glibc
S=${WORKDIR}/${P}
src_compile() {
- econf || dir "failed to configure"
+ econf || die "failed to configure"
emake || die "failed to build"
}
diff --git a/net-p2p/gift-gnutella/gift-gnutella-0.0.9.1.ebuild b/net-p2p/gift-gnutella/gift-gnutella-0.0.9.1.ebuild
index 033b3e3ae5e1..d0b38ab1caf3 100644
--- a/net-p2p/gift-gnutella/gift-gnutella-0.0.9.1.ebuild
+++ b/net-p2p/gift-gnutella/gift-gnutella-0.0.9.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/gift-gnutella-0.0.9.1.ebuild,v 1.3 2004/04/20 18:02:56 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/gift-gnutella-0.0.9.1.ebuild,v 1.4 2004/04/25 18:50:18 squinky86 Exp $
IUSE=""
@@ -20,7 +20,7 @@ DEPEND="virtual/glibc
S=${WORKDIR}/${P}
src_compile() {
- econf || dir "failed to configure"
+ econf || die "failed to configure"
emake || die "failed to build"
}
diff --git a/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild b/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild
index dca9090f23a3..961ad5e73408 100644
--- a/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild
+++ b/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild,v 1.3 2004/04/20 18:02:56 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild,v 1.4 2004/04/25 18:50:18 squinky86 Exp $
IUSE=""
@@ -20,7 +20,7 @@ DEPEND="virtual/glibc
S=${WORKDIR}/${P}
src_compile() {
- econf || dir "failed to configure"
+ econf || die "failed to configure"
emake || die "failed to build"
}
diff --git a/net-p2p/gift-gnutella/gift-gnutella-0.0.9.ebuild b/net-p2p/gift-gnutella/gift-gnutella-0.0.9.ebuild
index 6dd4ac6a0ddc..39a26d0b95a3 100644
--- a/net-p2p/gift-gnutella/gift-gnutella-0.0.9.ebuild
+++ b/net-p2p/gift-gnutella/gift-gnutella-0.0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/gift-gnutella-0.0.9.ebuild,v 1.2 2004/04/20 18:02:56 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/gift-gnutella-0.0.9.ebuild,v 1.3 2004/04/25 18:50:18 squinky86 Exp $
IUSE=""
@@ -20,7 +20,7 @@ DEPEND="virtual/glibc
S=${WORKDIR}/${P}
src_compile() {
- econf || dir "failed to configure"
+ econf || die "failed to configure"
emake || die "failed to build"
}