sys-auth/pam_chroot: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Tue, 5 Nov 2019 22:18:47 +0000 (23:18 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 5 Nov 2019 22:18:47 +0000 (23:18 +0100)
Bug: https://bugs.gentoo.org/696252
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
sys-auth/pam_chroot/Manifest [deleted file]
sys-auth/pam_chroot/metadata.xml [deleted file]
sys-auth/pam_chroot/pam_chroot-0.9.2.ebuild [deleted file]

index c06b69dd237b2bf6382cf0a9deb64a18b443ec40..b57d8acec6a2a624136c12162667c3ed29259d7a 100644 (file)
@@ -424,7 +424,6 @@ net-proxy/ratproxy
 net-wireless/airsnort
 sys-apps/hwdata-redhat
 sys-auth/pam-afs-session
-sys-auth/pam_chroot
 sys-auth/pam_require
 
 # Michał Górny <mgorny@gentoo.org> (2019-10-04)
diff --git a/sys-auth/pam_chroot/Manifest b/sys-auth/pam_chroot/Manifest
deleted file mode 100644 (file)
index fd77f03..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST pam_chroot-0.9.2.tar.bz2 15657 BLAKE2B 50c8ea57f4f634cb387411ef9233b0b3912f292896f3fe7d2df5b5d5e18aeabef228bc1c26312832d5f95de6d2c037075c7ef327c93da6c0b71378bb9974239d SHA512 5aaabb7ed64944885bb2fd3b8a5f641b1ae3c4fbd0e1e5f130abf298f4089b780a53caf60af86e1082a00fb53ff6f9cae5d2838a740919f65152201bae2bee55
diff --git a/sys-auth/pam_chroot/metadata.xml b/sys-auth/pam_chroot/metadata.xml
deleted file mode 100644 (file)
index 6e42310..0000000
+++ /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-needed -->
-  <upstream>
-    <remote-id type="sourceforge">pam-chroot</remote-id>
-  </upstream>
-</pkgmetadata>
diff --git a/sys-auth/pam_chroot/pam_chroot-0.9.2.ebuild b/sys-auth/pam_chroot/pam_chroot-0.9.2.ebuild
deleted file mode 100644 (file)
index 9881862..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit toolchain-funcs pam flag-o-matic eutils
-
-DESCRIPTION="Linux-PAM module that allows a user to be chrooted in auth, account, or session"
-HOMEPAGE="https://sourceforge.net/projects/pam-chroot/"
-SRC_URI="mirror://sourceforge/pam-chroot/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-DEPEND="sys-libs/pam"
-RDEPEND="${DEPEND}"
-
-doecho() {
-       echo "$@"
-       "$@" || die
-}
-
-src_compile() {
-       # using the Makefile would require patching it to work properly, so
-       # rather simply re-create it here.
-       doecho $(tc-getCC) ${LDFLAGS} -shared -fPIC ${CFLAGS} ${PN}.c -o ${PN}.so -lpam
-}
-
-src_install() {
-       dopammod pam_chroot.so
-       dopamsecurity  . chroot.conf
-
-       dodoc CREDITS README.history TROUBLESHOOTING options || die "dodoc failed"
-}