commit: 784a011fa869add170e5998d8053e2161da48699 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Wed Jul 20 16:48:58 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Wed Jul 20 16:49:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=784a011f
sys-auth/pam_keystore: remove last rited package Gentoo-bug: 586172 sys-auth/pam_keystore/Manifest | 1 - sys-auth/pam_keystore/metadata.xml | 8 ------- sys-auth/pam_keystore/pam_keystore-0.1.3.ebuild | 32 ------------------------- 3 files changed, 41 deletions(-) diff --git a/sys-auth/pam_keystore/Manifest b/sys-auth/pam_keystore/Manifest deleted file mode 100644 index b3aa40b..0000000 --- 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 e9ec3bb..0000000 --- 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>[email protected]</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 f64c830..0000000 --- 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 -}
