Changeset f67f5387


Ignore:
Timestamp:
08/08/2007 03:18:24 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1683c8c
Parents:
9c84fd7
Message:

Replaced all instances of the Python library directory pathname with an entity

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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/subversion.xml

    r9c84fd7 rf67f5387  
    254254make install-swig-py &amp;&amp;
    255255echo /usr/lib/svn-python \
    256     &gt; /usr/lib/python2.5/site-packages/subversion.pth &amp;&amp;
     256    &gt; /usr/lib/python&python-libdir;/site-packages/subversion.pth &amp;&amp;
    257257
    258258make install-swig-rb</userinput></screen>
  • general.ent

    r9c84fd7 rf67f5387  
    210210<!ENTITY php-version                  "5.2.3">
    211211<!ENTITY Python-version               "2.5.1">
     212<!ENTITY python-libdir                "2.5">
    212213<!ENTITY pyxml-version                "0.8.4">
    213214<!ENTITY ruby-version                 "1.8.6">
     
    417418<!ENTITY atk-version                  "1.18.0">
    418419<!ENTITY gtk2-version                 "2.10.13">
     420<!ENTITY gtk2-libdir                  "2.0/2.10.0">
    419421<!ENTITY lesstif-version              "0.95.0">
    420422<!ENTITY startup-notification-version "0.9">
  • general/genlib/dbus-bindings.xml

    r9c84fd7 rf67f5387  
    272272        <seg><application>Python</application>
    273273        <application>D-Bus</application> modules</seg>
    274         <seg>/usr/lib/python2.5/site-packages/dbus and
     274        <seg>/usr/lib/python&python-libdir;/site-packages/dbus and
    275275        /usr/share/doc/dbus-python</seg>
    276276      </seglistitem>
  • general/prog/python.xml

    r9c84fd7 rf67f5387  
    114114
    115115      <seglistitem>
    116         <seg>pydoc, python, python2.5, smtpd.py, and optionally if
     116        <seg>pydoc, python, python&python-libdir;, smtpd.py, and optionally if
    117117        <application>Tk</application> is installed, idle</seg>
    118         <seg>libpython2.5.so and numerous modules installed in
    119         /usr/lib/python2.5/lib-dynload</seg>
    120         <seg>/usr/include/python2.5 and /usr/lib/python2.5</seg>
     118        <seg>libpython&python-libdir;.so and numerous modules installed in
     119        /usr/lib/python&python-libdir;/lib-dynload</seg>
     120        <seg>/usr/include/python&python-libdir;,
     121         and /usr/lib/python&python-libdir;</seg>
    121122      </seglistitem>
    122123    </segmentedlist>
     
    160161      </varlistentry>
    161162
    162       <varlistentry id="python2.5">
    163         <term><command>python2.5</command></term>
     163      <varlistentry id="python-ver">
     164        <term><command>python&python-libdir;</command></term>
    164165        <listitem>
    165166          <para>is a version-specific name for the <command>python</command>
    166167          program.</para>
    167           <indexterm zone="python python2.5">
    168             <primary sortas="b-python2.5">python2.5</primary>
     168          <indexterm zone="python python-ver">
     169            <primary sortas="b-python&python-libdir;">python&python-libdir;</primary>
    169170          </indexterm>
    170171        </listitem>
  • general/prog/pyxml.xml

    r9c84fd7 rf67f5387  
    117117        <seg>xmlproc_parse and xmlproc_val</seg>
    118118        <seg>PyXML Python library modules</seg>
    119         <seg>/usr/lib/python2.4/site-packages/_xmlplus and
     119        <seg>/usr/lib/python&python-libdir;/site-packages/_xmlplus and
    120120        /usr/share/doc/PyXML-&pyxml-version;</seg>
    121121      </seglistitem>
  • gnome/core/gnome-menus.xml

    r9c84fd7 rf67f5387  
    158158
    159159<screen><literal>export PYTHONPATH=$PYTHONPATH:$(pkg-config --variable=prefix \
    160        ORBit-2.0)/lib/python2.5/site-packages:$(pkg-config \
     160       ORBit-2.0)/lib/python&python-libdir;/site-packages:$(pkg-config \
    161161       --variable=prefix \
    162        ORBit-2.0)/lib/python2.5/site-packages/GMenuSimpleEditor</literal></screen>
     162       ORBit-2.0)/lib/python&python-libdir;/site-packages/GMenuSimpleEditor</literal></screen>
    163163
    164164      </sect4>
     
    182182        <envar>$GNOME_PREFIX</envar>/:
    183183        include/gnome-menus,
    184         lib/python2.4/site-packages/GMenuSimpleEditor,
     184        lib/python&python-libdir;/site-packages/GMenuSimpleEditor,
    185185        share/{desktop-directories, gnome-menus}</seg>
    186186      </seglistitem>
  • gnome/core/libgnomeui.xml

    r9c84fd7 rf67f5387  
    9191if [ $(pkg-config --variable=prefix ORBit-2.0) != "/usr" ]; then
    9292    ln -v -s $(pkg-config --variable=prefix \
    93              ORBit-2.0)/lib/gtk-&gtk2-working-dir;/filesystems \
    94         /usr/lib/gtk-&gtk2-working-dir;
     93             ORBit-2.0)/lib/gtk-&gtk2-libdir;/filesystems \
     94        /usr/lib/gtk-&gtk2-libdir;
    9595fi</userinput></screen>
    9696
  • introduction/welcome/changelog.xml

    r9c84fd7 rf67f5387  
    4545      <para>August 8th, 2007</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Replaced all instances of the Python library
     49          directory pathname with an entity.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[randy] - Simplified some commands using conditionals in
  • server/major/samba3.xml

    r9c84fd7 rf67f5387  
    676676        the pam_winbind.so and pam_smbpass.so PAM libraries, and assorted
    677677        character set, filesystem and support modules.</seg>
    678         <seg>/etc/samba, /usr/lib/python2.5/site-packages/samba,
     678        <seg>/etc/samba, /usr/lib/python&python-libdir;/site-packages/samba,
    679679        /usr/lib/samba, /usr/share/doc/samba-&samba3-version;,
    680680        /usr/share/samba, /var/lib/samba and /var/log/samba</seg>
Note: See TracChangeset for help on using the changeset viewer.