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 9FACA139085 for ; Sat, 4 Feb 2017 18:38:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9EC3E0EBB; Sat, 4 Feb 2017 18:38:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BBFF2E0EBB for ; Sat, 4 Feb 2017 18:38:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C27F1341586 for ; Sat, 4 Feb 2017 18:38:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A25B3B8E for ; Sat, 4 Feb 2017 18:38:01 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1486233468.afc07a4ac45bd7f54a34835aab17bc65038ae987.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs-vcs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild X-VCS-Directories: app-editors/emacs-vcs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: afc07a4ac45bd7f54a34835aab17bc65038ae987 X-VCS-Branch: master Date: Sat, 4 Feb 2017 18:38:01 +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: 4afc40b9-bd70-4607-8928-d9851a33e8b9 X-Archives-Hash: 6e1b83427cb444a866ac247238d895fe commit: afc07a4ac45bd7f54a34835aab17bc65038ae987 Author: Ulrich Müller gentoo org> AuthorDate: Sat Feb 4 18:37:25 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Feb 4 18:37:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc07a4a app-editors/emacs-vcs: Cleanup libdir to avoid future slot collisions. Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild index f15c37b..3f8a8ed 100644 --- a/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-26.0.9999.ebuild @@ -271,6 +271,7 @@ src_install () { # avoid collision between slots, see bug #169033 e.g. rm "${ED}"/usr/share/emacs/site-lisp/subdirs.el rm -rf "${ED}"/usr/share/{appdata,applications,icons} + rm -rf "${ED}/usr/$(get_libdir)" rm -rf "${ED}"/var # remove unused /site-lisp dir