mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Remove XML::Parser.
Enable keymap in eudev. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10563 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
ee9a78574a
commit
7559e33477
@ -2481,6 +2481,7 @@
|
||||
</segmentedlist>
|
||||
|
||||
<!-- Begin XML::Parser dependency info -->
|
||||
<!--
|
||||
<bridgehead renderas="sect2" id="xml-parser-dep">XML::Parser</bridgehead>
|
||||
|
||||
<segmentedlist>
|
||||
@ -2514,7 +2515,7 @@
|
||||
<seg>None</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
-->
|
||||
<!-- Begin Xz-utils dependency info -->
|
||||
<bridgehead renderas="sect2" id="xz-dep">Xz</bridgehead>
|
||||
|
||||
|
@ -35,6 +35,18 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>2014-05-12</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Remove XML::Parser.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Enable keymap in eudev.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2014-05-11</para>
|
||||
<itemizedlist>
|
||||
|
@ -271,9 +271,9 @@
|
||||
<!--<listitem>
|
||||
<para>systemd-&systemd-version;</para>
|
||||
</listitem>-->
|
||||
<listitem>
|
||||
<!--<listitem>
|
||||
<para>XML::Parser-&xml-parser-version;</para>
|
||||
</listitem>
|
||||
</listitem>-->
|
||||
</itemizedlist>
|
||||
|
||||
<itemizedlist>
|
||||
|
@ -682,7 +682,7 @@
|
||||
<para>MD5 sum: <literal>&vim-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<!--
|
||||
<varlistentry>
|
||||
<term>XML::Parser (&xml-parser-version;) - <token>&xml-parser-size;</token>:</term>
|
||||
<listitem>
|
||||
@ -691,7 +691,7 @@
|
||||
<para>MD5 sum: <literal>&xml-parser-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
-->
|
||||
<varlistentry>
|
||||
<term>Xz Utils (&xz-version;) - <token>&xz-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -58,7 +58,7 @@
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="inetutils.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="perl.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xml-parser.xml"/>
|
||||
<!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xml-parser.xml"/>-->
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="autoconf.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="automake.xml"/>
|
||||
|
@ -60,8 +60,8 @@ BLKID_LIBS='-L/tools/lib -lblkid' \
|
||||
--enable-split-usr \
|
||||
--enable-libkmod \
|
||||
--enable-rule_generator \
|
||||
--enable-keymap \
|
||||
--disable-introspection \
|
||||
--disable-keymap \
|
||||
--disable-gudev \
|
||||
--disable-gtk-doc-html \
|
||||
--with-firmware-path=/lib/firmware </userinput></screen>
|
||||
|
@ -647,6 +647,7 @@
|
||||
<!ENTITY vim-ch6-du "121 MB">
|
||||
<!ENTITY vim-ch6-sbu "1.4 SBU">
|
||||
|
||||
<!--
|
||||
<!ENTITY xml-parser-version "2.42_01">
|
||||
<!ENTITY xml-parser-size "236 KB">
|
||||
<!ENTITY xml-parser-url "http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/XML-Parser-&xml-parser-version;.tar.gz">
|
||||
@ -654,6 +655,7 @@
|
||||
<!ENTITY xml-parser-home "https://github.com/chorny/XML-Parser">
|
||||
<!ENTITY xml-parser-ch6-du "2.5 MB">
|
||||
<!ENTITY xml-parser-ch6-sbu "0.1 SBU">
|
||||
-->
|
||||
|
||||
<!ENTITY xz-version "5.0.5">
|
||||
<!ENTITY xz-size "894 KB">
|
||||
|
@ -540,13 +540,13 @@
|
||||
capabilities. An editor is a very personal choice for
|
||||
many users and any other editor could be substituted if desired.</para>
|
||||
</listitem>
|
||||
|
||||
<!--
|
||||
<listitem>
|
||||
<para>XML::Parser</para>
|
||||
|
||||
<para>This package is a Perl module that interfaces with Expat.</para>
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>XZ Utils</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user