summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-07-21 02:48:58 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-07-21 02:49:22 +1000
commit784a011fa869add170e5998d8053e2161da48699 (patch)
tree30738a0fa270eea6a26de3e7aa4ee58d0ba5e498 /sys-auth
parentprofiles: drop mask for removed net-misc/mdidentd (diff)
downloadgentoo-784a011fa869add170e5998d8053e2161da48699.tar.gz
gentoo-784a011fa869add170e5998d8053e2161da48699.tar.bz2
gentoo-784a011fa869add170e5998d8053e2161da48699.zip
sys-auth/pam_keystore: remove last rited package
Gentoo-bug: 586172
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/pam_keystore/Manifest1
-rw-r--r--sys-auth/pam_keystore/metadata.xml8
-rw-r--r--sys-auth/pam_keystore/pam_keystore-0.1.3.ebuild32
3 files changed, 0 insertions, 41 deletions
diff --git a/sys-auth/pam_keystore/Manifest b/sys-auth/pam_keystore/Manifest
deleted file mode 100644
index b3aa40bf97a5..000000000000
--- a/sys-auth/pam_keystore/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pam_keystore-0.1.3.tar.bz2 5894 SHA256 edc8bafd89cc8e5a18b23ce521beaba250fcfd4a53d8c2bdab4d17b77058f493 SHA512 5336bccab706921b13146592d634489bd6d6b7f0fdc17fa3f2dccb163d886792bc873aa09009c65bd15b44e9f7dd8a7ee0d67480da80d7b3f73400bf33834444 WHIRLPOOL e18ca67d782f67a9592392729ab896e0a015a42140e026dcba7f42df01043a92fa39ad7670c88d60627227b9f3ba68e5049401b13b2afa82c8acd4a066bcb222
diff --git a/sys-auth/pam_keystore/metadata.xml b/sys-auth/pam_keystore/metadata.xml
deleted file mode 100644
index e9ec3bb7c5aa..000000000000
--- a/sys-auth/pam_keystore/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>pam-bugs@gentoo.org</email>
- <name>Pluggable Authentication Method maintenance</name>
-</maintainer>
-</pkgmetadata>
diff --git a/sys-auth/pam_keystore/pam_keystore-0.1.3.ebuild b/sys-auth/pam_keystore/pam_keystore-0.1.3.ebuild
deleted file mode 100644
index f64c830a4551..000000000000
--- a/sys-auth/pam_keystore/pam_keystore-0.1.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit pam toolchain-funcs
-
-DESCRIPTION="Keeps a login and the password the user in the kernel"
-HOMEPAGE="http://www.calculate-linux.org/main/en/pam_keystore"
-SRC_URI="ftp://ftp.calculate.ru/pub/calculate/${PN}/${P}.tar.bz2"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="virtual/pam
- >=sys-apps/keyutils-1.1"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- LD_D="$(tc-getCC) -shared ${LDFLAGS}" \
- CFLAGS="-fPIC ${CFLAGS}" \
- SHARE= \
- || die "make failed"
-}
-
-src_install() {
- dopammod pam_keystore.so || die
- newdoc README README.ru || die
-}