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 F2EE3138239 for ; Sat, 1 Dec 2018 12:59:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 118D0E093B; Sat, 1 Dec 2018 12:59:36 +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 E63E2E093B for ; Sat, 1 Dec 2018 12:59:35 +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 E05CE335C36 for ; Sat, 1 Dec 2018 12:59:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60059A8 for ; Sat, 1 Dec 2018 12:59:33 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1543669100.7695cbde81566111b346524cf2e9cf2456e0b026.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pam/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/pam/pam-0.ebuild X-VCS-Directories: virtual/pam/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 7695cbde81566111b346524cf2e9cf2456e0b026 X-VCS-Branch: master Date: Sat, 1 Dec 2018 12:59:33 +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: 47de291b-6f8c-4ee4-92ee-df001597760a X-Archives-Hash: e33d0cc4e382a2ca45b410c00ec0467f commit: 7695cbde81566111b346524cf2e9cf2456e0b026 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Dec 1 12:58:20 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Dec 1 12:58:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7695cbde virtual/pam: Drop old Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 virtual/pam/pam-0.ebuild | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/virtual/pam/pam-0.ebuild b/virtual/pam/pam-0.ebuild deleted file mode 100644 index cc333af3c99..00000000000 --- a/virtual/pam/pam-0.ebuild +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Virtual for PAM (Pluggable Authentication Modules)" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" - -RDEPEND="|| ( >=sys-libs/pam-0.78 - sys-auth/openpam )"