Sha256: 2592fc25fb663f16eab84043978ecb5fc7e91599cb3ee8a0400ab9af067f8f3c

Contents?: true

Size: 1.62 KB

Versions: 6

Compression:

Stored size: 1.62 KB

Contents

# The following definitions are needed to bootstrap autoproj
none: ignore

ruby18:
    debian,ubuntu:
        - ruby1.8-dev
        - ruby1.8
        - rubygems1.8
        - ri1.8
        - libopenssl-ruby1.8
    gentoo:
        - dev-lang/ruby:1.8
    gem:
        - rake

ruby19:
    debian:
        - ruby1.9.1
        - ruby1.9.1-dev
        - rubygems1.9.1

    ubuntu:
        - ruby1.9.1
        - ruby1.9.1-dev
        - rubygems1.9.1
        - ri1.9.1
        - libopenssl-ruby1.9.1
    gentoo:
        - dev-lang/ruby:1.9
    arch:
        - ruby
    gem:
        - rake

rdoc: gem

build-essential:
    debian,ubuntu: build-essential
    gentoo:
    arch:

libxml2:
    debian,ubuntu: libxml2-dev
    gentoo: dev-libs/libxml2
    arch: libxml2

libxslt:
    debian,ubuntu: libxslt1-dev
    gentoo: dev-libs/libxslt
    arch: libxslt

zlib:
    debian,ubuntu: zlib1g-dev


autobuild: gem
autoproj: gem

# The following definitions are for the VCS and build systems
git:
    debian:
        lenny:
            git
        default: git-core
    ubuntu: git-core
    gentoo: dev-vcs/git
    arch: git
svn:
    debian,ubuntu: subversion
    gentoo: dev-util/subversion
    arch: subversion
cmake:
    debian,ubuntu: cmake
    gentoo: dev-util/cmake
    arch: cmake

autotools:
    debian,ubuntu: [automake1.9, autoconf]
    gentoo: [sys-devel/automake:1.9, sys-devel/autoconf]
    arch: automake autoconf

lsb_release:
    debian,ubuntu: lsb-release
    gentoo: sys-apps/lsb-release
    arch:
    
archive:
    debian,ubuntu: [tar, unzip]
    gentoo: [app-arch/tar, app-arch/unzip]
    arch: [tar, unzip]

cvs:
    debian,ubuntu: cvs

# vim: expandtab

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
autoproj-1.7.14.rc2 lib/autoproj/default.osdeps
autoproj-1.7.14.rc1 lib/autoproj/default.osdeps
autoproj-1.7.13 lib/autoproj/default.osdeps
autoproj-1.7.12 lib/autoproj/default.osdeps
autoproj-1.7.12.rc2 lib/autoproj/default.osdeps
autoproj-1.7.12.rc1 lib/autoproj/default.osdeps