summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-02 02:17:26 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-02 02:17:26 +0000
commit51468521123b87854b6c5b019271e4080549708b (patch)
treee483e99b63d71da51045d8c1b38a171b43b53fbb /app-misc/dnetc
parentstable on ppc64, bug #52705 (diff)
downloadhistorical-51468521123b87854b6c5b019271e4080549708b.tar.gz
historical-51468521123b87854b6c5b019271e4080549708b.tar.bz2
historical-51468521123b87854b6c5b019271e4080549708b.zip
Fix use invocation
Diffstat (limited to 'app-misc/dnetc')
-rw-r--r--app-misc/dnetc/ChangeLog7
-rw-r--r--app-misc/dnetc/dnetc-2.9001.478.ebuild4
-rw-r--r--app-misc/dnetc/dnetc-2.9002.479.ebuild4
-rw-r--r--app-misc/dnetc/dnetc-2.9003.481-r1.ebuild14
-rw-r--r--app-misc/dnetc/dnetc-2.9005.483.ebuild12
-rw-r--r--app-misc/dnetc/dnetc-2.9008.490.ebuild8
6 files changed, 27 insertions, 22 deletions
diff --git a/app-misc/dnetc/ChangeLog b/app-misc/dnetc/ChangeLog
index 1e7d116f43ae..bf362a3bc953 100644
--- a/app-misc/dnetc/ChangeLog
+++ b/app-misc/dnetc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/dnetc
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/dnetc/ChangeLog,v 1.24 2004/05/25 09:44:29 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/dnetc/ChangeLog,v 1.25 2004/06/02 02:10:25 agriffis Exp $
+
+ 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> dnetc-2.9001.478.ebuild,
+ dnetc-2.9002.479.ebuild, dnetc-2.9003.481-r1.ebuild,
+ dnetc-2.9005.483.ebuild, dnetc-2.9008.490.ebuild:
+ Fix use invocation
25 May 2004; Daniel Ahlberg <aliz@gentoo.org> dnetc-2.9008.490.ebuild:
Added PPC client.
diff --git a/app-misc/dnetc/dnetc-2.9001.478.ebuild b/app-misc/dnetc/dnetc-2.9001.478.ebuild
index a0af8415954e..c0f2d53b807a 100644
--- a/app-misc/dnetc/dnetc-2.9001.478.ebuild
+++ b/app-misc/dnetc/dnetc-2.9001.478.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/app-misc/dnetc/dnetc-2.9001.478.ebuild,v 1.10 2004/04/27 13:06:15 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/dnetc/dnetc-2.9001.478.ebuild,v 1.11 2004/06/02 02:10:25 agriffis Exp $
MAJ_PV=${PV:0:6}
MIN_PV=${PV:7:9}
@@ -14,7 +14,7 @@ KEYWORDS="~mips"
IUSE=""
DEPEND=""
RDEPEND="net-dns/bind-tools"
-if [ `use mips` ]; then
+if use mips; then
S="${WORKDIR}/dnetc${MIN_PV}-ps2linux-mipsel"
fi
diff --git a/app-misc/dnetc/dnetc-2.9002.479.ebuild b/app-misc/dnetc/dnetc-2.9002.479.ebuild
index b094d9f6e52a..a615b41a4ce9 100644
--- a/app-misc/dnetc/dnetc-2.9002.479.ebuild
+++ b/app-misc/dnetc/dnetc-2.9002.479.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/app-misc/dnetc/dnetc-2.9002.479.ebuild,v 1.3 2004/04/27 13:06:15 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/dnetc/dnetc-2.9002.479.ebuild,v 1.4 2004/06/02 02:10:25 agriffis Exp $
MAJ_PV=${PV:0:6}
MIN_PV=${PV:7:9}
@@ -14,7 +14,7 @@ KEYWORDS="~hppa -mips"
IUSE=""
DEPEND=""
RDEPEND="net-dns/bind-tools"
-if [ `use hppa` ]; then
+if use hppa; then
S="${WORKDIR}/dnetc${MIN_PV}-linux-hppa"
fi
diff --git a/app-misc/dnetc/dnetc-2.9003.481-r1.ebuild b/app-misc/dnetc/dnetc-2.9003.481-r1.ebuild
index f06cfe5af255..dc617b609ca7 100644
--- a/app-misc/dnetc/dnetc-2.9003.481-r1.ebuild
+++ b/app-misc/dnetc/dnetc-2.9003.481-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/dnetc/dnetc-2.9003.481-r1.ebuild,v 1.5 2004/04/27 13:06:15 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/dnetc/dnetc-2.9003.481-r1.ebuild,v 1.6 2004/06/02 02:10:25 agriffis Exp $
MAJ_PV=${PV:0:6}
MIN_PV=${PV:7:9}
@@ -18,15 +18,15 @@ KEYWORDS="x86 ppc sparc alpha"
IUSE=""
DEPEND=""
RDEPEND="net-dns/bind-tools"
-if [ `use x86` ]; then
+if use x86; then
S="${WORKDIR}/dnetc${MIN_PV}-linux-x86-elf"
-elif [ `use ppc` ]; then
+elif use ppc; then
S="${WORKDIR}/dnetc${MIN_PV}-linux-ppc"
-elif [ `use sparc` ]; then
+elif use sparc; then
S="${WORKDIR}/dnetc${MIN_PV}-linux-sparc"
-elif [ `use arm` ]; then
+elif use arm; then
S="${WORKDIR}/dnetc${MIN_PV}-linux-arm-elf"
-elif [ `use alpha` ]; then
+elif use alpha; then
S="${WORKDIR}/dnetc${MIN_PV}-linux-alpha5-static"
fi
diff --git a/app-misc/dnetc/dnetc-2.9005.483.ebuild b/app-misc/dnetc/dnetc-2.9005.483.ebuild
index faa2d0c5c208..800b8eeadb8d 100644
--- a/app-misc/dnetc/dnetc-2.9005.483.ebuild
+++ b/app-misc/dnetc/dnetc-2.9005.483.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/dnetc/dnetc-2.9005.483.ebuild,v 1.6 2004/04/27 13:06:15 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/dnetc/dnetc-2.9005.483.ebuild,v 1.7 2004/06/02 02:10:25 agriffis Exp $
MAJ_PV=${PV:0:6}
MIN_PV=${PV:7:9}
@@ -17,13 +17,13 @@ KEYWORDS="x86 ppc sparc -alpha"
IUSE=""
DEPEND=""
RDEPEND="net-dns/bind-tools"
-if [ `use x86` ]; then
+if use x86; then
S="${WORKDIR}/dnetc${MIN_PV}-linux-x86-elf"
-elif [ `use ppc` ]; then
+elif use ppc; then
S="${WORKDIR}/dnetc${MIN_PV}-linux-ppc"
-elif [ `use sparc` ]; then
+elif use sparc; then
S="${WORKDIR}/dnetc${MIN_PV}-linux-sparc"
-elif [ `use arm` ]; then
+elif use arm; then
S="${WORKDIR}/dnetc${MIN_PV}-linux-arm-elf"
fi
diff --git a/app-misc/dnetc/dnetc-2.9008.490.ebuild b/app-misc/dnetc/dnetc-2.9008.490.ebuild
index 88cf423f4b84..7fe2d4eb5855 100644
--- a/app-misc/dnetc/dnetc-2.9008.490.ebuild
+++ b/app-misc/dnetc/dnetc-2.9008.490.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/app-misc/dnetc/dnetc-2.9008.490.ebuild,v 1.2 2004/05/25 09:44:29 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/dnetc/dnetc-2.9008.490.ebuild,v 1.3 2004/06/02 02:10:25 agriffis Exp $
MAJ_PV=${PV:0:6}
MIN_PV=${PV:7:9}
@@ -16,11 +16,11 @@ KEYWORDS="~x86 ~ppc ~sparc -alpha"
IUSE=""
DEPEND=""
RDEPEND="net-dns/bind-tools"
-if [ `use x86` ]; then
+if use x86; then
S="${WORKDIR}/dnetc${MIN_PV}-linux-x86-elf-uclibc"
-elif [ `use sparc` ]; then
+elif use sparc; then
S="${WORKDIR}/dnetc${MIN_PV}-linux-sparc"
-elif [ `use ppc` ]; then
+elif use ppc; then
S="${WORKDIR}/dnetc${MIN_PV}-linux-ppc"
fi