autoproj 1.8.0.rc4 → 1.8.0.rc5

Sign up to get free protection for your applications and to get access to all the features.
@@ -737,7 +737,9 @@ fi
737
737
  options.dup
738
738
  end
739
739
 
740
- if !options[:force]
740
+ if options[:force]
741
+ @operating_system = nil
742
+ else
741
743
  if !@operating_system.nil?
742
744
  return @operating_system
743
745
  elsif Autoproj.has_config_key?('operating_system')
@@ -1734,61 +1736,18 @@ end
1734
1736
 
1735
1737
  DEFS = <<EODEFS
1736
1738
  ---
1737
- archive:
1738
- debian,ubuntu:
1739
- - tar
1740
- - unzip
1741
- gentoo:
1742
- - app-arch/tar
1743
- - app-arch/unzip
1744
- arch:
1745
- - tar
1746
- - unzip
1747
- none: ignore
1748
- cvs:
1749
- debian,ubuntu: cvs
1750
- build-essential:
1751
- debian,ubuntu: build-essential
1752
- gentoo: ignore
1753
- arch: ignore
1754
- autotools:
1755
- debian,ubuntu:
1756
- - automake1.9
1757
- - autoconf
1758
- gentoo:
1759
- - sys-devel/automake:1.9
1760
- - sys-devel/autoconf
1761
- arch: automake autoconf
1762
- cmake:
1763
- debian,ubuntu: cmake
1764
- gentoo: dev-util/cmake
1765
- arch: cmake
1766
1739
  lsb_release:
1767
1740
  debian,ubuntu: lsb-release
1768
- gentoo: sys-apps/lsb-release
1769
1741
  arch: ignore
1770
- zlib:
1771
- debian,ubuntu: zlib1g-dev
1772
- svn:
1773
- debian,ubuntu: subversion
1774
- gentoo: dev-util/subversion
1775
- arch: subversion
1776
- libxml2:
1777
- debian,ubuntu: libxml2-dev
1778
- gentoo: dev-libs/libxml2
1779
- arch: libxml2
1780
- autobuild: gem
1781
- libxslt:
1782
- debian,ubuntu: libxslt1-dev
1783
- gentoo: dev-libs/libxslt
1784
- arch: libxslt
1742
+ gentoo: sys-apps/lsb-release
1743
+ autoproj: gem
1785
1744
  ruby19:
1786
- gentoo:
1787
- - dev-lang/ruby:1.9
1788
- - rake
1789
1745
  arch:
1790
1746
  - ruby
1791
1747
  - rake
1748
+ gentoo:
1749
+ - dev-lang/ruby:1.9
1750
+ - rake
1792
1751
  ubuntu:
1793
1752
  - ruby1.9.1
1794
1753
  - ruby1.9.1-dev
@@ -1812,14 +1771,57 @@ ruby18:
1812
1771
  gentoo:
1813
1772
  - dev-lang/ruby:1.8
1814
1773
  - rake
1774
+ cvs:
1775
+ debian,ubuntu: cvs
1776
+ autobuild: gem
1777
+ cmake:
1778
+ debian,ubuntu: cmake
1779
+ arch: cmake
1780
+ gentoo: dev-util/cmake
1781
+ libxml2:
1782
+ debian,ubuntu: libxml2-dev
1783
+ arch: libxml2
1784
+ gentoo: dev-libs/libxml2
1815
1785
  git:
1816
- gentoo: dev-vcs/git
1817
1786
  arch: git
1787
+ gentoo: dev-vcs/git
1818
1788
  ubuntu: git-core
1819
1789
  debian:
1820
1790
  lenny: git
1821
1791
  default: git-core
1822
- autoproj: gem
1792
+ libxslt:
1793
+ debian,ubuntu: libxslt1-dev
1794
+ arch: libxslt
1795
+ gentoo: dev-libs/libxslt
1796
+ svn:
1797
+ debian,ubuntu: subversion
1798
+ arch: subversion
1799
+ gentoo: dev-util/subversion
1800
+ archive:
1801
+ debian,ubuntu:
1802
+ - tar
1803
+ - unzip
1804
+ arch:
1805
+ - tar
1806
+ - unzip
1807
+ gentoo:
1808
+ - app-arch/tar
1809
+ - app-arch/unzip
1810
+ none: ignore
1811
+ build-essential:
1812
+ debian,ubuntu: build-essential
1813
+ arch: ignore
1814
+ gentoo: ignore
1815
+ autotools:
1816
+ debian,ubuntu:
1817
+ - automake1.9
1818
+ - autoconf
1819
+ arch: automake autoconf
1820
+ gentoo:
1821
+ - sys-devel/automake:1.9
1822
+ - sys-devel/autoconf
1823
+ zlib:
1824
+ debian,ubuntu: zlib1g-dev
1823
1825
 
1824
1826
  EODEFS
1825
1827
 
@@ -638,7 +638,9 @@ fi
638
638
  options.dup
639
639
  end
640
640
 
641
- if !options[:force]
641
+ if options[:force]
642
+ @operating_system = nil
643
+ else
642
644
  if !@operating_system.nil?
643
645
  return @operating_system
644
646
  elsif Autoproj.has_config_key?('operating_system')
@@ -1,3 +1,3 @@
1
1
  module Autoproj
2
- VERSION = "1.8.0.rc4"
2
+ VERSION = "1.8.0.rc5"
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: -3630589162
4
+ hash: -1441156394
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 8
9
9
  - 0
10
10
  - rc
11
- - 4
12
- version: 1.8.0.rc4
11
+ - 5
12
+ version: 1.8.0.rc5
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: -3630588932
30
+ hash: -1441156546
31
31
  segments:
32
32
  - 1
33
33
  - 6