diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-02-04 19:28:05 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-02-04 19:28:05 +0000 |
commit | cefceffdea3c2d89243e36d7419ff6d8001eca05 (patch) | |
tree | b5a132a558ef50900caa75907a1c08f7344ddcd6 /sys-auth/pam_skey | |
parent | Add fortune-mod to DEPEND for strfile (diff) | |
download | gentoo-2-cefceffdea3c2d89243e36d7419ff6d8001eca05.tar.gz gentoo-2-cefceffdea3c2d89243e36d7419ff6d8001eca05.tar.bz2 gentoo-2-cefceffdea3c2d89243e36d7419ff6d8001eca05.zip |
Remove old.
(Portage version: 2.1.4.1)
Diffstat (limited to 'sys-auth/pam_skey')
-rw-r--r-- | sys-auth/pam_skey/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_skey/pam_skey-1.1.4.ebuild | 47 |
2 files changed, 4 insertions, 48 deletions
diff --git a/sys-auth/pam_skey/ChangeLog b/sys-auth/pam_skey/ChangeLog index 8e618209c17a..bb2422464c41 100644 --- a/sys-auth/pam_skey/ChangeLog +++ b/sys-auth/pam_skey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_skey # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_skey/ChangeLog,v 1.4 2008/01/23 15:55:50 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_skey/ChangeLog,v 1.5 2008/02/04 19:28:05 ulm Exp $ + + 04 Feb 2008; Ulrich Mueller <ulm@gentoo.org> -pam_skey-1.1.4.ebuild: + Remove old. 23 Jan 2008; Steve Dibb <beandog@gentoo.org> pam_skey-1.1.5.ebuild: Add ~amd64, bug 206405 diff --git a/sys-auth/pam_skey/pam_skey-1.1.4.ebuild b/sys-auth/pam_skey/pam_skey-1.1.4.ebuild deleted file mode 100644 index 86b61f783377..000000000000 --- a/sys-auth/pam_skey/pam_skey-1.1.4.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_skey/pam_skey-1.1.4.ebuild,v 1.2 2008/01/17 12:24:52 ulm Exp $ - -inherit eutils pam multilib - -DESCRIPTION="PAM interface for the S/Key authentication system" -HOMEPAGE="http://freshmeat.net/projects/pam_skey/" -SRC_URI="http://dkorunic.net/tarballs/${P}.tar.gz - mirror://gentoo/${P}-gentoo.patch.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND=">=sys-libs/pam-0.78-r3 - >=app-admin/skey-1.1.5-r4" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${WORKDIR}/${P}-gentoo.patch" -} - -src_compile() { - econf --libdir="/$(get_libdir)" || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" - dodoc README INSTALL -} - -pkg_postinst() { - elog "To use this, you need to add something like" - elog - elog "auth [success=done ignore=ignore auth_err=die default=bad] pam_skey.so" - elog "auth sufficient pam_unix.so likeauth nullok try_first_pass" - elog - elog "to an appropriate place in /etc/pam.d/system-auth" - elog "Consult the documentation for instructions." -} |