summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2003-09-24 23:05:14 +0000
committerDonny Davies <woodchip@gentoo.org>2003-09-24 23:05:14 +0000
commit3ebeb48f7678556ce659f627593c0d459fd8d0fa (patch)
tree7cc0f1cf8e3d522471817b2c73537cd7b58e108e /app-admin
parentAdd #20606 (diff)
downloadgentoo-2-3ebeb48f7678556ce659f627593c0d459fd8d0fa.tar.gz
gentoo-2-3ebeb48f7678556ce659f627593c0d459fd8d0fa.tar.bz2
gentoo-2-3ebeb48f7678556ce659f627593c0d459fd8d0fa.zip
Add #20606
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/pam_dotfile/ChangeLog8
-rw-r--r--app-admin/pam_dotfile/Manifest4
-rw-r--r--app-admin/pam_dotfile/files/digest-pam_dotfile-0.71
-rw-r--r--app-admin/pam_dotfile/pam_dotfile-0.7.ebuild25
4 files changed, 36 insertions, 2 deletions
diff --git a/app-admin/pam_dotfile/ChangeLog b/app-admin/pam_dotfile/ChangeLog
new file mode 100644
index 000000000000..406eaebe0c62
--- /dev/null
+++ b/app-admin/pam_dotfile/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for app-admin/pam_dotfile
+# Copyright 1999-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/pam_dotfile/ChangeLog,v 1.1 2003/09/24 23:05:09 woodchip Exp $
+
+*pam_dotfile-0.7 (24 Sep 2003)
+
+ 24 Sep 2003; Donny Davies <woodchip@gentoo.org> pam_dotfile-0.7.ebuild:
+ Add #20606, from Christian Loitsch <gentoo-bug@loitsch.org>.
diff --git a/app-admin/pam_dotfile/Manifest b/app-admin/pam_dotfile/Manifest
index c9ef76ebe8a5..d06b274bff97 100644
--- a/app-admin/pam_dotfile/Manifest
+++ b/app-admin/pam_dotfile/Manifest
@@ -1,3 +1,3 @@
-MD5 4690e8242cdb4a8555315354e7399e03 pam_dotfile-0.7.ebuild 705
-MD5 9426aee5babfc81c0379854154fd3bb1 ChangeLog 299
+MD5 6037038b3ddab4890fd0f1f95c889b86 pam_dotfile-0.7.ebuild 814
+MD5 f250a59d4af7d5ae6846230b9c42814e ChangeLog 395
MD5 30fbae2d4d9759fde9c1ff733dac16b2 files/digest-pam_dotfile-0.7 67
diff --git a/app-admin/pam_dotfile/files/digest-pam_dotfile-0.7 b/app-admin/pam_dotfile/files/digest-pam_dotfile-0.7
new file mode 100644
index 000000000000..8dc5e4003b92
--- /dev/null
+++ b/app-admin/pam_dotfile/files/digest-pam_dotfile-0.7
@@ -0,0 +1 @@
+MD5 3c7249f4e6d8a9bd756bb4e09f2ed907 pam_dotfile-0.7.tar.gz 229009
diff --git a/app-admin/pam_dotfile/pam_dotfile-0.7.ebuild b/app-admin/pam_dotfile/pam_dotfile-0.7.ebuild
new file mode 100644
index 000000000000..0c0c50ba5b01
--- /dev/null
+++ b/app-admin/pam_dotfile/pam_dotfile-0.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/pam_dotfile/pam_dotfile-0.7.ebuild,v 1.1 2003/09/24 23:05:09 woodchip Exp $
+
+DESCRIPTION="pam_dotfile is a module for pam to allow password-storing in \$HOME/dotfiles"
+HOMEPAGE="http://www.stud.uni-hamburg.de/users/lennart/projects/pam_dotfile/"
+
+MY_P="${P/_beta/beta}"
+S="${WORKDIR}/${MY_P}"
+SRC_URI="http://www.stud.uni-hamburg.de/users/lennart/projects/pam_dotfile/${MY_P}.tar.gz"
+DEPEND=">=sys-libs/pam-0.72"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+src_install() {
+ make -C src DESTDIR=${D} install
+ make -C man DESTDIR=${D} install
+
+ rm -f ${D}/lib/security/pam_dotfile.la
+ fperms 4111 /usr/sbin/pam-dotfile-helper
+
+ dodoc README
+ dohtml doc/*
+}