commit:     4749e097e70613b7e294054cb63a333eb652c60c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  6 22:20:01 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct  6 22:20:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4749e097

sys-auth/pam_smb: Drop old (EAPI=0)

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-auth/pam_smb/pam_smb-2.0.0_rc6-r1.ebuild | 53 ----------------------------
 1 file changed, 53 deletions(-)

diff --git a/sys-auth/pam_smb/pam_smb-2.0.0_rc6-r1.ebuild 
b/sys-auth/pam_smb/pam_smb-2.0.0_rc6-r1.ebuild
deleted file mode 100644
index bb9d2a3d3a9..00000000000
--- a/sys-auth/pam_smb/pam_smb-2.0.0_rc6-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils pam
-
-MY_P=${P/_rc/-rc}
-
-DESCRIPTION="PAM module for authenticating against an SMB (such as the Win_x 
families) server"
-HOMEPAGE="http://www.csn.ul.ie/~airlied/pam_smb/";
-SRC_URI="
-       mirror://samba/pam_smb/v2/${MY_P}.tar.gz
-       http://www.csn.ul.ie/~airlied/pam_smb/v2/${MY_P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc x86"
-IUSE=""
-
-DEPEND=">=sys-libs/pam-0.75"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}/10-pam_smb-bash-3.1.patch"
-}
-
-src_compile() {
-       econf --disable-root-only
-       emake || die "emake failed"
-}
-
-src_install() {
-       dopammod pamsmbm/pam_smb_auth.so
-       dosbin pamsmbd/pamsmbd
-
-       dodoc BUGS CHANGES README TODO faq/{pam_smb_faq.sgml,additions.txt}
-       docinto pam.d
-       dodoc pam_smb.conf*
-
-       newinitd "${FILESDIR}/pamsmbd-init" pamsmbd
-}
-
-pkg_postinst() {
-       echo
-       elog "You must create /etc/pam_smb.conf yourself, containing"
-       elog "your domainname, PDC and BDC.  See example files in docdir."
-       echo
-}

Reply via email to