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 358EB138335 for ; Mon, 24 Jun 2019 10:30:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AAFEE0883; Mon, 24 Jun 2019 10:30:23 +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 2FC31E0883 for ; Mon, 24 Jun 2019 10:30:23 +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 3FFF73468D6 for ; Mon, 24 Jun 2019 10:30:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B50B7625 for ; Mon, 24 Jun 2019 10:30:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1561372172.a8d342f6b7484c4787cdbc120f29e277b1c3d54f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/ftpbase/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/ftpbase/ftpbase-0.01-r3.ebuild X-VCS-Directories: net-ftp/ftpbase/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a8d342f6b7484c4787cdbc120f29e277b1c3d54f X-VCS-Branch: master Date: Mon, 24 Jun 2019 10:30:07 +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: 2a6750af-0f0e-4a39-b8ce-a329b020330d X-Archives-Hash: 6035aac66e62258daf52b931c5bca1cd commit: a8d342f6b7484c4787cdbc120f29e277b1c3d54f Author: Michał Górny gentoo org> AuthorDate: Thu May 30 12:12:07 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jun 24 10:29:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d342f6 net-ftp/ftpbase: Utilize {group,user}/ftp Signed-off-by: Michał Górny gentoo.org> net-ftp/ftpbase/ftpbase-0.01-r3.ebuild | 39 ++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild b/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild new file mode 100644 index 00000000000..c333840faa1 --- /dev/null +++ b/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils pam user + +DESCRIPTION="FTP layout package" +HOMEPAGE="https://www.gentoo.org/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="pam" + +DEPEND="pam? ( virtual/pam ) + !