Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/man/
Date: Sat, 07 Mar 2020 21:59:39
Message-Id: 1583618347.740db1143c7d5c90467f099c5d4618c772e24b45.floppym@gentoo
1 commit: 740db1143c7d5c90467f099c5d4618c772e24b45
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 7 21:58:25 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 7 21:59:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=740db114
7
8 virtual/man: remove providers that no longer exist
9
10 Closes: https://bugs.gentoo.org/711768
11 Package-Manager: Portage-2.3.92_p3, Repoman-2.3.20_p118
12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
13
14 virtual/man/{man-0-r2.ebuild => man-0-r3.ebuild} | 9 ++-------
15 1 file changed, 2 insertions(+), 7 deletions(-)
16
17 diff --git a/virtual/man/man-0-r2.ebuild b/virtual/man/man-0-r3.ebuild
18 similarity index 79%
19 rename from virtual/man/man-0-r2.ebuild
20 rename to virtual/man/man-0-r3.ebuild
21 index 115fe1ef67b..2cf600243bd 100644
22 --- a/virtual/man/man-0-r2.ebuild
23 +++ b/virtual/man/man-0-r3.ebuild
24 @@ -1,15 +1,10 @@
25 # Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=7
30
31 DESCRIPTION="Virtual for man"
32 SLOT="0"
33 KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
34
35 -RDEPEND="
36 - || (
37 - sys-apps/man-db
38 - sys-apps/man
39 - >=sys-freebsd/freebsd-ubin-11.1-r1
40 - )"
41 +RDEPEND="sys-apps/man-db"