Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 238431 Details for
Bug 318365
systemd - Replacement for sysvinit with extensive usage of parallelization
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
systemd-2.ebuild
systemd-2.ebuild (text/plain), 1.54 KB, created by
Fabian Henze
on 2010-07-12 12:34:04 UTC
(
hide
)
Description:
systemd-2.ebuild
Filename:
MIME Type:
Creator:
Fabian Henze
Created:
2010-07-12 12:34:04 UTC
Size:
1.54 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /usr/local/portage/sys-apps/systemd/systemd-2.ebuild,v 1.12 2010/04/11 16:54:43 flyser Exp $ > >inherit eutils pam > >DESCRIPTION="Replacement for sysvinit with extensive usage of parallelization" >HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd" >SRC_URI="http://www.freedesktop.org/software/systemd/systemd-${PV}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="gtk pam +tcpwrap nosysv" > >RDEPEND=">=dev-libs/libcgroup-0.36 > >=sys-apps/dbus-1.2.24 > sys-libs/libcap > >=sys-fs/udev-154 > gtk? ( >=x11-libs/gtk+-2.20 ) > tcpwrap? ( sys-apps/tcp-wrappers ) > pam? ( virtual/pam ) >" > >DEPEND="${RDEPEND} > >=dev-lang/vala-0.8 > >=sys-kernel/linux-headers-2.6.32 >" > >src_compile() { > myconf="--with-distro=gentoo --with-rootdir=/ > $(use_enable gtk) > $(use_enable pam) > $(use_enable tcpwrap)" > if use nosysv ; then > myconf="${myconf} --with-sysvinit-path=/none/here --with-sysvrcd-path=/none/here" > fi > > econf ${myconf} || die "econf failed" > emake || die "emake failed" >} > >src_install() { > emake DESTDIR=${D} install || die "emake install failed" > > dodoc "${D}/usr/share/doc/systemd"/* && \ > rm -r "${D}/usr/share/doc/systemd/" > > cd "${D}/usr/share/man/man8/" > for i in halt poweroff reboot runlevel shutdown telinit; do > mv "${i}.8" "systemd.${i}.8" > done >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 318365
:
230771
|
230773
|
230777
|
230779
|
230887
|
230889
|
231157
|
231305
|
238431
|
241097
|
241099
|
244953
|
244955
|
244957
|
244959
|
256198
|
256199
|
256201
|
256202
|
256203
|
256205
|
256209
|
256319
|
256349
|
256351
|
256352
|
256435
|
256437
|
256439
|
256446
|
256698
|
257917
|
257922
|
270185
|
270187
|
270189
|
270191
|
271583
|
277115
|
277117
|
306293
|
306295
|
306297
|
306299
|
306339
|
306341
|
306343
|
306345