autoproj 2.0.0.rc22 → 2.0.0.rc23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 96eeb69d5f337a90861b5c2ea4124d724964de01
4
- data.tar.gz: a43d11ef0c140d1a371d415ff44396376a85a893
3
+ metadata.gz: 817b21d65c9eeeac6eae117f038a4d67d175bfbe
4
+ data.tar.gz: 986a8083ddd65049128c60512d95f241babdaadd
5
5
  SHA512:
6
- metadata.gz: d6af141de1e18c6d5c0ffc376fc039f9a573a49d786ecea86d0252284efc9634a65fa010786bb720c7c2c8148f3ef951e1d60714d409fd3018fb59f67960ecf4
7
- data.tar.gz: a0fe4e53b40af639124cbce3f3987c17d69dbac1c2967034806367fef9a16c6b116556b19397d33ad38075d74afef49cd72b7a03dbcaba5d77f3a467b50648ea
6
+ metadata.gz: 6a6378285a457d2ea2d74e619e9245cdd3ced190fef47873f22a02ed2d1cbdd39001d1f7d250dbac61ace64aa346b6b45e3ea16952c935d2e48608cc56ba1ddc
7
+ data.tar.gz: a4c558ba8e077f1350ee447375c824ed0db62ded2b7e7cb7d0067eedf9c436c5e95e5f46f8ab1dcd4fa4cb914cb9b810fc72f796e5e22eb34231fcb37585a52c
@@ -143,13 +143,15 @@ svn:
143
143
  freebsd: subversion
144
144
 
145
145
  cmake:
146
- debian,ubuntu: cmake
146
+ debian,ubuntu:
147
+ - cmake
147
148
  gentoo: dev-util/cmake
148
149
  arch: cmake
149
150
  fedora: cmake
150
151
  darwin: cmake
151
152
  opensuse: cmake
152
153
  freebsd: cmake
154
+ osdep: build-essential
153
155
 
154
156
  autotools:
155
157
  debian,ubuntu:
@@ -173,6 +175,7 @@ autotools:
173
175
  freebsd:
174
176
  - automake
175
177
  - autoconf
178
+ osdep: build-essential
176
179
 
177
180
  archive:
178
181
  debian,ubuntu:
@@ -102,7 +102,7 @@ def osdeps_mode_option_unsupported_os(config)
102
102
 
103
103
  * if you say "all", all OS-independent packages are going to be installed.
104
104
  * if you say "gem", the RubyGem packages will be installed.
105
- * if you say "pip", the Pythin PIP packages will be installed.
105
+ * if you say "pip", the Python PIP packages will be installed.
106
106
  * if you say "none", autoproj will not do anything related to the OS
107
107
  dependencies.
108
108
 
@@ -136,7 +136,7 @@ def osdeps_mode_option_supported_os(config)
136
136
 
137
137
  * if you say "all", it will install all packages automatically.
138
138
  This requires root access thru 'sudo'
139
- * if you say "pip", only the Ruby packages will be installed.
139
+ * if you say "pip", only the Python packages will be installed.
140
140
  Installing these packages does not require root access.
141
141
  * if you say "gem", only the Ruby packages will be installed.
142
142
  Installing these packages does not require root access.
@@ -1,3 +1,3 @@
1
1
  module Autoproj
2
- VERSION = "2.0.0.rc22"
2
+ VERSION = "2.0.0.rc23"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autoproj
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.rc22
4
+ version: 2.0.0.rc23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sylvain Joyeux