summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-01 23:14:59 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-01 23:14:59 +0000
commiteb332ec29a95f1f6c9b9dbe5aa1eba3a45520632 (patch)
treeae3d440b0e04e37fdba16dd86339664563898329
parentFix use invocation (diff)
downloadhistorical-eb332ec29a95f1f6c9b9dbe5aa1eba3a45520632.tar.gz
historical-eb332ec29a95f1f6c9b9dbe5aa1eba3a45520632.tar.bz2
historical-eb332ec29a95f1f6c9b9dbe5aa1eba3a45520632.zip
Fix use invocation
-rw-r--r--app-crypt/johntheripper/ChangeLog6
-rw-r--r--app-crypt/johntheripper/johntheripper-1.6-r1.ebuild4
-rw-r--r--app-crypt/johntheripper/johntheripper-1.6.ebuild4
-rw-r--r--app-crypt/keynote/ChangeLog7
-rw-r--r--app-crypt/keynote/keynote-2.3.ebuild4
-rw-r--r--app-crypt/kth-krb/ChangeLog6
-rw-r--r--app-crypt/kth-krb/kth-krb-1.2.1.ebuild4
-rw-r--r--app-crypt/kth-krb/kth-krb-1.2.2.ebuild4
-rw-r--r--app-crypt/kth-krb/kth-krb-1.2.ebuild4
9 files changed, 27 insertions, 16 deletions
diff --git a/app-crypt/johntheripper/ChangeLog b/app-crypt/johntheripper/ChangeLog
index 97059f7453f9..5b63b6c774f5 100644
--- a/app-crypt/johntheripper/ChangeLog
+++ b/app-crypt/johntheripper/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/johntheripper
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/ChangeLog,v 1.15 2004/05/24 22:57:51 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/ChangeLog,v 1.16 2004/06/01 23:14:36 agriffis Exp $
+
+ 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> johntheripper-1.6-r1.ebuild,
+ johntheripper-1.6.ebuild:
+ Fix use invocation
25 May 2004; Daniel Black <dragonheart@gentoo.org>
johntheripper-1.6.37-r1.ebuild:
diff --git a/app-crypt/johntheripper/johntheripper-1.6-r1.ebuild b/app-crypt/johntheripper/johntheripper-1.6-r1.ebuild
index a6d9f1832515..47106dea5740 100644
--- a/app-crypt/johntheripper/johntheripper-1.6-r1.ebuild
+++ b/app-crypt/johntheripper/johntheripper-1.6-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/app-crypt/johntheripper/johntheripper-1.6-r1.ebuild,v 1.7 2004/03/13 21:50:28 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.6-r1.ebuild,v 1.8 2004/06/01 23:14:36 agriffis Exp $
inherit eutils
@@ -51,7 +51,7 @@ src_compile() {
cd src
sed -i -e "s:-m486::" -e "s:-Wall -O2:${CFLAGS}:" \
Makefile
- if [ `use mmx` ] ; then
+ if use mmx ; then
emake linux-x86-mmx-elf || die
else
emake generic || die
diff --git a/app-crypt/johntheripper/johntheripper-1.6.ebuild b/app-crypt/johntheripper/johntheripper-1.6.ebuild
index 2eb5a0d37d92..5d4c1e801d20 100644
--- a/app-crypt/johntheripper/johntheripper-1.6.ebuild
+++ b/app-crypt/johntheripper/johntheripper-1.6.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-crypt/johntheripper/johntheripper-1.6.ebuild,v 1.20 2004/03/13 21:50:28 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.6.ebuild,v 1.21 2004/06/01 23:14:36 agriffis Exp $
inherit eutils
@@ -28,7 +28,7 @@ src_compile() {
cd src
sed -i -e "s:-m486::" -e "s:-Wall -O2:${CFLAGS}:" \
Makefile
- if [ `use mmx` ] ; then
+ if use mmx ; then
emake linux-x86-mmx-elf || die
else
emake generic || die
diff --git a/app-crypt/keynote/ChangeLog b/app-crypt/keynote/ChangeLog
index 6238afa481b3..d3e82d88140d 100644
--- a/app-crypt/keynote/ChangeLog
+++ b/app-crypt/keynote/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/keynote
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/keynote/ChangeLog,v 1.1 2003/12/23 15:29:33 plasmaroo Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/keynote/ChangeLog,v 1.2 2004/06/01 23:14:59 agriffis Exp $
+
+ 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> keynote-2.3.ebuild:
+ Fix use invocation
*keynote-2.3 (23 Dec 2003)
diff --git a/app-crypt/keynote/keynote-2.3.ebuild b/app-crypt/keynote/keynote-2.3.ebuild
index 2b7ae14809a4..aef2834449f7 100644
--- a/app-crypt/keynote/keynote-2.3.ebuild
+++ b/app-crypt/keynote/keynote-2.3.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-crypt/keynote/keynote-2.3.ebuild,v 1.2 2004/03/13 21:50:28 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/keynote/keynote-2.3.ebuild,v 1.3 2004/06/01 23:14:59 agriffis Exp $
DESCRIPTION="The KeyNote Trust-Management System"
HOMEPAGE="http://www1.cs.columbia.edu/~angelos/keynote.html"
@@ -17,7 +17,7 @@ DEPEND="virtual/glibc
src_compile() {
econf || die
- if [ -n "`use ssl`" ]; then
+ if use ssl; then
make || die
else
make nocrypto || die
diff --git a/app-crypt/kth-krb/ChangeLog b/app-crypt/kth-krb/ChangeLog
index 4f4a23abae14..f8b14426aa56 100644
--- a/app-crypt/kth-krb/ChangeLog
+++ b/app-crypt/kth-krb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/kth-krb
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/ChangeLog,v 1.25 2004/05/27 09:23:21 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/ChangeLog,v 1.26 2004/06/01 23:11:55 agriffis Exp $
+
+ 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> kth-krb-1.2.1.ebuild,
+ kth-krb-1.2.2.ebuild, kth-krb-1.2.ebuild:
+ Fix use invocation
27 May 2004; Joshua Kinard <kumba@gentoo.org> kth-krb-1.2.2-r2.ebuild:
Marked stable on mips.
diff --git a/app-crypt/kth-krb/kth-krb-1.2.1.ebuild b/app-crypt/kth-krb/kth-krb-1.2.1.ebuild
index beed7cafe557..7078f227c83b 100644
--- a/app-crypt/kth-krb/kth-krb-1.2.1.ebuild
+++ b/app-crypt/kth-krb/kth-krb-1.2.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/app-crypt/kth-krb/kth-krb-1.2.1.ebuild,v 1.9 2004/04/06 03:30:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.2.1.ebuild,v 1.10 2004/06/01 23:11:55 agriffis Exp $
inherit eutils
@@ -42,7 +42,7 @@ src_install() {
install || die
# Doesn't get install otherwise (for some reason, look into this).
- if [ "`use ssl`" ] ; then
+ if use ssl ; then
cd ${S}/lib/des
make prefix=${D}/usr/athena \
diff --git a/app-crypt/kth-krb/kth-krb-1.2.2.ebuild b/app-crypt/kth-krb/kth-krb-1.2.2.ebuild
index bf2c0c7cb717..ef0daebf77a0 100644
--- a/app-crypt/kth-krb/kth-krb-1.2.2.ebuild
+++ b/app-crypt/kth-krb/kth-krb-1.2.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/app-crypt/kth-krb/kth-krb-1.2.2.ebuild,v 1.2 2004/04/06 03:31:40 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.2.2.ebuild,v 1.3 2004/06/01 23:11:55 agriffis Exp $
inherit eutils
@@ -42,7 +42,7 @@ src_install() {
install || die
# Doesn't get install otherwise (for some reason, look into this).
- if [ "`use ssl`" ] ; then
+ if use ssl ; then
cd ${S}/lib/des
make prefix=${D}/usr/athena \
diff --git a/app-crypt/kth-krb/kth-krb-1.2.ebuild b/app-crypt/kth-krb/kth-krb-1.2.ebuild
index d10a0c95b101..b94733a246ea 100644
--- a/app-crypt/kth-krb/kth-krb-1.2.ebuild
+++ b/app-crypt/kth-krb/kth-krb-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/app-crypt/kth-krb/kth-krb-1.2.ebuild,v 1.7 2004/04/06 03:31:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.2.ebuild,v 1.8 2004/06/01 23:11:55 agriffis Exp $
inherit eutils
@@ -42,7 +42,7 @@ src_install() {
install || die
# Doesn't get install otherwise (for some reason, look into this).
- if [ "`use ssl`" ] ; then
+ if use ssl ; then
cd ${S}/lib/des
make prefix=${D}/usr/athena \