summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@gentoo.org>2019-12-23 15:41:52 -0700
committerChristoph Junghans <junghans@gentoo.org>2019-12-23 15:42:23 -0700
commit21260f998f3dcb336030308ec8d7237f0f8cce60 (patch)
tree4ba9f23ad6df2b962acf573665fbdeb48d2ee1d4 /virtual
parentsys-devel/autogen: drop old (diff)
downloadgentoo-21260f998f3dcb336030308ec8d7237f0f8cce60.tar.gz
gentoo-21260f998f3dcb336030308ec8d7237f0f8cce60.tar.bz2
gentoo-21260f998f3dcb336030308ec8d7237f0f8cce60.zip
virtual/awk: rm v0 as old gawk is gone
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Christoph Junghans <junghans@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r--virtual/awk/awk-0.ebuild16
1 files changed, 0 insertions, 16 deletions
diff --git a/virtual/awk/awk-0.ebuild b/virtual/awk/awk-0.ebuild
deleted file mode 100644
index 408e646fd0e7..000000000000
--- a/virtual/awk/awk-0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Virtual for awk implementation"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
-
-RDEPEND="
- || (
- sys-apps/gawk
- sys-apps/mawk
- sys-apps/nawk
- sys-apps/busybox
- )"