aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <donnie@supernova.(none)>2006-09-04 00:13:22 -0700
committerDonnie Berkholz <dberkholz@gentoo.org>2006-09-04 00:13:22 -0700
commit88b4751689c269e22b5cb22f996e7d37c3f96431 (patch)
tree1706d968b6ee6b399aa695c7da1364196e2a14d7 /app-admin
parentAdd pam-0.99.5.0-r2 for authconfig, part of system-config-* stuff (diff)
downloaddberkholz-88b4751689c269e22b5cb22f996e7d37c3f96431.tar.gz
dberkholz-88b4751689c269e22b5cb22f996e7d37c3f96431.tar.bz2
dberkholz-88b4751689c269e22b5cb22f996e7d37c3f96431.zip
Add authconfig for system-config-*
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/authconfig/Manifest8
-rw-r--r--app-admin/authconfig/authconfig-5.3.5.ebuild36
-rw-r--r--app-admin/authconfig/files/digest-authconfig-5.3.53
3 files changed, 47 insertions, 0 deletions
diff --git a/app-admin/authconfig/Manifest b/app-admin/authconfig/Manifest
new file mode 100644
index 0000000..020e1fb
--- /dev/null
+++ b/app-admin/authconfig/Manifest
@@ -0,0 +1,8 @@
+DIST authconfig-5.3.5-1.src.rpm 686134 RMD160 f8caf7358e3b65ef6edc564a14bb6b297168d5de SHA1 87fb9702bf24997602800b656550cde9b1250f26 SHA256 20d6fc84d4e0f01f9876dde15bf40ce2e7360094ec60baff0ead36005bdaea77
+EBUILD authconfig-5.3.5.ebuild 865 RMD160 276a41b8a506f2bd67ee5cb37498a4fd9992a939 SHA1 c1ed361daeb0f6c81aecec37c0cd288a6483a28d SHA256 5228f920286fa7e473ccbc7531b019438289c39d457687a2bf505abb83708484
+MD5 587e5dbfebaa54e1bc8a8575c036b470 authconfig-5.3.5.ebuild 865
+RMD160 276a41b8a506f2bd67ee5cb37498a4fd9992a939 authconfig-5.3.5.ebuild 865
+SHA256 5228f920286fa7e473ccbc7531b019438289c39d457687a2bf505abb83708484 authconfig-5.3.5.ebuild 865
+MD5 71823fd0b807fd0fb6c47fad4daa1a84 files/digest-authconfig-5.3.5 259
+RMD160 ca5a01448969efce1d551ad2fadf0f16c197146b files/digest-authconfig-5.3.5 259
+SHA256 9ed2ad7702bbfe5c0b198bb6ed2f5d80f66efa69f2c3225f61d4d33ff77e7b89 files/digest-authconfig-5.3.5 259
diff --git a/app-admin/authconfig/authconfig-5.3.5.ebuild b/app-admin/authconfig/authconfig-5.3.5.ebuild
new file mode 100644
index 0000000..bad7f4c
--- /dev/null
+++ b/app-admin/authconfig/authconfig-5.3.5.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit 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://fedora.redhat.com/projects/config-tools/"
+SRC_URI="mirror://fedora/development/source/SRPMS/${P}-${RPMREV}.src.rpm"
+LICENSE=""
+SLOT="0"
+KEYWORDS="~ppc ~x86"
+IUSE=""
+RDEPEND="dev-python/rhpl
+ dev-libs/newt
+ >=sys-libs/pam-0.99.5-r2
+ 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_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+
+ make_desktop_entry /usr/bin/${PN}
+
+ fperms 644 /etc/pam.d/${PN}
+}
diff --git a/app-admin/authconfig/files/digest-authconfig-5.3.5 b/app-admin/authconfig/files/digest-authconfig-5.3.5
new file mode 100644
index 0000000..03d58b0
--- /dev/null
+++ b/app-admin/authconfig/files/digest-authconfig-5.3.5
@@ -0,0 +1,3 @@
+MD5 5df034b566978fb561085656e86f4679 authconfig-5.3.5-1.src.rpm 686134
+RMD160 f8caf7358e3b65ef6edc564a14bb6b297168d5de authconfig-5.3.5-1.src.rpm 686134
+SHA256 20d6fc84d4e0f01f9876dde15bf40ce2e7360094ec60baff0ead36005bdaea77 authconfig-5.3.5-1.src.rpm 686134