summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'virtual/awk/awk-0.ebuild')
-rw-r--r--virtual/awk/awk-0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/virtual/awk/awk-0.ebuild b/virtual/awk/awk-0.ebuild
new file mode 100644
index 000000000000..136ccc780802
--- /dev/null
+++ b/virtual/awk/awk-0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/awk/awk-0.ebuild,v 1.1 2012/06/04 02:52:17 ottxor Exp $
+
+DESCRIPTION="Virtual for awk implementation"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ || (
+ sys-apps/gawk
+ sys-apps/mawk
+ sys-apps/nawk
+ sys-apps/busybox
+ )"