From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Riv4g-0002Ty-OA for garchives@archives.gentoo.org; Thu, 05 Jan 2012 21:42:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E13C21C1F6; Thu, 5 Jan 2012 21:42:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 622FA21C1F8 for ; Thu, 5 Jan 2012 21:42:07 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFE101B4097 for ; Thu, 5 Jan 2012 21:42:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 293E18004A for ; Thu, 5 Jan 2012 21:42:06 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <8f842866eef8626d39cccc7a9b44e4f7baf10fcd.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd/ X-VCS-Repository: dev/mgorny X-VCS-Files: sys-apps/systemd/systemd-9999.ebuild X-VCS-Directories: sys-apps/systemd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8f842866eef8626d39cccc7a9b44e4f7baf10fcd Date: Thu, 5 Jan 2012 21:42:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0d0c19b8-b2f5-4188-8f7a-ffdf2d5e409e X-Archives-Hash: 1de9cc686fc4d603a76ed83c03528254 commit: 8f842866eef8626d39cccc7a9b44e4f7baf10fcd Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Thu Jan 5 20:40:47 2012 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Thu Jan 5 21:16:08 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3D8f842866 sys-apps/systemd: Do not install manpages for tools provided by sysvinit. (Portage version: 2.2.0_alpha84/git/Linux x86_64, unsigned Manifest commi= t) --- sys-apps/systemd/systemd-9999.ebuild | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/syst= emd-9999.ebuild index 57c0028..63036d4 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -110,12 +110,11 @@ src_install() { # move files as necessary newbashcomp "${D}"/tmp/systemd-bash-completion.sh ${PN} dodoc "${D}"/tmp/docs/* - rm -rf "${D}"/tmp || die + rm -r "${D}"/tmp || die =20 - cd "${D}"/usr/share/man/man8/ - for i in halt poweroff reboot runlevel shutdown telinit; do - mv ${i}.8 systemd.${i}.8 || die - done + # we just keep sysvinit tools, so no need for the mans + rm "${D}"/usr/share/man/man8/{halt,poweroff,reboot,runlevel,shutdown,te= linit}.8 \ + || die =20 keepdir /run =20