Author: bdubbs
Date: Mon Jul 22 16:27:19 2013
New Revision: 11475

Log:
Update to ruby-2.0.0-p247
Tag several packages for LFS-7.3

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/prog/bazaar.xml
   trunk/BOOK/general/prog/gc.xml
   trunk/BOOK/general/prog/pkgconfig.xml
   trunk/BOOK/general/prog/python-modules.xml
   trunk/BOOK/general/prog/ruby.xml
   trunk/BOOK/general/prog/slang.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Mon Jul 22 15:42:14 2013        (r11474)
+++ trunk/BOOK/general.ent      Mon Jul 22 16:27:19 2013        (r11475)
@@ -390,7 +390,7 @@
 <!ENTITY python2-version              "2.7.5">
 <!ENTITY python3-version              "3.3.2">
 <!ENTITY ruby-version                 "2.0.0">
-<!ENTITY ruby-patch-version           "195">
+<!ENTITY ruby-patch-version           "247">
 <!ENTITY slang-version                "2.2.4">
 <!ENTITY subversion-version           "1.8.0">
 <!ENTITY tcl-version                  "8.6.0">

Modified: trunk/BOOK/general/prog/bazaar.xml
==============================================================================
--- trunk/BOOK/general/prog/bazaar.xml  Mon Jul 22 15:42:14 2013        (r11474)
+++ trunk/BOOK/general/prog/bazaar.xml  Mon Jul 22 16:27:19 2013        (r11475)
@@ -33,7 +33,7 @@
     <para><application>Bazaar</application> is a version control system that
     helps track project history over time and collaborate with others.</para>
 
-    &lfs72_checked;
+    &lfs73_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/general/prog/gc.xml
==============================================================================
--- trunk/BOOK/general/prog/gc.xml      Mon Jul 22 15:42:14 2013        (r11474)
+++ trunk/BOOK/general/prog/gc.xml      Mon Jul 22 16:27:19 2013        (r11475)
@@ -44,7 +44,7 @@
       leak detector for C or C++ programs, though that is not its primary goal.
     </para>
 
-    &lfs72_checked;
+    &lfs73_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/general/prog/pkgconfig.xml
==============================================================================
--- trunk/BOOK/general/prog/pkgconfig.xml       Mon Jul 22 15:42:14 2013        
(r11474)
+++ trunk/BOOK/general/prog/pkgconfig.xml       Mon Jul 22 16:27:19 2013        
(r11475)
@@ -35,7 +35,7 @@
       <command>configure</command> and <command>make</command> file execution.
     </para>
 
-    &lfs72_checked;
+    &lfs73_checked;
 
     <note>
       <para>

Modified: trunk/BOOK/general/prog/python-modules.xml
==============================================================================
--- trunk/BOOK/general/prog/python-modules.xml  Mon Jul 22 15:42:14 2013        
(r11474)
+++ trunk/BOOK/general/prog/python-modules.xml  Mon Jul 22 16:27:19 2013        
(r11475)
@@ -352,7 +352,7 @@
         bindings to the <application>libnotify</application>.
       </para>
 
-      &lfs72_checked;
+      &lfs73_checked;
 
       <bridgehead renderas="sect4">Package Information</bridgehead>
       <itemizedlist spacing="compact">
@@ -1386,7 +1386,7 @@
         <application>Python</application> extension modules.
       </para>
 
-      &lfs72_checked;
+      &lfs73_checked;
 
       <bridgehead renderas="sect4">Package Information</bridgehead>
       <itemizedlist spacing="compact">

Modified: trunk/BOOK/general/prog/ruby.xml
==============================================================================
--- trunk/BOOK/general/prog/ruby.xml    Mon Jul 22 15:42:14 2013        (r11474)
+++ trunk/BOOK/general/prog/ruby.xml    Mon Jul 22 16:27:19 2013        (r11475)
@@ -6,10 +6,10 @@
 
   <!ENTITY ruby-download-http " ">
   <!ENTITY ruby-download-ftp  
"ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-&ruby-version;-p&ruby-patch-version;.tar.bz2";>
-  <!ENTITY ruby-md5sum        "2f54faea6ee1ca500632ec3c0cb59cb6">
-  <!ENTITY ruby-size          "11 MB">
-  <!ENTITY ruby-buildsize     "515 MB">
-  <!ENTITY ruby-time          "3.6 SBU">
+  <!ENTITY ruby-md5sum        "60913f3eec0c4071f44df42600be2604">
+  <!ENTITY ruby-size          "10.3 MB">
+  <!ENTITY ruby-buildsize     "583 MB">
+  <!ENTITY ruby-time          "3.9 SBU (including all tests)">
 ]>
 
 <sect1 id="ruby" xreflabel="Ruby-&ruby-version;">
@@ -79,7 +79,7 @@
       <xref linkend="doxygen"/>,
       <xref linkend="graphviz"/>,
       <ulink url="http://pyyaml.org/wiki/LibYAML";>libyaml</ulink>,
-      <xref linkend="openssl"/> and
+      <xref linkend="openssl"/>, and
       <xref linkend="tk"/>
     </para>
 
@@ -131,10 +131,10 @@
 
       <seglistitem>
         <seg>
-          erb, gem, irb, rake, rdoc, ri, ruby and testrb
+          erb, gem, irb, rake, rdoc, ri, ruby, and testrb
         </seg>
         <seg>
-          libruby.so, libruby-static.a and numerous modules located in the
+          libruby.so, libruby-static.a, and numerous modules located in the
           <filename class="directory">/usr/lib/ruby</filename> hierarchy.
         </seg>
         <seg>
@@ -195,7 +195,7 @@
         <listitem>
           <para>
             displays documentation from a database on
-            <application>Ruby</application> classes, modules and methods.
+            <application>Ruby</application> classes, modules, and methods.
           </para>
           <indexterm zone="ruby ri">
             <primary sortas="b-ri">ri</primary>

Modified: trunk/BOOK/general/prog/slang.xml
==============================================================================
--- trunk/BOOK/general/prog/slang.xml   Mon Jul 22 15:42:14 2013        (r11474)
+++ trunk/BOOK/general/prog/slang.xml   Mon Jul 22 16:27:19 2013        (r11475)
@@ -34,7 +34,7 @@
     It provides facilities required by interactive applications such as
     display/screen management, keyboard input and keymaps.</para>
 
-    &lfs72_checked;
+    &lfs73_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Mon Jul 22 15:42:14 
2013        (r11474)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Mon Jul 22 16:27:19 
2013        (r11475)
@@ -47,6 +47,9 @@
       <para>July 22nd, 2013</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Update to ruby-2.0.0-p247.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Update to php-5.5.0.</para>
         </listitem>
         <listitem>
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to