Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 291285 Details for
Bug 389029
sys-libs/libuser - implements a standardized interface for manipulating and administering user and group accounts
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
libuser-0.57.1.ebuild
llibuser-0.57.1.ebuild (text/plain), 1.39 KB, created by
Andreis Vinogradovs ( slepnoga )
on 2011-10-30 20:34:05 UTC
(
hide
)
Description:
libuser-0.57.1.ebuild
Filename:
MIME Type:
Creator:
Andreis Vinogradovs ( slepnoga )
Created:
2011-10-30 20:34:05 UTC
Size:
1.39 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI="3" > >PYTHON_DEPEND="2:2.6" > >inherit base autotools-utils python > >DESCRIPTION="The libuser library implements a standardized interface for manipulating and administering user and group accounts." >HOMEPAGE="https://fedorahosted.org/libuser" >SRC_URI="https://fedorahosted.org/releases/l/i/${PN}/${P}.tar.xz" > >LICENSE="GPL-2" >KEYWORDS="~amd64 ~x86" >SLOT="0" >IUSE="ldap +popt sasl selinux nls" >COMMON_DEPEND="dev-libs/glib:2 > >=sys-devel/gettext-0.17 > virtual/pam > ldap? ( net-nds/openldap ) > popt? ( dev-libs/popt ) > sasl? ( dev-libs/cyrus-sasl > ldap? ( net-nds/openldap[sasl] ) ) > selinux? ( sys-libs/libselinux )" >DEPEND=" > sys-devel/bison > ${COMMON_DEPEND}" >RDEPEND="${COMMON_DEPEND}" > >DOCS=(README NEWS TODO) > >AUTOTOOLS_IN_SOURCE_BUILD=1 > >pkg_setup() { > python_set_active_version 2 > python_need_rebuild >} > >src_configure() { > > local myeconfargs=( > $(use_with ldap) > $(use_with popt) > $(use_with sasl) > $(use_with selinux) > $(use_enable nls) > --with-python > --disable-rpath > --disable-gtk-doc-html ) > autotools-utils_src_configure >} > >src_test() { > if has_version net-nds/openldap minimal ; then > ewarn "Test require build net-nds/openldap without minimal use flag" > fi > default >} > >src_install() { > strip-linguas -i po > > autotools-utils_src_install "LINGUAS=""${LINGUAS}""" > remove_libtool_files all >}
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 389029
: 291285