Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 190188 Details for
Bug 268364
sys-libs/libuser version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild
libuser-0.56.10.ebuild (text/plain), 1.08 KB, created by
Olivier Huber
on 2009-05-02 22:28:00 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
Olivier Huber
Created:
2009-05-02 22:28:00 UTC
Size:
1.08 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-libs/libuser/libuser-0.56.8.ebuild,v 1.2 2008/03/19 07:29:15 dberkholz Exp $ > >EAPI=2 > >inherit eutils autotools > >DESCRIPTION="A user and group account administration library" >HOMEPAGE="https://fedorahosted.org/libuser/" >SRC_URI="https://fedorahosted.org/releases/l/i/libuser/libuser-0.56.10.tar.bz2" >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="ldap sasl selinux" >RDEPEND="=dev-libs/glib-2* > app-text/linuxdoc-tools > dev-libs/popt > sys-libs/pam > sys-libs/system-config-base > dev-lang/python > sys-apps/shadow > ldap? ( net-nds/openldap ) > sasl? ( dev-libs/cyrus-sasl )" >DEPEND="${RDEPEND}" > >src_prepare() { > epatch "${FILESDIR}"/0.54.6-raise-minimum-ids-to-1000.patch > epatch "${FILESDIR}"/no-ldap-test.patch > > eautoreconf >} > >src_compile() { > econf \ > $(use_with ldap) \ > $(use_with sasl) \ > $(use_with selinux) \ > || die "econf failed" > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" >}
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 268364
: 190188 |
190189