summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-04-07 17:15:49 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-04-07 17:15:49 +0000
commit863c94f5bfa40393aee64ed1831501ca5e7b4dcf (patch)
tree79d3730f6e2c478a3a2573130183378f506ee958 /sys-auth/pam_sha512/pam_sha512-0.1.2.ebuild
parentsys-auth/pam_abl: In portage now (diff)
downloadsunrise-863c94f5bfa40393aee64ed1831501ca5e7b4dcf.tar.gz
sunrise-863c94f5bfa40393aee64ed1831501ca5e7b4dcf.tar.bz2
sunrise-863c94f5bfa40393aee64ed1831501ca5e7b4dcf.zip
sys-auth/pam_sha512: In portage now
svn path=/sunrise/; revision=3377
Diffstat (limited to 'sys-auth/pam_sha512/pam_sha512-0.1.2.ebuild')
-rw-r--r--sys-auth/pam_sha512/pam_sha512-0.1.2.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/sys-auth/pam_sha512/pam_sha512-0.1.2.ebuild b/sys-auth/pam_sha512/pam_sha512-0.1.2.ebuild
deleted file mode 100644
index a271ef53f..000000000
--- a/sys-auth/pam_sha512/pam_sha512-0.1.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit flag-o-matic pam toolchain-funcs
-
-DESCRIPTION="Pam module to allow authentication via sha512 hash'ed passwords."
-HOMEPAGE="http://hollowtube.mine.nu/wiki/index.php?n=Projects.PamSha512"
-SRC_URI="http://hollowtube.mine.nu/releases/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="sys-libs/pam"
-RDEPEND="${DEPEND}
- app-crypt/hashalot"
-
-src_compile() {
- # fix strict aliasing problems, using -fno-strict-aliasing
- append-flags "-fPIC -c -Wall -Wformat-security -fno-strict-aliasing"
- emake CC="$(tc-getCC)" \
- LD="$(tc-getLD)" \
- CFLAGS="${CFLAGS}" || die "emake failed"
- # CFLAGS="${CFLAGS}" is required
-}
-
-src_install() {
- dopammod pam_sha512.so
- dodoc README
- dosbin hashpass
-}
-
-pkg_postinst() {
- elog "See /usr/share/doc/${PF}/README.bz2 for configuration info"
- elog ""
-} \ No newline at end of file