Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 88158 Details for
Bug 135229
Patch to make eject respect device permissions
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild to include the patch.
eject-2.1.0-r1.ebuild (text/plain), 1.51 KB, created by
David A. Corby
on 2006-06-01 22:01:50 UTC
(
hide
)
Description:
Updated ebuild to include the patch.
Filename:
MIME Type:
Creator:
David A. Corby
Created:
2006-06-01 22:01:50 UTC
Size:
1.51 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-apps/eject/eject-2.1.0-r1.ebuild,v 1.5 2006/03/09 23:52:17 vapier Exp $ > >inherit eutils > >DESCRIPTION="A command to eject a disc from the CD-ROM drive" >HOMEPAGE="http://eject.sourceforge.net/" >SRC_URI="http://www.ibiblio.org/pub/Linux/utils/disk-management/${P}.tar.gz > http://www.pobox.com/~tranter/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" >IUSE="nls" > >DEPEND="!virtual/eject" >PROVIDE="virtual/eject" > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}"/${PN}-2.0.13-autoclose.patch > epatch "${FILESDIR}"/${PN}-2.0.13-header.patch > epatch "${FILESDIR}"/${PN}-2.0.13-use-mountpoints.patch > epatch "${FILESDIR}"/${PN}-2.0.13-xmalloc.patch > epatch "${FILESDIR}"/${P}-regcomp-check.patch > epatch "${FILESDIR}"/${PN}-2.0.13-pumount.patch > epatch "${FILESDIR}"/${PN}-2.0.13-i18n-uclibc.patch > epatch "${FILESDIR}"/${P}-scsi-io-update.patch > epatch "${FILESDIR}"/${P}-toggle.patch > epatch "${FILESDIR}"/${P}-rdwr.patch > > sed -i '/^AM_CFLAGS/s:-O3::' Makefile.in > if ! use nls ; then > sed -i "s:SUBDIRS = po::" Makefile.in || die "sed nls failed" > fi > > # Fix busted timestamps in tarball > touch -r aclocal.m4 configure.in >} > >src_compile() { > econf $(use_enable nls) || die > emake || die >} > >src_install() { > make DESTDIR="${D}" install || die "make install failed" > dodoc ChangeLog README PORTING TODO AUTHORS NEWS PROBLEMS >}
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 135229
:
88157
| 88158