source: general.ent@ d52c17f

systemd-13485
Last change on this file since d52c17f was d52c17f, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Update to elfutils-0.164
Update to Python-3.5.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16667 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.6 KB
Line 
1<!-- $LastChangedBy$ $Date$ -->
2
3<!ENTITY day "16"> <!-- Always 2 digits -->
4<!ENTITY month "11"> <!-- Always 2 digits -->
5<!ENTITY year "2015">
6<!ENTITY copyrightdate "2001-&year;">
7<!ENTITY copyholder "The BLFS systemd Development Team">
8<!ENTITY version "&year;-&month;-&day;">
9<!ENTITY releasedate "November 16th, &year;">
10<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
11<!ENTITY blfs-version "systemd"> <!-- svn|[release #] -->
12<!ENTITY lfs-version "systemd"> <!-- x.y|development] -->
13<!ENTITY last-commit "$Date$"> <!-- Automatic update -->
14<!ENTITY lfs-domainname "linuxfromscratch.org">
15
16<!ENTITY maintainer-fullname "The BLFS systemd Team">
17<!ENTITY maintainer-firstname "BLFS">
18<!ENTITY maintainer-address "blfs-maintainer@&lfs-domainname;">
19
20<!ENTITY lfs-website "http://www.&lfs-domainname;">
21<!-- downloads - root must not have an entity because it is needed for scripts
22 change svn to x.y for release -->
23<!ENTITY downloads-root "http://www.linuxfromscratch.org/blfs/downloads/systemd">
24<!ENTITY downloads-project "http://downloads.&lfs-domainname;">
25<!ENTITY sources-anduin-http "http://anduin.linuxfromscratch.org/BLFS">
26<!ENTITY sources-anduin-ftp "ftp://anduin.linuxfromscratch.org/BLFS">
27<!ENTITY hints-root "http://www.&lfs-domainname;/hints">
28<!ENTITY patch-downloads "http://www.linuxfromscratch.org/patches/downloads">
29<!ENTITY patch-root "http://www.&lfs-domainname;/patches/blfs/systemd">
30<!ENTITY errata "http://www.&lfs-domainname;/blfs/errata/&blfs-version;/">
31<!ENTITY blfs-ticket-root "http://wiki.&lfs-domainname;/blfs/ticket/">
32<!-- <!ENTITY lfs-root "http://www.&lfs-domainname;/lfs/view/&lfs-version;"> -->
33<!ENTITY lfs-root "../../../../lfs/view/&lfs-version;">
34<!ENTITY lfs-dev "../../../../lfs/view/systemd">
35<!ENTITY kernel "http://www.kernel.org/pub/">
36<!ENTITY gstreamer-dl "http://gstreamer.freedesktop.org/src">
37<!ENTITY gnu-alpha-ftp "ftp://alpha.gnu.org/gnu/">
38<!ENTITY gnu-alpha-http "http://alpha.gnu.org/gnu/">
39<!ENTITY sourceforge-repo "http://downloads.sourceforge.net">
40<!ENTITY sourceforge-repo2 "http://sourceforge.net">
41<!ENTITY gentoo-ftp-repo "ftp://mirror.ovh.net/gentoo-distfiles/distfiles">
42<!ENTITY fedora-http-repo "http://pkgs.fedoraproject.org/repo/pkgs">
43<!ENTITY jaist-ftp-repo "ftp://ftp.jaist.ac.jp/pub//sourceforge">
44<!ENTITY publisher "Unknown">
45<!ENTITY xorg-download-http "http://xorg.freedesktop.org/archive/individual">
46<!ENTITY xorg-download-ftp "ftp://ftp.x.org/pub/individual">
47<!ENTITY mozilla-http "https://ftp.mozilla.org/pub/mozilla.org">
48<!ENTITY mozilla-ftp "ftp://ftp.mozilla.org/pub">
49<!ENTITY gnome-download-http "http://ftp.gnome.org/pub/gnome/sources">
50<!ENTITY gnome-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources">
51<!ENTITY gnome-minor "3.12">
52<!ENTITY gnome-minor-14 "3.14">
53
54<!-- These entities are used to identify versions of LFS
55 packages referenced throughout the BLFS book. -->
56<!ENTITY lfs-autoconf-version "2.69">
57<!ENTITY lfs-coreutils-version "8.23">
58<!ENTITY lfs-e2fsprogs-version "1.42.12">
59<!ENTITY lfs-flex-version "2.5.39">
60<!ENTITY lfs-gcc-version "4.9.2">
61<!ENTITY lfs-gdbm-version "1.11">
62<!ENTITY lfs-m4-version "1.4.17">
63<!-- this was originally the perl version used by the corresponding
64 version of lfs, in those days always for i686, but now BLFS is a rolling
65 release -->
66<!ENTITY lfs-perl-version "&lt;5.x.y&gt;/&lt;arch-linux&gt;">
67<!ENTITY lfs-shadow-version "4.2.1">
68<!ENTITY lfs-vim-version "7.4">
69<!-- End LFS versions -->
70
71<!ENTITY blfs-bootscripts-version "20150210">
72<!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-systemd-units-&blfs-bootscripts-version;.tar.bz2">
73
74<!ENTITY blfs-wiki "http://wiki.&lfs-domainname;/blfs/wiki">
75
76<!-- These entities are used to annotate the current status of a package as it
77 relates to the version of LFS it will build/work against -->
78<!ENTITY lfs76_checked "<para>This package is known to build and work
79 properly using an LFS-7.6 systemd platform.</para>">
80<!ENTITY lfs76_built "<para>This package is known to build using an LFS
81 7.6 systemd platform but has not been tested.</para>">
82<!ENTITY lfs77_checked "<para>This package is known to build and work
83 properly using an LFS-7.7 systemd platform.</para>">
84<!ENTITY lfs77_built "<para>This package is known to build using an LFS
85 7.7 systemd platform but has not been tested.</para>">
86<!ENTITY lfs78_built "<para>This package is known to build using an LFS
87 7.8-systemd platform but has not been tested.</para>">
88<!ENTITY lfs78_checked "<para>This package is known to build and work
89 properly using an LFS 7.8-systemd platform.</para>">
90<!-- usage: <para>&lfssvn_checked;ccyymmdd&lfssvn_checked2;</para> -->
91<!ENTITY lfssvn_checked "This package is known to build and work properly
92 using an LFS-SVN-">
93<!ENTITY lfssvn_checked2 " platform.">
94<!ENTITY lfssvn_built "This package is known to build using an LFS-SVN-">
95<!ENTITY lfssvn_built2 " platform but has not been tested.">
96<!-- End special entities about LFS compatibility -->
97
98<!ENTITY as_root "<note><para>When installing multiple packages in a script,
99 the installation needs to be done as the root user. There are three general
100 options that can be used to do this:</para>
101
102 <orderedlist>
103
104 <listitem><para>Run the entire script as the root user (not
105 recommended).</para></listitem>
106
107 <listitem><para>Use the <command>sudo</command> command from the <xref
108 linkend='sudo'/> package.</para></listitem>
109
110 <listitem><para>Use <command>su -c &quot;command arguments&quot;</command>
111 (quotes required) which will ask for the root password for every iteration
112 of the loop.</para></listitem>
113
114 </orderedlist>
115
116 <para>One way to handle this situation is to create a short
117 <command>bash</command> function that automatically selects the appropriate
118 method. Once the command is set in the environment, it does not need to be
119 set again.</para>
120
121 <screen><userinput>as_root()
122{
123 if [ $EUID = 0 ]; then $*
124 elif [ -x /usr/bin/sudo ]; then sudo $*
125 else su -c \\&quot;$*\\&quot;
126 fi
127}
128
129export -f as_root</userinput></screen>
130</note>">
131
132<!ENTITY not-katamari "<para>This package is not a part of the Xorg
133 katamari and is provided only as a dependency to
134 other packages or for testing the completed Xorg
135 installation.</para>">
136
137<!ENTITY gst-compat "<note><para><application>GStreamer</application> 1.0 series
138 is not API or ABI compatible with
139 <application>GStreamer</application> 0.10 series and both
140 can be installed on the same system.</para></note>">
141
142
143<!-- Problem with some packages introduced by a given dependency version -->
144<!ENTITY gcc-490 "gcc-4.9.0">
145
146
147
148<!ENTITY % package-entities SYSTEM "packages.ent">
149%package-entities;
150
151<!ENTITY % systemd-package-entities SYSTEM "systemd.ent">
152%systemd-package-entities;
Note: See TracBrowser for help on using the repository browser.