Gentoo Archives: gentoo-commits

From: Christoph Junghans <junghans@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/awk/
Date: Mon, 23 Dec 2019 22:42:51
Message-Id: 1577140943.21260f998f3dcb336030308ec8d7237f0f8cce60.junghans@gentoo
1 commit: 21260f998f3dcb336030308ec8d7237f0f8cce60
2 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 23 22:41:52 2019 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 23 22:42:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21260f99
7
8 virtual/awk: rm v0 as old gawk is gone
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Christoph Junghans <junghans <AT> gentoo.org>
12
13 virtual/awk/awk-0.ebuild | 16 ----------------
14 1 file changed, 16 deletions(-)
15
16 diff --git a/virtual/awk/awk-0.ebuild b/virtual/awk/awk-0.ebuild
17 deleted file mode 100644
18 index 408e646fd0e..00000000000
19 --- a/virtual/awk/awk-0.ebuild
20 +++ /dev/null
21 @@ -1,16 +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 awk implementation"
28 -SLOT="0"
29 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
30 -
31 -RDEPEND="
32 - || (
33 - sys-apps/gawk
34 - sys-apps/mawk
35 - sys-apps/nawk
36 - sys-apps/busybox
37 - )"