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 C3C37138334 for ; Sat, 20 Apr 2019 22:45:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17E98E0855; Sat, 20 Apr 2019 22:45:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF54DE0839 for ; Sat, 20 Apr 2019 22:45:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E55EB342154 for ; Sat, 20 Apr 2019 17:59:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F2C25B1 for ; Sat, 20 Apr 2019 17:59:55 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1555783187.93f86bead6ca38faf622cee59caebc3f5c31bc32.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-dash-to-panel/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-19.ebuild X-VCS-Directories: gnome-extra/gnome-shell-extension-dash-to-panel/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 93f86bead6ca38faf622cee59caebc3f5c31bc32 X-VCS-Branch: master Date: Sat, 20 Apr 2019 17:59:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 37ce4ca4-faeb-4eaf-b591-69326151f6ee X-Archives-Hash: 2d084fedfe80ea5c9cee569373c77743 commit: 93f86bead6ca38faf622cee59caebc3f5c31bc32 Author: Pacho Ramos gentoo org> AuthorDate: Sat Apr 20 17:58:04 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Apr 20 17:59:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f86bea gnome-extra/gnome-shell-extension-dash-to-panel: Don't install README and COPYING in wrong places Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos gentoo.org> .../gnome-shell-extension-dash-to-panel-19.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-19.ebuild b/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-19.ebuild index 0fa5259a3e2..9fcfa4e1284 100644 --- a/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-19.ebuild +++ b/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-19.ebuild @@ -30,8 +30,12 @@ S="${WORKDIR}/${MY_P}" src_prepare() { default + # Set correct version export VERSION="${PV}" + + # Don't install README and COPYING in unwanted locations + sed -i -e 's/COPYING//g' -e 's/README.md//g' Makefile || die } pkg_preinst() {