summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-07-08 10:15:59 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-07-08 10:15:59 +0000
commit38ed343bab5b3b2b1277eb3323a71234ddc22e5e (patch)
tree58be79646792a077e1b4e7a15e0fa8d0d4f5775b /app-admin
parentConvert from "hasq" to "has". (diff)
downloadgentoo-2-38ed343bab5b3b2b1277eb3323a71234ddc22e5e.tar.gz
gentoo-2-38ed343bab5b3b2b1277eb3323a71234ddc22e5e.tar.bz2
gentoo-2-38ed343bab5b3b2b1277eb3323a71234ddc22e5e.zip
Convert from "useq" to "use".
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/logrotate/ChangeLog7
-rw-r--r--app-admin/logrotate/logrotate-3.7.8.ebuild6
-rw-r--r--app-admin/logrotate/logrotate-3.7.9-r1.ebuild4
-rw-r--r--app-admin/logrotate/logrotate-3.7.9-r2.ebuild4
-rw-r--r--app-admin/logrotate/logrotate-3.7.9.ebuild6
-rw-r--r--app-admin/logrotate/logrotate-3.8.0.ebuild6
6 files changed, 19 insertions, 14 deletions
diff --git a/app-admin/logrotate/ChangeLog b/app-admin/logrotate/ChangeLog
index 2c195505a6b4..3ed0123067ce 100644
--- a/app-admin/logrotate/ChangeLog
+++ b/app-admin/logrotate/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-admin/logrotate
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/ChangeLog,v 1.100 2011/07/06 22:43:36 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/ChangeLog,v 1.101 2011/07/08 10:15:59 ssuominen Exp $
+
+ 08 Jul 2011; Samuli Suominen <ssuominen@gentoo.org> logrotate-3.7.8.ebuild,
+ logrotate-3.7.9.ebuild, logrotate-3.7.9-r1.ebuild, logrotate-3.7.9-r2.ebuild,
+ logrotate-3.8.0.ebuild:
+ Convert from "useq" to "use".
*logrotate-3.8.0 (06 Jul 2011)
diff --git a/app-admin/logrotate/logrotate-3.7.8.ebuild b/app-admin/logrotate/logrotate-3.7.8.ebuild
index 3c4211fce6fd..9f739044aa12 100644
--- a/app-admin/logrotate/logrotate-3.7.8.ebuild
+++ b/app-admin/logrotate/logrotate-3.7.8.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-admin/logrotate/logrotate-3.7.8.ebuild,v 1.13 2009/11/04 15:47:27 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.7.8.ebuild,v 1.14 2011/07/08 10:15:59 ssuominen Exp $
EAPI="2"
@@ -42,7 +42,7 @@ src_configure() {
src_compile() {
local myconf
myconf="CC=$(tc-getCC)"
- useq selinux && myconf="${myconf} WITH_SELINUX=yes"
+ use selinux && myconf="${myconf} WITH_SELINUX=yes"
use elibc_FreeBSD && append-flags -DNO_ALLOCA_H
emake ${myconf} RPM_OPT_FLAGS="${CFLAGS}" || die "emake failed"
}
diff --git a/app-admin/logrotate/logrotate-3.7.9-r1.ebuild b/app-admin/logrotate/logrotate-3.7.9-r1.ebuild
index e6c2cf6d1328..9282f85bea32 100644
--- a/app-admin/logrotate/logrotate-3.7.9-r1.ebuild
+++ b/app-admin/logrotate/logrotate-3.7.9-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.7.9-r1.ebuild,v 1.8 2011/04/29 00:03:00 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.7.9-r1.ebuild,v 1.9 2011/07/08 10:15:59 ssuominen Exp $
EAPI="2"
@@ -46,7 +46,7 @@ src_configure() {
src_compile() {
local myconf
myconf="CC=$(tc-getCC)"
- useq selinux && myconf="${myconf} WITH_SELINUX=yes"
+ use selinux && myconf="${myconf} WITH_SELINUX=yes"
use elibc_FreeBSD && append-flags -DNO_ALLOCA_H
emake ${myconf} RPM_OPT_FLAGS="${CFLAGS}" || die "emake failed"
}
diff --git a/app-admin/logrotate/logrotate-3.7.9-r2.ebuild b/app-admin/logrotate/logrotate-3.7.9-r2.ebuild
index 1d83615f6123..446a0b83eb2d 100644
--- a/app-admin/logrotate/logrotate-3.7.9-r2.ebuild
+++ b/app-admin/logrotate/logrotate-3.7.9-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.7.9-r2.ebuild,v 1.2 2011/04/29 00:03:00 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.7.9-r2.ebuild,v 1.3 2011/07/08 10:15:59 ssuominen Exp $
EAPI="2"
@@ -46,7 +46,7 @@ src_configure() {
src_compile() {
local myconf
myconf="CC=$(tc-getCC)"
- useq selinux && myconf="${myconf} WITH_SELINUX=yes"
+ use selinux && myconf="${myconf} WITH_SELINUX=yes"
use elibc_FreeBSD && append-flags -DNO_ALLOCA_H
emake ${myconf} RPM_OPT_FLAGS="${CFLAGS}" || die "emake failed"
}
diff --git a/app-admin/logrotate/logrotate-3.7.9.ebuild b/app-admin/logrotate/logrotate-3.7.9.ebuild
index 851a710663af..bfc6d73bf9e9 100644
--- a/app-admin/logrotate/logrotate-3.7.9.ebuild
+++ b/app-admin/logrotate/logrotate-3.7.9.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-admin/logrotate/logrotate-3.7.9.ebuild,v 1.1 2010/11/16 00:41:10 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.7.9.ebuild,v 1.2 2011/07/08 10:15:59 ssuominen Exp $
EAPI="2"
@@ -42,7 +42,7 @@ src_configure() {
src_compile() {
local myconf
myconf="CC=$(tc-getCC)"
- useq selinux && myconf="${myconf} WITH_SELINUX=yes"
+ use selinux && myconf="${myconf} WITH_SELINUX=yes"
use elibc_FreeBSD && append-flags -DNO_ALLOCA_H
emake ${myconf} RPM_OPT_FLAGS="${CFLAGS}" || die "emake failed"
}
diff --git a/app-admin/logrotate/logrotate-3.8.0.ebuild b/app-admin/logrotate/logrotate-3.8.0.ebuild
index 786161b04233..e7867c39ee68 100644
--- a/app-admin/logrotate/logrotate-3.8.0.ebuild
+++ b/app-admin/logrotate/logrotate-3.8.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.8.0.ebuild,v 1.1 2011/07/06 22:43:36 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.8.0.ebuild,v 1.2 2011/07/08 10:15:59 ssuominen Exp $
EAPI="2"
@@ -43,8 +43,8 @@ src_configure() {
src_compile() {
local myconf
myconf="CC=$(tc-getCC)"
- useq selinux && myconf="${myconf} WITH_SELINUX=yes"
- useq acl && myconf="${myconf} WITH_ACL=yes"
+ use selinux && myconf="${myconf} WITH_SELINUX=yes"
+ use acl && myconf="${myconf} WITH_ACL=yes"
emake ${myconf} RPM_OPT_FLAGS="${CFLAGS}" || die "emake failed"
}