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 9479C1384B4 for ; Wed, 30 Dec 2015 13:43:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8D6221C010; Wed, 30 Dec 2015 13:43:16 +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 55C2321C010 for ; Wed, 30 Dec 2015 13:43:16 +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 233873407B8 for ; Wed, 30 Dec 2015 13:43:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07739B40 for ; Wed, 30 Dec 2015 13:43:13 +0000 (UTC) From: "Amy Winston" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Winston" Message-ID: <1451482719.c1aaf1839ea57105d2f98de8906dc9e1792e4819.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild mate-base/mate-applets/mate-applets-1.8.1.ebuild X-VCS-Directories: mate-base/mate-applets/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Winston X-VCS-Revision: c1aaf1839ea57105d2f98de8906dc9e1792e4819 X-VCS-Branch: master Date: Wed, 30 Dec 2015 13:43:13 +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: 1912b080-df79-4f03-b471-b068f9c63c3e X-Archives-Hash: bda3a3bbfb4b40d678b31f981074dc91 commit: c1aaf1839ea57105d2f98de8906dc9e1792e4819 Author: Gokturk Yuksek binghamton edu> AuthorDate: Wed Dec 30 09:28:51 2015 +0000 Commit: Amy Winston gentoo org> CommitDate: Wed Dec 30 13:38:39 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1aaf183 mate-base/mate-applets: don't run python_fix_shebang on a missing dir #567468 Ebuild tries to run python_fix_shebang on 'timer-applet/src' directory which does not exist. This is likely a leftover from the 1.6 series ebuild [1]. Upstream removed the old timer-applet [2] and replaced it with a brand new implementation written in C [3]. Remove 'timer-applet/src' from the list of arguments for python_fix_shebang. [1] https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/mate-base/mate-applets/mate-applets-1.6.2-r1.ebuild?hideattic=0&view=markup [2] https://github.com/mate-desktop/mate-applets/commit/103274c655d5eed254b552ed5cf19265cd8f98f2 [3] https://github.com/mate-desktop/mate-applets/commit/9c4ef5136fed495e618610ba675a03de9efbe921 Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=567468 Package-Manager: portage-2.2.24 mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild | 2 +- mate-base/mate-applets/mate-applets-1.8.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild b/mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild index 98e9687..636a4ea 100644 --- a/mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild +++ b/mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild @@ -82,7 +82,7 @@ src_test() { DOCS="AUTHORS ChangeLog NEWS README" src_install() { - python_fix_shebang invest-applet timer-applet/src + python_fix_shebang invest-applet gnome2_src_install local APPLETS="accessx-status battstat charpick command cpufreq drivemount diff --git a/mate-base/mate-applets/mate-applets-1.8.1.ebuild b/mate-base/mate-applets/mate-applets-1.8.1.ebuild index 95da4f3..256fb95 100644 --- a/mate-base/mate-applets/mate-applets-1.8.1.ebuild +++ b/mate-base/mate-applets/mate-applets-1.8.1.ebuild @@ -84,7 +84,7 @@ src_test() { DOCS="AUTHORS ChangeLog NEWS README" src_install() { - python_fix_shebang invest-applet timer-applet/src + python_fix_shebang invest-applet gnome2_src_install local APPLETS="accessx-status battstat charpick command cpufreq drivemount