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 87B45139694 for ; Sun, 11 Jun 2017 08:05:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97BABE0BF0; Sun, 11 Jun 2017 08:05:35 +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 72479E0BF0 for ; Sun, 11 Jun 2017 08:05:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 583A6341706 for ; Sun, 11 Jun 2017 08:05:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1DE173E2 for ; Sun, 11 Jun 2017 08:05:32 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1497168324.7e7c01c861ca9f8d35fea025d3ffe681ac1a200c.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/inspircd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/inspircd/inspircd-2.0.24.ebuild X-VCS-Directories: net-irc/inspircd/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 7e7c01c861ca9f8d35fea025d3ffe681ac1a200c X-VCS-Branch: master Date: Sun, 11 Jun 2017 08:05:32 +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: ad92fbb1-dd19-43b5-873d-e0c70d69ddf8 X-Archives-Hash: 47bdb96f4d75e504e673791c329e0b06 commit: 7e7c01c861ca9f8d35fea025d3ffe681ac1a200c Author: Michael Palimaka gentoo org> AuthorDate: Sun Jun 11 08:05:18 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Jun 11 08:05:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e7c01c8 net-irc/inspircd: simplify Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-irc/inspircd/inspircd-2.0.24.ebuild | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/net-irc/inspircd/inspircd-2.0.24.ebuild b/net-irc/inspircd/inspircd-2.0.24.ebuild index 5caf9be08a3..d7604a18517 100644 --- a/net-irc/inspircd/inspircd-2.0.24.ebuild +++ b/net-irc/inspircd/inspircd-2.0.24.ebuild @@ -92,22 +92,8 @@ src_install() { keepdir "/var/log/${PN}" - # TODO: Globbing doesn't work; find alternative. - dodoc -r "${D}etc/${PN}/aliases" - dodoc -r "${D}etc/${PN}/modules" - dodoc "${D}etc/${PN}/censor.conf.example" - dodoc "${D}etc/${PN}/filter.conf.example" - dodoc "${D}etc/${PN}/helpop-full.conf.example" - dodoc "${D}etc/${PN}/helpop.conf.example" - dodoc "${D}etc/${PN}/inspircd.conf.example" - dodoc "${D}etc/${PN}/links.conf.example" - dodoc "${D}etc/${PN}/modules.conf.example" - dodoc "${D}etc/${PN}/motd.txt.example" - dodoc "${D}etc/${PN}/opermotd.txt.example" - dodoc "${D}etc/${PN}/opers.conf.example" - dodoc "${D}etc/${PN}/quotes.txt.example" - dodoc "${D}etc/${PN}/rules.txt.example" - rm -rf "${D}etc/${PN}" + dodoc -r docs/* + rm -r "${D%/}/etc/${PN}" || die dodir "/etc/${PN}" dodir "/etc/${PN}/aliases" dodir "/etc/${PN}/modules"