summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-09 22:36:45 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-09 22:36:45 +0000
commit8a8473b3cda8f95cb7fd6cbb00c99aa409a3ac8e (patch)
tree05e981aaf435115b201c06cda7f711f93abe3773 /net-misc/zebra
parentRediffed botched devmapper patch. (diff)
downloadhistorical-8a8473b3cda8f95cb7fd6cbb00c99aa409a3ac8e.tar.gz
historical-8a8473b3cda8f95cb7fd6cbb00c99aa409a3ac8e.tar.bz2
historical-8a8473b3cda8f95cb7fd6cbb00c99aa409a3ac8e.zip
Fix use invocation
Diffstat (limited to 'net-misc/zebra')
-rw-r--r--net-misc/zebra/ChangeLog6
-rw-r--r--net-misc/zebra/zebra-0.93a.ebuild2
-rw-r--r--net-misc/zebra/zebra-0.93b-r1.ebuild6
-rw-r--r--net-misc/zebra/zebra-0.93b-r2.ebuild6
-rw-r--r--net-misc/zebra/zebra-0.93b.ebuild2
5 files changed, 13 insertions, 9 deletions
diff --git a/net-misc/zebra/ChangeLog b/net-misc/zebra/ChangeLog
index 368778465cd0..6d1249e50f30 100644
--- a/net-misc/zebra/ChangeLog
+++ b/net-misc/zebra/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/zebra
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/zebra/ChangeLog,v 1.12 2004/04/27 21:56:49 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/zebra/ChangeLog,v 1.13 2004/06/09 22:36:45 agriffis Exp $
+
+ 09 Jun 2004; Aron Griffis <agriffis@gentoo.org> zebra-0.93a.ebuild,
+ zebra-0.93b-r1.ebuild, zebra-0.93b-r2.ebuild, zebra-0.93b.ebuild:
+ Fix use invocation
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> zebra-0.93b-r1.ebuild:
Add inherit eutils
diff --git a/net-misc/zebra/zebra-0.93a.ebuild b/net-misc/zebra/zebra-0.93a.ebuild
index d37572046661..8c7d1eafd580 100644
--- a/net-misc/zebra/zebra-0.93a.ebuild
+++ b/net-misc/zebra/zebra-0.93a.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-misc/zebra/zebra-0.93a.ebuild,v 1.6 2004/04/27 21:56:49 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/zebra/zebra-0.93a.ebuild,v 1.7 2004/06/09 22:36:45 agriffis Exp $
S=${WORKDIR}/${P}
IUSE="pam snmp ipv6"
diff --git a/net-misc/zebra/zebra-0.93b-r1.ebuild b/net-misc/zebra/zebra-0.93b-r1.ebuild
index 3dba9bbf12d3..e6821393f1c9 100644
--- a/net-misc/zebra/zebra-0.93b-r1.ebuild
+++ b/net-misc/zebra/zebra-0.93b-r1.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-misc/zebra/zebra-0.93b-r1.ebuild,v 1.7 2004/04/27 21:56:49 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/zebra/zebra-0.93b-r1.ebuild,v 1.8 2004/06/09 22:36:45 agriffis Exp $
inherit eutils
@@ -30,7 +30,7 @@ src_unpack() {
cd ${WORKDIR}
ln -s ${S} zebra
- [ `use ospfapi` ] &&
+ use ospfapi &&
epatch ospfapi-release_*-200[3-9]-[0-9][0-9]-[0-9][0-9].patch
##################################
@@ -58,7 +58,7 @@ src_compile() {
die "econf failed"
emake || die "emake failed"
- if [ `use ospfapi` ] ; then
+ if use ospfapi ; then
cd apiclient
econf --prefix=/usr --sysconfdir=/etc/zebra ${myconf} || \
die "econf failed in ospsapi-apiclient"
diff --git a/net-misc/zebra/zebra-0.93b-r2.ebuild b/net-misc/zebra/zebra-0.93b-r2.ebuild
index 0c3f01ac4268..c30d3e12d891 100644
--- a/net-misc/zebra/zebra-0.93b-r2.ebuild
+++ b/net-misc/zebra/zebra-0.93b-r2.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-misc/zebra/zebra-0.93b-r2.ebuild,v 1.4 2004/04/27 21:56:49 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/zebra/zebra-0.93b-r2.ebuild,v 1.5 2004/06/09 22:36:45 agriffis Exp $
inherit eutils
S=${WORKDIR}/${P}
@@ -29,7 +29,7 @@ src_unpack() {
unpack ${A} || die
cd ${WORKDIR}
ln -s ${S} zebra
- if [ `use ospfapi` ]; then
+ if use ospfapi; then
epatch ospfapi-release_*-200[3-9]-[0-9][0-9]-[0-9][0-9].patch
else
# This fix is for zebra-0.93b only
@@ -57,7 +57,7 @@ src_compile() {
die "econf failed"
emake || die "emake failed"
- if [ `use ospfapi` ] ; then
+ if use ospfapi ; then
cd apiclient
econf --prefix=/usr --sysconfdir=/etc/zebra ${myconf} || \
die "econf failed in ospsapi-apiclient"
diff --git a/net-misc/zebra/zebra-0.93b.ebuild b/net-misc/zebra/zebra-0.93b.ebuild
index ea89d7cf2b51..befc844c9689 100644
--- a/net-misc/zebra/zebra-0.93b.ebuild
+++ b/net-misc/zebra/zebra-0.93b.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-misc/zebra/zebra-0.93b.ebuild,v 1.5 2004/04/27 21:56:49 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/zebra/zebra-0.93b.ebuild,v 1.6 2004/06/09 22:36:45 agriffis Exp $
S=${WORKDIR}/${P}
IUSE="pam snmp ipv6"