summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuan Van <langthang@gentoo.org>2006-07-14 18:05:22 +0000
committerTuan Van <langthang@gentoo.org>2006-07-14 18:05:22 +0000
commit78db0deddb55fa21d7443699134b9685eca9a336 (patch)
tree37512d78887fb5bca87c9f53c3edd5cc699e1f40 /net-mail/cyrus-imapd
parentppc stable, bug #139612 (diff)
downloadgentoo-2-78db0deddb55fa21d7443699134b9685eca9a336.tar.gz
gentoo-2-78db0deddb55fa21d7443699134b9685eca9a336.tar.bz2
gentoo-2-78db0deddb55fa21d7443699134b9685eca9a336.zip
${ROOT} friendly. Bug #140391 reported by Jakub Moc <jakub@gentoo.org>. Thanks.
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'net-mail/cyrus-imapd')
-rw-r--r--net-mail/cyrus-imapd/ChangeLog6
-rw-r--r--net-mail/cyrus-imapd/cyrus-imapd-2.2.12-r4.ebuild4
-rw-r--r--net-mail/cyrus-imapd/cyrus-imapd-2.2.12.ebuild6
3 files changed, 10 insertions, 6 deletions
diff --git a/net-mail/cyrus-imapd/ChangeLog b/net-mail/cyrus-imapd/ChangeLog
index 58f07cf59474..6f013c42ed3d 100644
--- a/net-mail/cyrus-imapd/ChangeLog
+++ b/net-mail/cyrus-imapd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/cyrus-imapd
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.82 2006/07/12 21:45:32 langthang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/ChangeLog,v 1.83 2006/07/14 18:05:22 langthang Exp $
+
+ 14 Jul 2006; Tuấn Văn <langthang@gentoo.org> cyrus-imapd-2.2.12.ebuild,
+ cyrus-imapd-2.2.12-r4.ebuild:
+ ${ROOT} friendly. Bug #140391 reported by Jakub Moc <jakub@gentoo.org>. Thanks.
*cyrus-imapd-2.3.7 (12 Jul 2006)
diff --git a/net-mail/cyrus-imapd/cyrus-imapd-2.2.12-r4.ebuild b/net-mail/cyrus-imapd/cyrus-imapd-2.2.12-r4.ebuild
index f886b6fdda15..a9c16936cc68 100644
--- a/net-mail/cyrus-imapd/cyrus-imapd-2.2.12-r4.ebuild
+++ b/net-mail/cyrus-imapd/cyrus-imapd-2.2.12-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.2.12-r4.ebuild,v 1.1 2006/01/30 18:22:03 langthang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.2.12-r4.ebuild,v 1.2 2006/07/14 18:05:22 langthang Exp $
inherit eutils ssl-cert gnuconfig fixheadtails
@@ -37,7 +37,7 @@ check_useflag() {
local my_pkg=$(best_version ${1})
local my_flag=${2}
- if [[ $(grep -wo ${my_flag} /var/db/pkg/${my_pkg}/USE) ]]; then
+ if [[ $(grep -wo ${my_flag} ${ROOT}/var/db/pkg/${my_pkg}/USE) ]]; then
return 0
fi
diff --git a/net-mail/cyrus-imapd/cyrus-imapd-2.2.12.ebuild b/net-mail/cyrus-imapd/cyrus-imapd-2.2.12.ebuild
index 8662b54f6400..bf7ddf8d18bb 100644
--- a/net-mail/cyrus-imapd/cyrus-imapd-2.2.12.ebuild
+++ b/net-mail/cyrus-imapd/cyrus-imapd-2.2.12.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.2.12.ebuild,v 1.10 2005/07/13 14:18:33 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cyrus-imapd/cyrus-imapd-2.2.12.ebuild,v 1.11 2006/07/14 18:05:22 langthang Exp $
inherit eutils ssl-cert gnuconfig fixheadtails
@@ -38,7 +38,7 @@ check_useflag() {
local my_pkg=$(best_version ${1})
local my_flag=${2}
- if [[ $(grep -wo ${my_flag} /var/db/pkg/${my_pkg}/USE) ]]; then
+ if [[ $(grep -wo ${my_flag} ${ROOT}/var/db/pkg/${my_pkg}/USE) ]]; then
return 0
fi