Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pam/
Date: Sat, 01 Dec 2018 12:59:36
Message-Id: 1543669100.7695cbde81566111b346524cf2e9cf2456e0b026.zlogene@gentoo
1 commit: 7695cbde81566111b346524cf2e9cf2456e0b026
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 1 12:58:20 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 1 12:58:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7695cbde
7
8 virtual/pam: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 virtual/pam/pam-0.ebuild | 11 -----------
14 1 file changed, 11 deletions(-)
15
16 diff --git a/virtual/pam/pam-0.ebuild b/virtual/pam/pam-0.ebuild
17 deleted file mode 100644
18 index cc333af3c99..00000000000
19 --- a/virtual/pam/pam-0.ebuild
20 +++ /dev/null
21 @@ -1,11 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -DESCRIPTION="Virtual for PAM (Pluggable Authentication Modules)"
28 -SLOT="0"
29 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
30 -
31 -RDEPEND="|| ( >=sys-libs/pam-0.78
32 - sys-auth/openpam )"