summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Phillip Brink <binki@gentoo.org>2016-08-20 19:39:03 +0000
committerNathan Phillip Brink <binki@gentoo.org>2016-08-20 19:39:03 +0000
commitedd1a529c7979b1d865e1798a28bc84a56d61a46 (patch)
treec860e2a1719e0bd145a436e983357f46ab9a0ccb /net-irc/unrealircd
parentnet-irc/unrealircd: Major version bump to unrealircd-4.0.5. (diff)
downloadgentoo-edd1a529c7979b1d865e1798a28bc84a56d61a46.tar.gz
gentoo-edd1a529c7979b1d865e1798a28bc84a56d61a46.tar.bz2
gentoo-edd1a529c7979b1d865e1798a28bc84a56d61a46.zip
net-irc/unrealircd: Fix/silence repoman warnings for unrealircd-4.0.5.
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-irc/unrealircd')
-rw-r--r--net-irc/unrealircd/unrealircd-4.0.5.ebuild6
1 files 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 ab6bacdf5f51..ef8330531ec3 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}"