Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 50615 Details for
Bug 81105
psmisc-21.4 fails to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Fixed ebuild
psmisc-21.4-r1.ebuild (text/plain), 1.40 KB, created by
John Shaw
on 2005-02-07 05:58:04 UTC
(
hide
)
Description:
Fixed ebuild
Filename:
MIME Type:
Creator:
John Shaw
Created:
2005-02-07 05:58:04 UTC
Size:
1.40 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-apps/psmisc/psmisc-21.4.ebuild,v 1.20 2005/01/01 21:25:27 vapier Exp $ > >inherit eutils gnuconfig > >SELINUX_PATCH="${P}-selinux.diff.bz2" > >DESCRIPTION="A set of tools that use the proc filesystem" >HOMEPAGE="http://psmisc.sourceforge.net/" >SRC_URI="mirror://sourceforge/psmisc/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" >IUSE="nls selinux" > >RDEPEND=">=sys-libs/ncurses-5.2-r2 > selinux? ( sys-libs/libselinux )" >DEPEND="${RDEPEND} > sys-devel/libtool > nls? ( sys-devel/gettext )" > >src_unpack() { > unpack ${A} > cd ${S} > > if use selinux; then > epatch ${FILESDIR}/${SELINUX_PATCH} > libtoolize --copy --force > fi > use nls || epatch ${FILESDIR}/${P}-no-nls.patch > > epunt_cxx #73632 >} > >src_compile() { > local myconf="" > use selinux && myconf="${myconf} --enable-flask" > econf \ > $(use_enable nls) \ > ${myconf} \ > || die > emake || die >} > >src_install() { > einstall || die > dosym killall /usr/bin/pidof > > # Some packages expect these to use /usr, others to use / > dodir /bin > mv ${D}/usr/bin/* ${D}/bin/ > cd ${D}/bin > for f in * ; do > dosym /bin/${f} /usr/bin/${f} > done > > # We use pidof from baselayout. > rm -f ${D}/bin/pidof > dosym ../sbin/pidof /bin/pidof > > dodoc AUTHORS ChangeLog NEWS README >}
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 81105
: 50615