Changeset 6b3a2011


Ignore:
Timestamp:
06/03/2010 09:20:27 AM (14 years ago)
Author:
Wayne Blaszczyk <wblaszcz@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
cdb5140
Parents:
a4d8b6fe
Message:

Added new package, Eject-2.1.5.

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

Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra4d8b6fe r6b3a2011  
    44-->
    55
    6 <!ENTITY day          "27">                   <!-- Always 2 digits -->
    7 <!ENTITY month        "05">                   <!-- Always 2 digits -->
     6<!ENTITY day          "03">                   <!-- Always 2 digits -->
     7<!ENTITY month        "06">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2010">
    99<!ENTITY copyrightdate "2001-&year;">
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "svn-&year;&month;&day;">
    12 <!ENTITY releasedate  "April &day;th, &year;">
     12<!ENTITY releasedate  "June &day;rd, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    261261<!ENTITY parted-version               "2.2">
    262262<!ENTITY DeviceKit-disks-version      "009">
     263<!ENTITY eject-version                "2.1.5">
    263264<!ENTITY unrar-version                "3.7.8">
    264265<!ENTITY lzma-utils-version           "4.32.7">
  • general/sysutils/hal.xml

    ra4d8b6fe r6b3a2011  
    198198
    199199    <para>A few more packages enable more functionality in
    200     <application>HAL</application> at run-time. These include <ulink
    201     url="http://ca.geocities.com/jefftranter@rogers.com/eject.html">Eject</ulink>,
    202     <ulink url="http://www.nongnu.org/dmidecode/">dmidecode</ulink>,
     200    <application>HAL</application> at run-time.
     201    These include <xref linkend="eject"/>, <ulink
     202    url="http://www.nongnu.org/dmidecode/">dmidecode</ulink>,
    203203    <xref linkend="Device-mapper"/>,
    204204    <ulink url="http://luks.endorphin.org/dm-crypt">Cryptsetup-LUKS</ulink>, and
  • general/sysutils/sysutils.xml

    ra4d8b6fe r6b3a2011  
    4343  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="parted.xml"/>
    4444  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="DeviceKit-disks.xml"/>
     45  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eject.xml"/>
    4546  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lzma-utils.xml"/>
    4647
  • gnome/add/gnome-disk-utility.xml

    ra4d8b6fe r6b3a2011  
    6969    <para role="optional"><xref linkend="gtk-doc"/> and
    7070    <xref linkend="nautilus"/></para>
     71
     72    <bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
     73    <para role="optional"><xref linkend="eject"/></para>
    7174
    7275    <para condition="html" role="usernotes">User Notes:
  • gnome/core/gnome-vfs.xml

    ra4d8b6fe r6b3a2011  
    136136
    137137    <para><option>--with-hal-eject=PROGRAM</option>: This parameter does not
    138     need to be passed if you have <ulink
    139     url="http://ca.geocities.com/jefftranter@rogers.com/eject.html">Eject</ulink>
    140     or <xref linkend="gnome-mount"/> installed, as the <command>eject</command>
     138    need to be passed if you have <xref linkend="eject"/> or
     139    <xref linkend="gnome-mount"/> installed, as the <command>eject</command>
    141140    program is used if <application>gnome-mount</application> is not
    142141    installed.</para>
  • introduction/welcome/changelog.xml

    ra4d8b6fe r6b3a2011  
    4343
    4444    <listitem>
     45      <para>June 3rd, 2010</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[wblaszcz] - Added new package, Eject-2.1.5.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>May 27th, 2010</para>
    4655      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.