autoproj 1.8.0.rc7 → 1.8.0

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -5,14 +5,13 @@ task 'default'
5
5
  Utilrb::Rake.hoe do
6
6
  namespace 'dist' do
7
7
  Hoe.spec 'autoproj' do
8
- self.developer "Sylvain Joyeux", "sylvain.joyeux@dfki.de"
8
+ self.developer "Rock Core Developers", "rock-dev@dfki.de"
9
9
 
10
- self.urls = ["http://rock-robotics.org/documentation/autoproj",
11
- "git://github.com/doudou/autoproj.git"]
10
+ self.urls = ["http://rock-robotics.org/documentation/autoproj"]
12
11
  self.rubyforge_name = 'autobuild'
13
- self.summary = 'Easy installation and management of software packages'
14
- self.description = paragraphs_of('README.txt', 0..1).join("\n\n")
15
- self.changes = paragraphs_of('History.txt', 0..1).join("\n\n")
12
+ self.summary = 'Easy installation and management of sets of software packages'
13
+ self.description = "autoproj is a manager for sets of software packages. It allows the user to import and build packages from source, still using the underlying distribution's native package manager for software that is available on it."
14
+ self.email = "rock-dev@dfki.de"
16
15
 
17
16
  extra_deps <<
18
17
  ['autobuild', '>= 1.6.0.rc1'] <<
@@ -1736,29 +1736,29 @@ end
1736
1736
 
1737
1737
  DEFS = <<EODEFS
1738
1738
  ---
1739
+ cvs:
1740
+ debian,ubuntu: cvs
1741
+ autoproj: gem
1742
+ zlib:
1743
+ debian,ubuntu: zlib1g-dev
1739
1744
  lsb_release:
1740
1745
  arch: ignore
1741
1746
  debian,ubuntu: lsb-release
1742
1747
  gentoo: sys-apps/lsb-release
1748
+ cmake:
1749
+ arch: cmake
1750
+ debian,ubuntu: cmake
1751
+ gentoo: dev-util/cmake
1752
+ svn:
1753
+ arch: subversion
1754
+ debian,ubuntu: subversion
1755
+ gentoo: dev-util/subversion
1743
1756
  autobuild: gem
1744
- archive:
1745
- arch:
1746
- - tar
1747
- - unzip
1748
- debian,ubuntu:
1749
- - tar
1750
- - unzip
1751
- gentoo:
1752
- - app-arch/tar
1753
- - app-arch/unzip
1757
+ build-essential:
1758
+ arch: ignore
1759
+ debian,ubuntu: build-essential
1760
+ gentoo: ignore
1754
1761
  ruby19:
1755
- ubuntu:
1756
- - ruby1.9.1
1757
- - ruby1.9.1-dev
1758
- - rubygems1.9.1
1759
- - ri1.9.1
1760
- - libopenssl-ruby1.9.1
1761
- - rake
1762
1762
  arch:
1763
1763
  - ruby
1764
1764
  - rake
@@ -1767,6 +1767,13 @@ ruby19:
1767
1767
  - ruby1.9.1-dev
1768
1768
  - rubygems1.9.1
1769
1769
  - rake
1770
+ ubuntu:
1771
+ - ruby1.9.1
1772
+ - ruby1.9.1-dev
1773
+ - rubygems1.9.1
1774
+ - ri1.9.1
1775
+ - libopenssl-ruby1.9.1
1776
+ - rake
1770
1777
  gentoo:
1771
1778
  - dev-lang/ruby:1.9
1772
1779
  - rake
@@ -1781,15 +1788,6 @@ ruby18:
1781
1788
  gentoo:
1782
1789
  - dev-lang/ruby:1.8
1783
1790
  - rake
1784
- svn:
1785
- arch: subversion
1786
- debian,ubuntu: subversion
1787
- gentoo: dev-util/subversion
1788
- libxml2:
1789
- arch: libxml2
1790
- debian,ubuntu: libxml2-dev
1791
- gentoo: dev-libs/libxml2
1792
- none: ignore
1793
1791
  autotools:
1794
1792
  arch: automake autoconf
1795
1793
  debian,ubuntu:
@@ -1798,30 +1796,32 @@ autotools:
1798
1796
  gentoo:
1799
1797
  - sys-devel/automake:1.9
1800
1798
  - sys-devel/autoconf
1801
- cmake:
1802
- arch: cmake
1803
- debian,ubuntu: cmake
1804
- gentoo: dev-util/cmake
1805
- zlib:
1806
- debian,ubuntu: zlib1g-dev
1807
- libxslt:
1808
- arch: libxslt
1809
- debian,ubuntu: libxslt1-dev
1810
- gentoo: dev-libs/libxslt
1811
- build-essential:
1812
- arch: ignore
1813
- debian,ubuntu: build-essential
1814
- gentoo: ignore
1799
+ libxml2:
1800
+ arch: libxml2
1801
+ debian,ubuntu: libxml2-dev
1802
+ gentoo: dev-libs/libxml2
1803
+ archive:
1804
+ arch:
1805
+ - tar
1806
+ - unzip
1807
+ debian,ubuntu:
1808
+ - tar
1809
+ - unzip
1810
+ gentoo:
1811
+ - app-arch/tar
1812
+ - app-arch/unzip
1815
1813
  git:
1816
- ubuntu: git-core
1817
1814
  arch: git
1818
1815
  debian:
1819
- default: git-core
1820
1816
  lenny: git
1817
+ default: git-core
1818
+ ubuntu: git-core
1821
1819
  gentoo: dev-vcs/git
1822
- autoproj: gem
1823
- cvs:
1824
- debian,ubuntu: cvs
1820
+ libxslt:
1821
+ arch: libxslt
1822
+ debian,ubuntu: libxslt1-dev
1823
+ gentoo: dev-libs/libxslt
1824
+ none: ignore
1825
1825
 
1826
1826
  EODEFS
1827
1827
 
@@ -1712,9 +1712,11 @@ module Autoproj
1712
1712
  Autoproj.osdeps.resolve_os_dependencies([name].to_set)
1713
1713
  rescue Autoproj::ConfigError => e
1714
1714
  if osdeps_availability != Autoproj::OSDependencies::NO_PACKAGE && !Autoproj.osdeps.installs_os_packages?
1715
- Autoproj.warn "in #{File.join(srcdir, 'manifest.xml')}: #{e.message}"
1716
- Autoproj.warn "this osdeps dependency is simply ignored as you asked autoproj to not install osdeps packages"
1717
- @ignored_os_dependencies << name
1715
+ if !@ignored_os_dependencies.include?(name)
1716
+ Autoproj.warn "some package depends on the #{name} osdep: #{e.message}"
1717
+ Autoproj.warn "this osdeps dependency is simply ignored as you asked autoproj to not install osdeps packages"
1718
+ @ignored_os_dependencies << name
1719
+ end
1718
1720
  # We are not asked to install OS packages, just ignore
1719
1721
  return []
1720
1722
  end
@@ -1,3 +1,3 @@
1
1
  module Autoproj
2
- VERSION = "1.8.0.rc7"
2
+ VERSION = "1.8.0"
3
3
  end
metadata CHANGED
@@ -1,23 +1,21 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autoproj
3
3
  version: !ruby/object:Gem::Version
4
- hash: -308691406
5
- prerelease: 6
4
+ hash: 55
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 8
9
9
  - 0
10
- - rc
11
- - 7
12
- version: 1.8.0.rc7
10
+ version: 1.8.0
13
11
  platform: ruby
14
12
  authors:
15
- - Sylvain Joyeux
13
+ - Rock Core Developers
16
14
  autorequire:
17
15
  bindir: bin
18
16
  cert_chain: []
19
17
 
20
- date: 2012-09-11 00:00:00 Z
18
+ date: 2012-09-18 00:00:00 Z
21
19
  dependencies:
22
20
  - !ruby/object:Gem::Dependency
23
21
  name: autobuild
@@ -27,7 +25,7 @@ dependencies:
27
25
  requirements:
28
26
  - - ">="
29
27
  - !ruby/object:Gem::Version
30
- hash: -308691234
28
+ hash: -2850437468
31
29
  segments:
32
30
  - 1
33
31
  - 6
@@ -99,33 +97,8 @@ dependencies:
99
97
  version: "3.0"
100
98
  type: :development
101
99
  version_requirements: *id005
102
- description: |-
103
- What is Autoproj
104
- ----------------
105
- Autoproj allows to easily install and maintain software that is under source
106
- code form (usually from a version control system). It has been designed to support a
107
- package-oriented development process, where each package can have its own
108
- version control repository (think "distributed version control"). It also
109
- provides an easy integration of the local operating system (Debian, Ubuntu,
110
- Fedora, maybe MacOSX at some point).
111
-
112
- This tool has been over the years. It is now maintained in the frame of the Rock
113
- robotics project (http://rock-robotics.org), to install robotics-related
114
- software -- that is often bleeding edge. Unlike [the ROS build
115
- system](http://ros.org), it is not bound to one build system, one VCS and one
116
- integration framework. The philosophy behind autoproj
117
- is:
118
- * supports both CMake and autotools, and can be adapted to other tools
119
- * supports different VCS: cvs, svn, git, plain tarballs.
120
- * software packages are plain packages, meaning that they can be built and
121
- installed /outside/ an autoproj tree, and are not tied *at all* to the
122
- autoproj build system.
123
- * leverage the actual OS package management system. Right now, only Debian-like
124
- systems (like Ubuntu) are supported, simply because it is the only one I have
125
- access to.
126
- * handle code generation properly
127
- email:
128
- - sylvain.joyeux@dfki.de
100
+ description: autoproj is a manager for sets of software packages. It allows the user to import and build packages from source, still using the underlying distribution's native package manager for software that is available on it.
101
+ email: rock-dev@dfki.de
129
102
  executables:
130
103
  - amake
131
104
  - aup
@@ -207,21 +180,19 @@ required_ruby_version: !ruby/object:Gem::Requirement
207
180
  required_rubygems_version: !ruby/object:Gem::Requirement
208
181
  none: false
209
182
  requirements:
210
- - - ">"
183
+ - - ">="
211
184
  - !ruby/object:Gem::Version
212
- hash: 25
185
+ hash: 3
213
186
  segments:
214
- - 1
215
- - 3
216
- - 1
217
- version: 1.3.1
187
+ - 0
188
+ version: "0"
218
189
  requirements: []
219
190
 
220
191
  rubyforge_project: autobuild
221
192
  rubygems_version: 1.8.24
222
193
  signing_key:
223
194
  specification_version: 3
224
- summary: Easy installation and management of software packages
195
+ summary: Easy installation and management of sets of software packages
225
196
  test_files:
226
197
  - test/test_os_dependencies.rb
227
198
  - test/package_managers/test_gem.rb