Gentoo Archives: gentoo-commits

From: Thomas Beierlein <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/xastir/files/
Date: Sat, 08 Dec 2018 14:13:05
Message-Id: 1544277852.ae2ff5064c5bc47cea0ba85337b9d74bec47285a.tomjbe@gentoo
1 commit: ae2ff5064c5bc47cea0ba85337b9d74bec47285a
2 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 8 14:04:12 2018 +0000
4 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 8 14:04:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae2ff506
7
8 media-radio/xastir: Drop also forgotten patch file
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
12
13 media-radio/xastir/files/xastir-2.0.4-scripts.diff | 101 ---------------------
14 1 file changed, 101 deletions(-)
15
16 diff --git a/media-radio/xastir/files/xastir-2.0.4-scripts.diff b/media-radio/xastir/files/xastir-2.0.4-scripts.diff
17 deleted file mode 100644
18 index 369295b07f8..00000000000
19 --- a/media-radio/xastir/files/xastir-2.0.4-scripts.diff
20 +++ /dev/null
21 @@ -1,101 +0,0 @@
22 -# patch scripts location (bug #407185). partially backported from upstream.
23 ---- xastir-2.0.0-orig/scripts/Makefile.am.orig 2012-11-27 05:41:23.000000000 +0100
24 -+++ xastir-2.0.0/scripts/Makefile.am 2012-12-05 06:21:59.000000000 +0100
25 -@@ -12,9 +12,7 @@
26 - get-fcc-rac.pl \
27 - get-gnis \
28 - get-pop \
29 -- get-maptools.sh \
30 - get-NWSdata \
31 -- get_shapelib.sh \
32 - gpx2shape \
33 - icontable.pl \
34 - inf2geo.pl \
35 -@@ -43,10 +41,8 @@
36 - values \
37 - values.pl \
38 - waypoint-get.pl \
39 -- xastir-fixcfg.sh \
40 -- xastir-migrate.sh \
41 - Xastir_tigerpoly.py
42 -
43 - install-data-hook:
44 - cd $(DESTDIR)$(scriptsdir) && \
45 -- chmod a+x *.sh *.pl *.py get-* gpx2* *.bash
46 -+ chmod a+x *.pl *.py get-* gpx2* *.bash
47 -diff -Nur -u xastir-2.0.0.orig/scripts/coord-convert.pl xastir-2.0.0/scripts/coord-convert.pl
48 ---- xastir-2.0.0.orig/scripts/coord-convert.pl 2010-07-03 22:09:48.000000000 +0000
49 -+++ xastir-2.0.0/scripts/coord-convert.pl 2012-03-07 15:46:01.000000000 +0000
50 -@@ -26,7 +26,7 @@
51 - #
52 -
53 -
54 --use lib "${prefix}/lib";
55 -+use lib /usr/share/xastir/scripts;
56 - use Coordinate; # WE7U's Coordinate.pm module
57 -
58 -
59 -diff -Nur -u xastir-2.0.0.orig/scripts/permutations.pl xastir-2.0.0/scripts/permutations.pl
60 ---- xastir-2.0.0.orig/scripts/permutations.pl 2010-07-03 22:09:48.000000000 +0000
61 -+++ xastir-2.0.0/scripts/permutations.pl 2012-03-07 15:42:34.000000000 +0000
62 -@@ -34,7 +34,7 @@
63 - #
64 -
65 -
66 --use lib "/usr/local/lib";
67 -+use lib "/usr/share/xastir/scripts";
68 - use Coordinate; # WE7U's Coordinate.pm module
69 -
70 -
71 -diff -Nur -u xastir-2.0.0.orig/scripts/test_coord.pl xastir-2.0.0/scripts/test_coord.pl
72 ---- xastir-2.0.0.orig/scripts/test_coord.pl 2010-01-31 02:12:23.000000000 +0000
73 -+++ xastir-2.0.0/scripts/test_coord.pl 2012-03-07 15:42:34.000000000 +0000
74 -@@ -33,7 +33,7 @@
75 -
76 - #------------------------------------------------------------------------------------------------
77 -
78 --use lib "/usr/local/lib";
79 -+use lib "/usr/share/xastir/scripts";
80 - use Coordinate; # Snag WE7U's Coordinate module
81 -
82 -
83 -diff -Nur -u xastir-2.0.0.orig/scripts/toporama250k.pl xastir-2.0.0/scripts/toporama250k.pl
84 ---- xastir-2.0.0.orig/scripts/toporama250k.pl 2010-01-31 02:12:23.000000000 +0000
85 -+++ xastir-2.0.0/scripts/toporama250k.pl 2012-03-07 15:46:49.000000000 +0000
86 -@@ -28,14 +28,14 @@
87 - # map files for the whole of Canada!
88 - #
89 - #
90 --# - "cd /usr/local/share/xastir/maps"
91 -+# - "cd /usr/share/xastir/maps"
92 - #
93 - # - Assure you have write privileges in the directory above either
94 - # by becoming root using the "su" command, using "sudo", or
95 - # temporarily changing ownership and/or privileges on the
96 - # "maps" directory.
97 - #
98 --# - "/usr/local/lib/xastir/toporama250k.pl"
99 -+# - "/usr/share/xastir/scripts/toporama250k.pl"
100 - #
101 - # - The script will create/populate this directory heirarchy:
102 - # .../maps/toporama/images/
103 -diff -Nur -u xastir-2.0.0.orig/scripts/toporama50k.pl xastir-2.0.0/scripts/toporama50k.pl
104 ---- xastir-2.0.0.orig/scripts/toporama50k.pl 2010-01-31 02:12:23.000000000 +0000
105 -+++ xastir-2.0.0/scripts/toporama50k.pl 2012-03-07 15:47:01.000000000 +0000
106 -@@ -27,14 +27,14 @@
107 - # map files for the whole of Canada!
108 - #
109 - #
110 --# - "cd /usr/local/share/xastir/maps"
111 -+# - "cd /usr/share/xastir/maps"
112 - #
113 - # - Assure you have write privileges in the directory above either
114 - # by becoming root using the "su" command, using "sudo", or
115 - # temporarily changing ownership and/or privileges on the
116 - # "maps" directory.
117 - #
118 --# - "/usr/local/lib/xastir/toporama50k.pl"
119 -+# - "/usr/share/xastir/scripts/toporama50k.pl"
120 - #
121 - # - The script will create/populate this directory heirarchy:
122 - # .../maps/toporama/images/