Removed libxml1 as an orphaned library:

it is obsolete, and all things depending on it are already commented out.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7377 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Alexander E. Patrakov 2008-04-11 03:59:48 +00:00
parent bb06362a9a
commit 94927cb04c
3 changed files with 12 additions and 3 deletions

View File

@ -3,7 +3,7 @@ $LastChangedBy$
$Date$
-->
<!ENTITY day "10"> <!-- Always 2 digits -->
<!ENTITY day "11"> <!-- Always 2 digits -->
<!ENTITY month "04"> <!-- Always 2 digits -->
<!ENTITY year "2008">
<!ENTITY version "svn-&year;&month;&day;">
@ -99,7 +99,6 @@ $Date$
<!ENTITY popt-version "1.10.4">
<!ENTITY slang-version "2.1.3">
<!ENTITY gamin-version "0.1.9">
<!ENTITY libxml-version "1.8.17">
<!ENTITY libxml2-version "2.6.31">
<!ENTITY libxslt-version "1.1.22">
<!ENTITY libgtkhtml-version "2.11.1">
@ -136,6 +135,7 @@ $Date$
<!-- Obsolete
<!ENTITY fam-version "2.7.0">
<!ENTITY ispell-version "3.2.06.epa7">
<!ENTITY libxml-version "1.8.17">
-->
<!-- Chapter 9 -->

View File

@ -47,7 +47,6 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="popt.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="slang.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gamin.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxml.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxml2.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxslt.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libgtkhtml.xml"/>
@ -80,6 +79,7 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mowgli.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mcs.xml"/>
<!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxml.xml"/> -->
<!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ispell.xml"/> -->
<!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="fam.xml"/> -->

View File

@ -41,6 +41,15 @@
-->
<listitem>
<para>April 11th, 2008</para>
<itemizedlist>
<listitem>
<para>[alexander] - Removed the obsolete libxml1 library.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>April 10th, 2008</para>
<itemizedlist>