summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-07-08 10:04:09 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-07-08 10:04:09 +0000
commit62f3f6339f3f34d8f2638416f74555d207888500 (patch)
tree7e9f5673e0b35fab12335422a68904c779406970 /app-forensics
parentRemove old. (diff)
downloadgentoo-2-62f3f6339f3f34d8f2638416f74555d207888500.tar.gz
gentoo-2-62f3f6339f3f34d8f2638416f74555d207888500.tar.bz2
gentoo-2-62f3f6339f3f34d8f2638416f74555d207888500.zip
Convert from "hasq" to "has".
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'app-forensics')
-rw-r--r--app-forensics/zzuf/ChangeLog8
-rw-r--r--app-forensics/zzuf/zzuf-0.12.ebuild6
-rw-r--r--app-forensics/zzuf/zzuf-0.13-r1.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/app-forensics/zzuf/ChangeLog b/app-forensics/zzuf/ChangeLog
index 11570352ed58..97c1df45a13f 100644
--- a/app-forensics/zzuf/ChangeLog
+++ b/app-forensics/zzuf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-forensics/zzuf
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/zzuf/ChangeLog,v 1.8 2010/03/02 19:28:17 cardoe Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/zzuf/ChangeLog,v 1.9 2011/07/08 10:04:09 ssuominen Exp $
+
+ 08 Jul 2011; Samuli Suominen <ssuominen@gentoo.org> zzuf-0.12.ebuild,
+ zzuf-0.13-r1.ebuild:
+ Convert from "hasq" to "has".
*zzuf-0.13-r1 (02 Mar 2010)
diff --git a/app-forensics/zzuf/zzuf-0.12.ebuild b/app-forensics/zzuf/zzuf-0.12.ebuild
index 1bd2ea6f2116..3a9d358dd7cc 100644
--- a/app-forensics/zzuf/zzuf-0.12.ebuild
+++ b/app-forensics/zzuf/zzuf-0.12.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/zzuf/zzuf-0.12.ebuild,v 1.3 2009/11/13 14:32:23 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/zzuf/zzuf-0.12.ebuild,v 1.4 2011/07/08 10:04:09 ssuominen Exp $
inherit autotools
@@ -42,7 +42,7 @@ src_compile() {
# This could be removed in next versions if my patches will be applied
# by Sam. -- Diego 'Flameeyes'
src_test() {
- if hasq sandbox ${FEATURES}; then
+ if has sandbox ${FEATURES}; then
ewarn "zzuf tests don't work correctly when sandbox is enabled,"
ewarn "skipping tests. If you want to run the testsuite, please"
ewarn "disable sandbox for this build."
diff --git a/app-forensics/zzuf/zzuf-0.13-r1.ebuild b/app-forensics/zzuf/zzuf-0.13-r1.ebuild
index a66f997cc137..1d7490c1268d 100644
--- a/app-forensics/zzuf/zzuf-0.13-r1.ebuild
+++ b/app-forensics/zzuf/zzuf-0.13-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/zzuf/zzuf-0.13-r1.ebuild,v 1.1 2010/03/02 19:28:17 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/zzuf/zzuf-0.13-r1.ebuild,v 1.2 2011/07/08 10:04:09 ssuominen Exp $
EAPI="2"
@@ -48,7 +48,7 @@ src_compile() {
# This could be removed in next versions if my patches will be applied
# by Sam. -- Diego 'Flameeyes'
src_test() {
- if hasq sandbox ${FEATURES}; then
+ if has sandbox ${FEATURES}; then
ewarn "zzuf tests don't work correctly when sandbox is enabled,"
ewarn "skipping tests. If you want to run the testsuite, please"
ewarn "disable sandbox for this build."