diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-04-25 18:53:33 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-04-25 18:53:33 +0000 |
commit | f349e7290e5eae1fe3f911eca1b9b54e2fa4c3ee (patch) | |
tree | 17cb4dd13f4734070359e8f844c52094464b6166 /net-p2p | |
parent | fix typos (diff) | |
download | historical-f349e7290e5eae1fe3f911eca1b9b54e2fa4c3ee.tar.gz historical-f349e7290e5eae1fe3f911eca1b9b54e2fa4c3ee.tar.bz2 historical-f349e7290e5eae1fe3f911eca1b9b54e2fa4c3ee.zip |
fix typos in econf line
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gift-gnutella/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/gift-gnutella/gift-gnutella-0.0.5.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/gift-gnutella/gift-gnutella-0.0.9.1.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/gift-gnutella/gift-gnutella-0.0.9.2.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/gift-gnutella/gift-gnutella-0.0.9.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/gift-openft/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/gift-openft/gift-openft-0.1.0.5.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/gift-openft/gift-openft-0.2.1.1.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/gift-openft/gift-openft-0.2.1.2.ebuild | 4 |
9 files changed, 26 insertions, 16 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" } diff --git a/net-p2p/gift-openft/ChangeLog b/net-p2p/gift-openft/ChangeLog index 052e4d6c5e04..bc788f7dac23 100644 --- a/net-p2p/gift-openft/ChangeLog +++ b/net-p2p/gift-openft/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/gift-openft # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-openft/ChangeLog,v 1.8 2004/04/20 18:03:34 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-openft/ChangeLog,v 1.9 2004/04/25 18:53:33 squinky86 Exp $ + + 25 Apr 2004; Jon Hood <squinky86@gentoo.org> + gift-openft-0.1.0.5.ebuild, gift-openft-0.2.1.1.ebuild, + gift-openft-0.2.1.2.ebuild: + fix typos in econf line 20 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> gift-openft-0.1.0.5.ebuild, gift-openft-0.2.1.1.ebuild, diff --git a/net-p2p/gift-openft/gift-openft-0.1.0.5.ebuild b/net-p2p/gift-openft/gift-openft-0.1.0.5.ebuild index a03372b95cbf..a9b10a5ac744 100644 --- a/net-p2p/gift-openft/gift-openft-0.1.0.5.ebuild +++ b/net-p2p/gift-openft/gift-openft-0.1.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-openft/gift-openft-0.1.0.5.ebuild,v 1.4 2004/04/20 18:03:34 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-openft/gift-openft-0.1.0.5.ebuild,v 1.5 2004/04/25 18:53:33 squinky86 Exp $ IUSE="" @@ -19,7 +19,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-openft/gift-openft-0.2.1.1.ebuild b/net-p2p/gift-openft/gift-openft-0.2.1.1.ebuild index ad4e2a05c31a..db07461be291 100644 --- a/net-p2p/gift-openft/gift-openft-0.2.1.1.ebuild +++ b/net-p2p/gift-openft/gift-openft-0.2.1.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-openft/gift-openft-0.2.1.1.ebuild,v 1.5 2004/04/20 18:03:34 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-openft/gift-openft-0.2.1.1.ebuild,v 1.6 2004/04/25 18:53:33 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-openft/gift-openft-0.2.1.2.ebuild b/net-p2p/gift-openft/gift-openft-0.2.1.2.ebuild index 9aa13995bede..a28eebc84db0 100644 --- a/net-p2p/gift-openft/gift-openft-0.2.1.2.ebuild +++ b/net-p2p/gift-openft/gift-openft-0.2.1.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-openft/gift-openft-0.2.1.2.ebuild,v 1.3 2004/04/20 18:03:34 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-openft/gift-openft-0.2.1.2.ebuild,v 1.4 2004/04/25 18:53:33 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" } |