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 E6935138334 for ; Wed, 23 Oct 2019 05:11:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89A43E09AB; Wed, 23 Oct 2019 05:11:03 +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 1D0D8E098A for ; Wed, 23 Oct 2019 05:11:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 567C734C235 for ; Wed, 23 Oct 2019 05:11:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E928A893 for ; Wed, 23 Oct 2019 05:10:57 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1571805715.066fcd7e63f13338c1518cee0d0a6ca16e6f8358.juippis@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-r1.ebuild X-VCS-Directories: net-mail/checkpassword-pam/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 066fcd7e63f13338c1518cee0d0a6ca16e6f8358 X-VCS-Branch: master Date: Wed, 23 Oct 2019 05:10:57 +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: 5f2d9cec-7dba-45d5-83fe-394ce2290e95 X-Archives-Hash: 542894deac250b4f2b248f36f552345b commit: 066fcd7e63f13338c1518cee0d0a6ca16e6f8358 Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Oct 19 08:55:16 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Oct 23 04:41:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=066fcd7e net-mail/checkpassword-pam: bump to EAPI7 Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Joonas Niilola gentoo.org> .../checkpassword-pam-0.99-r1.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild b/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild new file mode 100644 index 00000000000..51d3dd5ee40 --- /dev/null +++ b/net-mail/checkpassword-pam/checkpassword-pam-0.99-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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" + +DOCS=( + AUTHORS + NEWS + README +)