Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-electronics/balsa/files: 4.0-libdir.patch 4.0-datadir.patch
Date: Thu, 24 Jun 2010 17:26:13
Message-Id: 20100624172610.9508C2CF4C@corvid.gentoo.org
1 jlec 10/06/24 17:26:10
2
3 Added: 4.0-libdir.patch 4.0-datadir.patch
4 Log:
5 Version Bump and restricting gtk+ version #273237
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sci-electronics/balsa/files/4.0-libdir.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/balsa/files/4.0-libdir.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/balsa/files/4.0-libdir.patch?rev=1.1&content-type=text/plain
13
14 Index: 4.0-libdir.patch
15 ===================================================================
16 diff --git a/share/balsa/parts/Makefile.am b/share/balsa/parts/Makefile.am
17 index 6873e26..e168d70 100644
18 --- a/share/balsa/parts/Makefile.am
19 +++ b/share/balsa/parts/Makefile.am
20 @@ -1,6 +1,6 @@
21 ## Process this file with automake to produce Makefile.in
22
23 -balsapartsdir = $(datadir)/balsa/parts
24 +balsapartsdir = $(libdir)/balsa/parts
25
26 balsa_files = buffers.balsa counters.balsa
27 breeze_files = buffers.breeze counters.breeze
28 diff --git a/share/balsa/sim/Makefile.am b/share/balsa/sim/Makefile.am
29 index 2cd2932..233d2ec 100644
30 --- a/share/balsa/sim/Makefile.am
31 +++ b/share/balsa/sim/Makefile.am
32 @@ -1,6 +1,6 @@
33 ## Process this file with automake to produce Makefile.in
34
35 -balsasimdir = $(datadir)/balsa/sim
36 +balsasimdir = $(libdir)/balsa/sim
37
38 breeze_files = fileio.breeze string.breeze memory.breeze sim.breeze portio.breeze
39 balsa_files = fileio.balsa string.balsa memory.balsa sim.balsa portio.balsa
40 diff --git a/share/balsa/types/Makefile.am b/share/balsa/types/Makefile.am
41 index 475058a..317176f 100644
42 --- a/share/balsa/types/Makefile.am
43 +++ b/share/balsa/types/Makefile.am
44 @@ -1,6 +1,6 @@
45 ## Process this file with automake to produce Makefile.in
46
47 -balsatypesdir = $(datadir)/balsa/types
48 +balsatypesdir = $(libdir)/balsa/types
49
50 balsa_files = basic.balsa builtin.balsa synthesis.balsa types.balsa
51 breeze_files = basic.breeze builtin.breeze synthesis.breeze types.breeze
52
53
54
55 1.1 sci-electronics/balsa/files/4.0-datadir.patch
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/balsa/files/4.0-datadir.patch?rev=1.1&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/balsa/files/4.0-datadir.patch?rev=1.1&content-type=text/plain
59
60 Index: 4.0-datadir.patch
61 ===================================================================
62 diff --git a/share/scheme/Makefile.am b/share/scheme/Makefile.am
63 index 37f9332..e3d81d0 100644
64 --- a/share/scheme/Makefile.am
65 +++ b/share/scheme/Makefile.am
66 @@ -1,6 +1,6 @@
67 ## Process this file with automake to produce Makefile.in
68
69 -schemedir = $(datadir)/scheme
70 +schemedir = $(datadir)/balsa/scheme
71
72 scheme_DATA = \
73 balsa-list-builtins.scm \
74 diff --git a/share/style/dual_b/Makefile.am b/share/style/dual_b/Makefile.am
75 index 478910d..d41a873 100644
76 --- a/share/style/dual_b/Makefile.am
77 +++ b/share/style/dual_b/Makefile.am
78 @@ -1,6 +1,6 @@
79 ## Process this file with automake to produce Makefile.in
80
81 -styledual_bdir = $(datadir)/style/dual_b
82 +styledual_bdir = $(datadir)/balsa/style/dual_b
83
84 styledual_b_DATA = \
85 startup.scm \
86 diff --git a/share/style/four_b_rb/Makefile.am b/share/style/four_b_rb/Makefile.am
87 index 9eeac84..b167939 100644
88 --- a/share/style/four_b_rb/Makefile.am
89 +++ b/share/style/four_b_rb/Makefile.am
90 @@ -1,6 +1,6 @@
91 ## Process this file with automake to produce Makefile.in
92
93 -stylefour_b_rbdir = $(datadir)/style/four_b_rb
94 +stylefour_b_rbdir = $(datadir)/balsa/style/four_b_rb
95
96 stylefour_b_rb_DATA = \
97 startup.scm \
98 diff --git a/share/style/four_e_e/Makefile.am b/share/style/four_e_e/Makefile.am
99 index d374125..f3d9db6 100644
100 --- a/share/style/four_e_e/Makefile.am
101 +++ b/share/style/four_e_e/Makefile.am
102 @@ -1,6 +1,6 @@
103 ## Process this file with automake to produce Makefile.in
104
105 -stylefour_e_edir = $(datadir)/style/four_e_e
106 +stylefour_e_edir = $(datadir)/balsa/style/four_e_e
107
108 stylefour_e_e_DATA = \
109 startup.scm \
110 diff --git a/share/style/one_of_2_4/Makefile.am b/share/style/one_of_2_4/Makefile.am
111 index ed02904..18d9201 100644
112 --- a/share/style/one_of_2_4/Makefile.am
113 +++ b/share/style/one_of_2_4/Makefile.am
114 @@ -1,6 +1,6 @@
115 ## Process this file with automake to produce Makefile.in
116
117 -styleone_of_2_4dir = $(datadir)/style/one_of_2_4
118 +styleone_of_2_4dir = $(datadir)/balsa/style/one_of_2_4
119
120 styleone_of_2_4_DATA = \
121 startup.scm \
122 diff --git a/share/tech/common/Makefile.am b/share/tech/common/Makefile.am
123 index 8a34646..0190b73 100644
124 --- a/share/tech/common/Makefile.am
125 +++ b/share/tech/common/Makefile.am
126 @@ -2,7 +2,7 @@
127
128 SUBDIRS =
129
130 -techcommondir = $(datadir)/tech/common
131 +techcommondir = $(datadir)/balsa/tech/common
132
133 techcommon_DATA = \
134 components.abs \