From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A9F513835A for ; Mon, 14 Jun 2021 09:20:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7563AE0EFC; Mon, 14 Jun 2021 09:20:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37313E0EFC for ; Mon, 14 Jun 2021 09:20:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 453B4340D8E for ; Mon, 14 Jun 2021 09:20:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 574847B0 for ; Mon, 14 Jun 2021 09:19:59 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1623662355.6b8d9fbe3d8e22cf1890519a8d4dd11430a0ead6.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/mawk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/mawk/Manifest sys-apps/mawk/mawk-1.3.4_p20200106-r1.ebuild X-VCS-Directories: sys-apps/mawk/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6b8d9fbe3d8e22cf1890519a8d4dd11430a0ead6 X-VCS-Branch: master Date: Mon, 14 Jun 2021 09:19:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4381bc2c-7320-4bda-9099-107d35b480a2 X-Archives-Hash: eafd3f404073d54ec2a3cbf9db70326f commit: 6b8d9fbe3d8e22cf1890519a8d4dd11430a0ead6 Author: David Seifert gentoo org> AuthorDate: Mon Jun 14 09:19:15 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Jun 14 09:19:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b8d9fbe sys-apps/mawk: drop 1.3.4_p20200106-r1 Signed-off-by: David Seifert gentoo.org> sys-apps/mawk/Manifest | 1 - sys-apps/mawk/mawk-1.3.4_p20200106-r1.ebuild | 43 ---------------------------- 2 files changed, 44 deletions(-) diff --git a/sys-apps/mawk/Manifest b/sys-apps/mawk/Manifest index 8a815f84bcc..b37c009b274 100644 --- a/sys-apps/mawk/Manifest +++ b/sys-apps/mawk/Manifest @@ -1,2 +1 @@ -DIST mawk-1.3.4-20200106.tgz 468031 BLAKE2B b125eecf780f0658d3a1c06875fdac221ffe5999e38646d71b15159c50271a7bbfb594fb6347442239c3eab6703f9c782739bd2a5a055e1ff8cd44a0e8a6545d SHA512 f6f65f3b73965f520a6f9bb7e2b6ad2a3c532c0768461744e6cfb2e72e2c718dacd1c5eea995dfa267facfc4e0ee71d337809cd45d5c75cfbc65294b45280ff9 DIST mawk-1.3.4-20200120.tgz 468855 BLAKE2B dd8bb8f66cb8bd67d8415ee25ce928113cf3f33f8135bc432a16f30b83df861cd2e29da9e0fac1dfb1a6796239d0c838ed72cf51467f8ed79b96068e3e1f1e93 SHA512 14d9a6642ce931bf6457d248fc2d6da4f0ea7541976ca282ea708b26df048f86fdf92c27f72d497501ccd43a244d1d1a606f1a2f266a7558306fea35dcc3041b diff --git a/sys-apps/mawk/mawk-1.3.4_p20200106-r1.ebuild b/sys-apps/mawk/mawk-1.3.4_p20200106-r1.ebuild deleted file mode 100644 index e069f55819d..00000000000 --- a/sys-apps/mawk/mawk-1.3.4_p20200106-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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="https://invisible-mirror.net/archives/${PN}/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" - -RDEPEND="app-eselect/eselect-awk" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${MY_P}" - -DOCS=( ACKNOWLEDGMENT CHANGES README ) - -src_configure() { - tc-export BUILD_CC - econf -} - -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 -}