Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 54701 Details for
Bug 87005
Add inotify USE flag to gamin ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gamin 0.0.26 ebuild with inotify USE flag
gamin-0.0.26-r6.ebuild (text/plain), 1.15 KB, created by
B. Keroack
on 2005-03-28 11:16:16 UTC
(
hide
)
Description:
gamin 0.0.26 ebuild with inotify USE flag
Filename:
MIME Type:
Creator:
B. Keroack
Created:
2005-03-28 11:16:16 UTC
Size:
1.15 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="Library providing the FAM File Alteration Monitor API" >HOMEPAGE="http://www.gnome.org/~veillard/gamin/" >SRC_URI="http://www.gnome.org/~veillard/gamin/sources/${P}.tar.gz" > >LICENSE="LGPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390" >IUSE="debug doc inotify" > >RDEPEND="virtual/libc > >=dev-libs/glib-2 > !app-admin/fam" > >DEPEND="${RDEPEND} > dev-util/pkgconfig" > >PROVIDE="virtual/fam" > >src_unpack() { > > unpack ${A} > > cd ${S} > # patch to work with inotify 0.21 > epatch ${FILESDIR}/${P}-inotify_use_fd.patch > >} > >src_compile() { > > econf \ > `use_enable inotify` \ > `use_enable debug` \ > `use_enable debug debug-api` \ > || die > > emake || die "emake failed" > >} > >src_install() { > > make DESTDIR="${D}" install || die > > dodoc AUTHORS ChangeLog README TODO NEWS doc/*txt > > use doc && dohtml doc/* > >} > >pkg_postinst() { > > einfo "It is strongly suggested you use Gamin with an inotify enabled" > einfo "kernel for best performance. For this release of gamin you need" > einfo "at least an inotify-0.21 patched kernel." > >}
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 87005
: 54701