ChangeLog

# ChangeLog for app-admin/authconfig
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/authconfig/ChangeLog,v 1.5 2007/10/15 09:36:28 dberkholz Exp $

15 Oct 2007; Donnie Berkholz ;
authconfig-5.3.5.ebuild:
(#185524) Update homepage.

07 Sep 2006; Donnie Berkholz ;
authconfig-5.3.5.ebuild:
Add more comments on getting the right libs installed.

05 Sep 2006; Donnie Berkholz ;
authconfig-5.3.5.ebuild:
Do that in the right function.

05 Sep 2006; Donnie Berkholz ;
authconfig-5.3.5.ebuild:
Cleanup compiled python files.

*authconfig-5.3.5 (05 Sep 2006)

05 Sep 2006; Donnie Berkholz ;
+files/5.3.5-gentooify.patch, +metadata.xml, +authconfig-5.3.5.ebuild:
Tool for setting up authentication from network services

Manifest

AUX 5.3.5-gentooify.patch 5446 RMD160 9b9c26f5b23028f2a43e4ff2d7a849be7312cbf3 SHA1 35e3898faf5eb8e9f46d9ab36618efc75bc5ae4f SHA256 e44c5f904ea312af0f64942502a7ec2c36d18b85315dad186b0a9858f5b0cbdb
DIST authconfig-5.3.5-1.src.rpm 686134 RMD160 f8caf7358e3b65ef6edc564a14bb6b297168d5de SHA1 87fb9702bf24997602800b656550cde9b1250f26 SHA256 20d6fc84d4e0f01f9876dde15bf40ce2e7360094ec60baff0ead36005bdaea77
EBUILD authconfig-5.3.5.ebuild 1558 RMD160 1a7d6b56ffaa5d11bc54e0f796cb3f7f3726ac75 SHA1 2e6d982409941ff3b7e0bf34d0e6bd95a272d094 SHA256 ff222fabd21f1238cb54ec5440aa07ce0a783daf8a4cec70333f8704d1245af2
MISC ChangeLog 921 RMD160 6c49469097e5deb1d22f57fa6f0572ee54eabaa5 SHA1 42f4667d9c40c1a395dadd70463461ad9e453211 SHA256 6c44fd489aa82eacbc965baaba1dbcf108f1bbab1886f5f5c6e714d3359b27f5
MISC metadata.xml 252 RMD160 212f61f15769b523e0fa55ed5d872d85536b4043 SHA1 5f9d6137a829b96482aacd60baf98160b49dc514 SHA256 b3aaf1e941b12ded57dea3530d59b8db42716f5e805efb6338101c135beac506

authconfig-5.3.5.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/authconfig/authconfig-5.3.5.ebuild,v 1.5 2007/10/15 09:36:28 dberkholz Exp $

inherit eutils python rpm

# Revision of the RPM. Shouldn't affect us, as we're just grabbing the source
# tarball out of it
RPMREV="1"

DESCRIPTION="Tool for setting up authentication from network services"
HOMEPAGE="http://fedoraproject.org/wiki/SystemConfig/"
SRC_URI="mirror://fedora/development/source/SRPMS/${P}-${RPMREV}.src.rpm"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc ~x86"
IUSE=""
RDEPEND="dev-python/rhpl
dev-libs/newt
>=sys-libs/pam-0.99.5
sys-apps/usermode
dev-lang/python
=dev-libs/glib-2*
dev-perl/XML-Parser
=dev-python/pygtk-2*"
DEPEND="${RDEPEND}
sys-devel/gettext
dev-util/intltool"

src_unpack() {
rpm_src_unpack
cd "${S}"
epatch "${FILESDIR}"/${PV}-gentooify.patch
}

src_install() {
emake DESTDIR="${D}" install || die "emake install failed"

make_desktop_entry /usr/bin/${PN}

fperms 644 /etc/pam.d/${PN}
}

pkg_postinst() {
elog "To activate options in the User Information tab,"
elog "install the nss_XXX package or another provider of the nss module."
elog "To activate options in the Authentication tab,"
elog "install the pam_XXX package or another provider of the pam module."
elog "If you're curious whether a package installs its own PAM or NSS library,"
elog "just list the files it installs and grep for pam or nss."
}

pkg_postrm() {
python_mod_cleanup /usr/share/${PN}
}

files

metadata.xml




no-herd

dberkholz@gentoo.org
Donnie Berkholz