autoproj 1.8.0.rc6 → 1.8.0.rc7

Sign up to get free protection for your applications and to get access to all the features.
data/.gemtest ADDED
File without changes
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ Utilrb::Rake.hoe do
7
7
  Hoe.spec 'autoproj' do
8
8
  self.developer "Sylvain Joyeux", "sylvain.joyeux@dfki.de"
9
9
 
10
- self.url = ["http://rock-robotics.org/documentation/autoproj",
10
+ self.urls = ["http://rock-robotics.org/documentation/autoproj",
11
11
  "git://github.com/doudou/autoproj.git"]
12
12
  self.rubyforge_name = 'autobuild'
13
13
  self.summary = 'Easy installation and management of software packages'
@@ -1736,6 +1736,11 @@ end
1736
1736
 
1737
1737
  DEFS = <<EODEFS
1738
1738
  ---
1739
+ lsb_release:
1740
+ arch: ignore
1741
+ debian,ubuntu: lsb-release
1742
+ gentoo: sys-apps/lsb-release
1743
+ autobuild: gem
1739
1744
  archive:
1740
1745
  arch:
1741
1746
  - tar
@@ -1746,48 +1751,21 @@ archive:
1746
1751
  gentoo:
1747
1752
  - app-arch/tar
1748
1753
  - app-arch/unzip
1749
- svn:
1750
- arch: subversion
1751
- debian,ubuntu: subversion
1752
- gentoo: dev-util/subversion
1753
- cmake:
1754
- arch: cmake
1755
- debian,ubuntu: cmake
1756
- gentoo: dev-util/cmake
1757
- libxml2:
1758
- arch: libxml2
1759
- debian,ubuntu: libxml2-dev
1760
- gentoo: dev-libs/libxml2
1761
- build-essential:
1762
- arch: ignore
1763
- debian,ubuntu: build-essential
1764
- gentoo: ignore
1765
- git:
1766
- arch: git
1767
- debian:
1768
- default: git-core
1769
- lenny: git
1770
- ubuntu: git-core
1771
- gentoo: dev-vcs/git
1772
- libxslt:
1773
- arch: libxslt
1774
- debian,ubuntu: libxslt1-dev
1775
- gentoo: dev-libs/libxslt
1776
1754
  ruby19:
1777
- arch:
1778
- - ruby
1779
- - rake
1780
- debian:
1755
+ ubuntu:
1781
1756
  - ruby1.9.1
1782
1757
  - ruby1.9.1-dev
1783
1758
  - rubygems1.9.1
1759
+ - ri1.9.1
1760
+ - libopenssl-ruby1.9.1
1784
1761
  - rake
1785
- ubuntu:
1762
+ arch:
1763
+ - ruby
1764
+ - rake
1765
+ debian:
1786
1766
  - ruby1.9.1
1787
1767
  - ruby1.9.1-dev
1788
1768
  - rubygems1.9.1
1789
- - ri1.9.1
1790
- - libopenssl-ruby1.9.1
1791
1769
  - rake
1792
1770
  gentoo:
1793
1771
  - dev-lang/ruby:1.9
@@ -1803,10 +1781,15 @@ ruby18:
1803
1781
  gentoo:
1804
1782
  - dev-lang/ruby:1.8
1805
1783
  - 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
1806
1792
  none: ignore
1807
- autoproj: gem
1808
- zlib:
1809
- debian,ubuntu: zlib1g-dev
1810
1793
  autotools:
1811
1794
  arch: automake autoconf
1812
1795
  debian,ubuntu:
@@ -1815,13 +1798,30 @@ autotools:
1815
1798
  gentoo:
1816
1799
  - sys-devel/automake:1.9
1817
1800
  - sys-devel/autoconf
1818
- lsb_release:
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:
1819
1812
  arch: ignore
1820
- debian,ubuntu: lsb-release
1821
- gentoo: sys-apps/lsb-release
1813
+ debian,ubuntu: build-essential
1814
+ gentoo: ignore
1815
+ git:
1816
+ ubuntu: git-core
1817
+ arch: git
1818
+ debian:
1819
+ default: git-core
1820
+ lenny: git
1821
+ gentoo: dev-vcs/git
1822
+ autoproj: gem
1822
1823
  cvs:
1823
1824
  debian,ubuntu: cvs
1824
- autobuild: gem
1825
1825
 
1826
1826
  EODEFS
1827
1827
 
@@ -2315,6 +2315,13 @@ module Autoproj
2315
2315
  def license
2316
2316
  return text_node('package/license')
2317
2317
  end
2318
+
2319
+ # The package version number
2320
+ #
2321
+ # Returns 0 if none is declared
2322
+ def version
2323
+ return text_node("version")
2324
+ end
2318
2325
  end
2319
2326
  def self.add_osdeps_overrides(*args, &block)
2320
2327
  manifest.add_osdeps_overrides(*args, &block)
@@ -1,3 +1,3 @@
1
1
  module Autoproj
2
- VERSION = "1.8.0.rc6"
2
+ VERSION = "1.8.0.rc7"
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autoproj
3
3
  version: !ruby/object:Gem::Version
4
- hash: -1525039966
4
+ hash: -308691406
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 8
9
9
  - 0
10
10
  - rc
11
- - 6
12
- version: 1.8.0.rc6
11
+ - 7
12
+ version: 1.8.0.rc7
13
13
  platform: ruby
14
14
  authors:
15
15
  - Sylvain Joyeux
@@ -27,7 +27,7 @@ dependencies:
27
27
  requirements:
28
28
  - - ">="
29
29
  - !ruby/object:Gem::Version
30
- hash: -1525040052
30
+ hash: -308691234
31
31
  segments:
32
32
  - 1
33
33
  - 6
@@ -70,21 +70,35 @@ dependencies:
70
70
  type: :runtime
71
71
  version_requirements: *id003
72
72
  - !ruby/object:Gem::Dependency
73
- name: hoe
73
+ name: rdoc
74
74
  prerelease: false
75
75
  requirement: &id004 !ruby/object:Gem::Requirement
76
76
  none: false
77
77
  requirements:
78
- - - ">="
78
+ - - ~>
79
79
  - !ruby/object:Gem::Version
80
- hash: 47
80
+ hash: 19
81
81
  segments:
82
- - 2
83
- - 8
84
- - 0
85
- version: 2.8.0
82
+ - 3
83
+ - 10
84
+ version: "3.10"
86
85
  type: :development
87
86
  version_requirements: *id004
87
+ - !ruby/object:Gem::Dependency
88
+ name: hoe
89
+ prerelease: false
90
+ requirement: &id005 !ruby/object:Gem::Requirement
91
+ none: false
92
+ requirements:
93
+ - - ~>
94
+ - !ruby/object:Gem::Version
95
+ hash: 7
96
+ segments:
97
+ - 3
98
+ - 0
99
+ version: "3.0"
100
+ type: :development
101
+ version_requirements: *id005
88
102
  description: |-
89
103
  What is Autoproj
90
104
  ----------------
@@ -171,6 +185,7 @@ files:
171
185
  - test/test_os_dependencies.rb
172
186
  - test/package_managers/test_gem.rb
173
187
  - test/test_package_manifest.rb
188
+ - .gemtest
174
189
  homepage: http://rock-robotics.org/documentation/autoproj
175
190
  licenses: []
176
191