Changeset e02c1e3


Ignore:
Timestamp:
03/11/2015 10:10:21 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
06ec5081
Parents:
84e66b7
Message:

Update to ruby-2.2.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15626 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r84e66b7 re02c1e3  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     3<!ENTITY day          "11">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 10th, &year;">
     9<!ENTITY releasedate  "March 11th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/ruby.xml

    r84e66b7 re02c1e3  
    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        "54b43c6c6c9dd4c4b08ceb03ad0ded7a">
     12  <!ENTITY ruby-md5sum        "f7570579539faaa734c02e2857370298">
    1313  <!ENTITY ruby-size          "9.9 MB">
    14   <!ENTITY ruby-buildsize     "342 MB (additional 183 MB for docs)">
    15   <!ENTITY ruby-time          "1.9 SBU (additional 1.1 SBU for docs and 0.2 SBU for tests)">
     14  <!ENTITY ruby-buildsize     "570 MB (additional 396 MB for C API docs)">
     15  <!ENTITY ruby-time          "2.1 SBU (additional 0.3 SBU for docs and 0.2 SBU for tests)">
    1616]>
    1717
     
    102102<screen><userinput>./configure --prefix=/usr   \
    103103            --enable-shared \
    104             --docdir=/usr/share/doc/ruby-&ruby-version;</userinput></screen>
     104            --docdir=/usr/share/doc/ruby-&ruby-version; &amp;&amp;
     105make</userinput></screen>
    105106
    106107    <para>
     
    109110    </para>
    110111
    111 <screen><userinput>cp -v template/Doxyfile.tmpl Doxyfile &amp;&amp;
    112 doxygen</userinput></screen>
    113 
    114     <para>
    115       Compile and link <application>Ruby</application> by running the following
    116       command:
    117     </para>
    118 
    119 <screen><userinput>make</userinput></screen>
     112<screen><userinput>make capi</userinput></screen>
    120113
    121114    <para>
  • introduction/welcome/changelog.xml

    r84e66b7 re02c1e3  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>March 11th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[pierre] - Update to Ruby-2.2.1. Fixes
     52          <ulink url="&blfs-ticket-root;6180">#6180</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757    <listitem>
  • packages.ent

    r84e66b7 re02c1e3  
    268268<!ENTITY python2-version              "2.7.9">
    269269<!ENTITY python3-version              "3.4.2">
    270 <!ENTITY ruby-version                 "2.2.0">
     270<!ENTITY ruby-version                 "2.2.1">
    271271<!ENTITY ruby-patch-version           "0">
    272272<!ENTITY scons-version                "2.3.4">
Note: See TracChangeset for help on using the changeset viewer.