From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BFCC413832E for ; Sat, 20 Aug 2016 19:39:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DB4DE0962; Sat, 20 Aug 2016 19:39:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC76BE0962 for ; Sat, 20 Aug 2016 19:39:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9569633FE7D for ; Sat, 20 Aug 2016 19:39:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCD59244C for ; Sat, 20 Aug 2016 19:39:10 +0000 (UTC) From: "Nathan Phillip Brink" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nathan Phillip Brink" Message-ID: <1471721943.edd1a529c7979b1d865e1798a28bc84a56d61a46.binki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/unrealircd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/unrealircd/unrealircd-4.0.5.ebuild X-VCS-Directories: net-irc/unrealircd/ X-VCS-Committer: binki X-VCS-Committer-Name: Nathan Phillip Brink X-VCS-Revision: edd1a529c7979b1d865e1798a28bc84a56d61a46 X-VCS-Branch: master Date: Sat, 20 Aug 2016 19:39:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 709165ed-c8e8-4645-844a-9f32eef5c0b0 X-Archives-Hash: cd4fe074af2ae08abb0cf1aa0b1990bd commit: edd1a529c7979b1d865e1798a28bc84a56d61a46 Author: Nathan Phillip Brink gentoo org> AuthorDate: Sat Aug 20 19:39:03 2016 +0000 Commit: Nathan Phillip Brink gentoo org> CommitDate: Sat Aug 20 19:39:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd1a529 net-irc/unrealircd: Fix/silence repoman warnings for unrealircd-4.0.5. Package-Manager: portage-2.2.28 net-irc/unrealircd/unrealircd-4.0.5.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-irc/unrealircd/unrealircd-4.0.5.ebuild b/net-irc/unrealircd/unrealircd-4.0.5.ebuild index ab6bacd..ef83305 100644 --- a/net-irc/unrealircd/unrealircd-4.0.5.ebuild +++ b/net-irc/unrealircd/unrealircd-4.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -144,7 +144,7 @@ pkg_preinst() { shift 3 while dir=${1} && shift; do if [[ ! -d "${EROOT}${dir}" ]]; then - ebegin "Creating ${EROOT}${dir} with correct permissions" + ebegin "Creating ""${EROOT}${dir}"" with correct permissions" install -d -m "${mode}" -o "${user}" -g "${group}" "${EROOT}${dir}" || die eend ${?} elif ! [[ ${REPLACING_VERSIONS} ]] || for v in ${REPLACING_VERSIONS}; do @@ -152,7 +152,7 @@ pkg_preinst() { # existing permissions. version_is_at_least "${v}" 3.2.10 && break done; then - ebegin "Correcting permissions of ${EROOT}${dir} left by ${CATEGORY}/${PN}-${v}" + ebegin "Correcting permissions of ""${EROOT}${dir}"" left by ${CATEGORY}/${PN}-${v}" chmod "${mode}" "${EROOT}${dir}" \ && chown ${user}:${group} "${EROOT}${dir}" \ || die "Unable to correct permissions of ${EROOT}${dir}"