diff options
Diffstat (limited to 'sys-apps/mawk/mawk-1.3.4_p20171017.ebuild')
-rw-r--r-- | sys-apps/mawk/mawk-1.3.4_p20171017.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/sys-apps/mawk/mawk-1.3.4_p20171017.ebuild b/sys-apps/mawk/mawk-1.3.4_p20171017.ebuild deleted file mode 100644 index d90cc49f5a39..000000000000 --- a/sys-apps/mawk/mawk-1.3.4_p20171017.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -MY_P=${P/_p/-} -DESCRIPTION="an (often faster than gawk) awk-interpreter" -HOMEPAGE="https://invisible-island.net/mawk/mawk.html" -SRC_URI="ftp://ftp.invisible-island.net/mawk/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" - -RDEPEND="app-eselect/eselect-awk" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${MY_P} - -DOCS=( ACKNOWLEDGMENT CHANGES README ) - -src_prepare() { - default - tc-export BUILD_CC -} - -src_install() { - default - - exeinto /usr/share/doc/${PF}/examples - doexe examples/* - docompress -x /usr/share/doc/${PF}/examples -} - -pkg_postinst() { - eselect awk update ifunset -} - -pkg_postrm() { - eselect awk update ifunset -} |