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
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')
-rw-r--r--sys-auth/pam_sha512/ChangeLog20
-rw-r--r--sys-auth/pam_sha512/Manifest4
-rw-r--r--sys-auth/pam_sha512/metadata.xml5
-rw-r--r--sys-auth/pam_sha512/pam_sha512-0.1.2.ebuild38
4 files changed, 0 insertions, 67 deletions
diff --git a/sys-auth/pam_sha512/ChangeLog b/sys-auth/pam_sha512/ChangeLog
deleted file mode 100644
index 685841083..000000000
--- a/sys-auth/pam_sha512/ChangeLog
+++ /dev/null
@@ -1,20 +0,0 @@
-# ChangeLog for sys-auth/pam_sha512
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 07 Apr 2007; Alessio Cassibba (X-Drum) <swapon@gmail.com>
- pam_sha512-0.1.2.ebuild:
- fixed strict aliasing problems, added message in pkg_postinst
-
- 07 Apr 2007; Alessio Cassibba (X-Drum) <swapon@gmail.com>
- pam_sha512-0.1.2.ebuild:
- added amd64 keyword
-
- 29 Jan 2007; Christian Faulhammer <opfer@gentoo.org>
- pam_sha512-0.1.2.ebuild:
- add some quotes
-
- 28 Jan 2007; Ali Polatel (hawking) <polatel@nerdshack.com>
- +pam_sha512-0.1.2.ebuild, +metadata.xml:
- New ebuild for bug 102113 thanks to neuron
-
diff --git a/sys-auth/pam_sha512/Manifest b/sys-auth/pam_sha512/Manifest
deleted file mode 100644
index 15aaa95f6..000000000
--- a/sys-auth/pam_sha512/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST pam_sha512-0.1.2.tar.gz 9981 RMD160 fbec8d8f1a3e158af1c9dcd99c43060ceaba31dc SHA1 5c1ed07a85478ebe13185fb56781ae8ea4aff311 SHA256 137b935b86aaf0ad134801ae57ac2e3542f81bb971acf110f9fc927d920831ef
-EBUILD pam_sha512-0.1.2.ebuild 941 RMD160 3e374e593abae7ff22cb2a409426a15b1297a696 SHA1 6eb7e7a5e10e18fa2e482d17015193f1beb0967d SHA256 9d7c24403c2e5088088665e6ec24cdee055e44f9fc7bdee81f26f1562ca3b2a0
-MISC ChangeLog 633 RMD160 0efab0d8efb9b28f03be0939cff4625e416610d0 SHA1 afa084d177325318027aeb0e461d19af3fb02b3b SHA256 e646379f52252573b778d9d5075704b156d1abe1d3bd8bd78faedbd1e108f4a6
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/sys-auth/pam_sha512/metadata.xml b/sys-auth/pam_sha512/metadata.xml
deleted file mode 100644
index 7e3286984..000000000
--- a/sys-auth/pam_sha512/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>
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