From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7603E1388C5 for ; Tue, 5 Jan 2016 17:57:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6CD3E087F; Tue, 5 Jan 2016 17:57:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F63BE087F for ; Tue, 5 Jan 2016 17:57:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52151340931 for ; Tue, 5 Jan 2016 17:57:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7116CEB for ; Tue, 5 Jan 2016 17:57:18 +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: <1452015912.d97d86275e96b2a51735619f1243af406f1793f1.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sys-auth/elogind/ X-VCS-Repository: proj/kde X-VCS-Files: sys-auth/elogind/elogind-219.12.ebuild X-VCS-Directories: sys-auth/elogind/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: d97d86275e96b2a51735619f1243af406f1793f1 X-VCS-Branch: master Date: Tue, 5 Jan 2016 17:57:18 +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: 56eedfa0-2e84-4c78-8df0-462a074cdd49 X-Archives-Hash: 09bb22e6dad252d2d5e7271a01854a7f commit: d97d86275e96b2a51735619f1243af406f1793f1 Author: Michael Palimaka gentoo org> AuthorDate: Tue Jan 5 17:45:12 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Jan 5 17:45:12 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d97d8627 sys-auth/elogind: remove stray docs Package-Manager: portage-2.2.26 sys-auth/elogind/elogind-219.12.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys-auth/elogind/elogind-219.12.ebuild b/sys-auth/elogind/elogind-219.12.ebuild index df20270..6121102 100644 --- a/sys-auth/elogind/elogind-219.12.ebuild +++ b/sys-auth/elogind/elogind-219.12.ebuild @@ -30,3 +30,9 @@ src_prepare() { epatch ${PATCHES[@]} eautoreconf } + +src_install() { + default + + rm -r "${D}"/usr/share/doc/elogind/ || die +}