Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ruby.xml

    r4a83293 rac38e9dc  
    55  %general-entities;
    66
    7   <!ENTITY ruby-download-http "http://cache.ruby-lang.org/pub/ruby/2.1/ruby-&ruby-version;.tar.xz">
     7  <!ENTITY ruby-download-http "http://cache.ruby-lang.org/pub/ruby/2.2/ruby-&ruby-version;.tar.xz">
    88  <!ENTITY ruby-download-ftp  " ">
    99<!--
    10   <!ENTITY ruby-download-ftp  "ftp://ftp.ruby-lang.org/pub/ruby/2.1/ruby-&ruby-version;-p&ruby-patch-version;.tar.bz2">
     10  <!ENTITY ruby-download-ftp  "ftp://ftp.ruby-lang.org/pub/ruby/2.2/ruby-&ruby-version;.tar.xz">
    1111-->
    12   <!ENTITY ruby-md5sum        "8a30ed4b022a24acbb461976c9c70789">
    13   <!ENTITY ruby-size          "9 MB">
    14   <!ENTITY ruby-buildsize     "332 MB (additional 550 MB for rdoc indexes and API documents)">
    15   <!ENTITY ruby-time          "2.8 SBU (additional 1.1 SBU for rdoc indexes and API documents 0.2 SBU for tests)">
     12  <!ENTITY ruby-md5sum        "dbce9b9d79d90f213ba8d448b0b6ed86">
     13  <!ENTITY ruby-size          "10 MB">
     14  <!ENTITY ruby-buildsize     "585 MB (additional 467 MB for C API docs)">
     15  <!ENTITY ruby-time          "2.3 SBU (additional 0.4 SBU for C API docs and 0.1 SBU for tests)">
    1616]>
    1717
     
    3939    </para>
    4040
    41     &lfs76_checked;
     41    &lfs77_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9797    <para>
    9898      Install <application>Ruby</application> by running the following
    99       commands:
     99      command:
    100100    </para>
    101101
     
    106106
    107107    <para>
     108      Optionally, build the CAPI documents by running the following
     109      commands:
     110    </para>
     111
     112<screen><userinput>make capi</userinput></screen>
     113
     114    <para>
    108115      To test the results, issue: <command>make test</command>.
    109116    </para>
     
    127134    <para>
    128135      <option>--disable-install-doc</option>: This switch disables building and
    129       installing rdoc indexes and C API documents.
     136      installing rdoc indexes and C API documentation.
    130137    </para>
    131138
     
    137144    <para>
    138145      <option>--disable-install-capi</option>: This switch disables building
    139       and installing C API documents.
     146      and installing C API documentation.
    140147    </para>
    141148
     
    152159      <seglistitem>
    153160        <seg>
    154           erb, gem, irb, rake, rdoc, ri, ruby, and testrb
     161          erb, gem, irb, rake, rdoc, ri, and ruby
    155162        </seg>
    156163        <seg>
    157           libruby.so, libruby-static.a, and numerous modules located in the
    158           <filename class="directory">/usr/lib/ruby</filename> hierarchy.
     164          libruby.so and libruby-static.a
    159165        </seg>
    160166        <seg>
    161 <!--          /usr/include/ruby-&ruby-version;,-->
    162           /usr/include/ruby-2.1.0,
     167          /usr/include/ruby-2.2.0,
    163168          /usr/lib/ruby,
    164169          /usr/share/doc/ruby-&ruby-version; and
Note: See TracChangeset for help on using the changeset viewer.