From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 834C613997D for ; Sun, 10 Nov 2019 16:32:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9545E0A80; Sun, 10 Nov 2019 16:32:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B287FE0A80 for ; Sun, 10 Nov 2019 16:32:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E12934CB4B for ; Sun, 10 Nov 2019 16:32:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B94048A6 for ; Sun, 10 Nov 2019 16:32:13 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1573403512.f5d3959ee43d0fa1fda871fe120b5e94f02eeca0.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/checkpassword-pam/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/checkpassword-pam/checkpassword-pam-0.99.ebuild X-VCS-Directories: net-mail/checkpassword-pam/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: f5d3959ee43d0fa1fda871fe120b5e94f02eeca0 X-VCS-Branch: master Date: Sun, 10 Nov 2019 16:32:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f79e7955-104e-47d0-b4f7-c152432213a0 X-Archives-Hash: 2c1bd71809232e53af64b0e7ba91263b commit: f5d3959ee43d0fa1fda871fe120b5e94f02eeca0 Author: Aaron Bauman gentoo org> AuthorDate: Sun Nov 10 16:31:52 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Nov 10 16:31:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d3959e net-mail/checkpassword-pam: drop old EAPI Signed-off-by: Aaron Bauman gentoo.org> .../checkpassword-pam/checkpassword-pam-0.99.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/net-mail/checkpassword-pam/checkpassword-pam-0.99.ebuild b/net-mail/checkpassword-pam/checkpassword-pam-0.99.ebuild deleted file mode 100644 index 5caf98593e7..00000000000 --- a/net-mail/checkpassword-pam/checkpassword-pam-0.99.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -IUSE="" - -DESCRIPTION="checkpassword-compatible authentication program w/pam support" -HOMEPAGE="http://checkpasswd-pam.sourceforge.net/" -SRC_URI="mirror://sourceforge/checkpasswd-pam/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="alpha ~amd64 ~arm64 hppa ppc x86" - -DEPEND=">=sys-libs/pam-0.75" - -src_install() { - einstall || die - dodoc AUTHORS NEWS README -}