Gentoo Archives: gentoo-commits

From: Amy Winston <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/
Date: Wed, 30 Dec 2015 13:43:18
Message-Id: 1451482719.c1aaf1839ea57105d2f98de8906dc9e1792e4819.amynka@gentoo
1 commit: c1aaf1839ea57105d2f98de8906dc9e1792e4819
2 Author: Gokturk Yuksek <gokturk <AT> binghamton <DOT> edu>
3 AuthorDate: Wed Dec 30 09:28:51 2015 +0000
4 Commit: Amy Winston <amynka <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 13:38:39 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1aaf183
7
8 mate-base/mate-applets: don't run python_fix_shebang on a missing dir #567468
9
10 Ebuild tries to run python_fix_shebang on 'timer-applet/src' directory which
11 does not exist. This is likely a leftover from the 1.6 series ebuild [1].
12 Upstream removed the old timer-applet [2] and replaced it with a brand new
13 implementation written in C [3]. Remove 'timer-applet/src' from the list
14 of arguments for python_fix_shebang.
15
16 [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
17 [2] https://github.com/mate-desktop/mate-applets/commit/103274c655d5eed254b552ed5cf19265cd8f98f2
18 [3] https://github.com/mate-desktop/mate-applets/commit/9c4ef5136fed495e618610ba675a03de9efbe921
19
20 Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=567468
21
22 Package-Manager: portage-2.2.24
23
24 mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild | 2 +-
25 mate-base/mate-applets/mate-applets-1.8.1.ebuild | 2 +-
26 2 files changed, 2 insertions(+), 2 deletions(-)
27
28 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
29 index 98e9687..636a4ea 100644
30 --- a/mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild
31 +++ b/mate-base/mate-applets/mate-applets-1.8.0-r1.ebuild
32 @@ -82,7 +82,7 @@ src_test() {
33 DOCS="AUTHORS ChangeLog NEWS README"
34
35 src_install() {
36 - python_fix_shebang invest-applet timer-applet/src
37 + python_fix_shebang invest-applet
38 gnome2_src_install
39
40 local APPLETS="accessx-status battstat charpick command cpufreq drivemount
41
42 diff --git a/mate-base/mate-applets/mate-applets-1.8.1.ebuild b/mate-base/mate-applets/mate-applets-1.8.1.ebuild
43 index 95da4f3..256fb95 100644
44 --- a/mate-base/mate-applets/mate-applets-1.8.1.ebuild
45 +++ b/mate-base/mate-applets/mate-applets-1.8.1.ebuild
46 @@ -84,7 +84,7 @@ src_test() {
47 DOCS="AUTHORS ChangeLog NEWS README"
48
49 src_install() {
50 - python_fix_shebang invest-applet timer-applet/src
51 + python_fix_shebang invest-applet
52 gnome2_src_install
53
54 local APPLETS="accessx-status battstat charpick command cpufreq drivemount