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 1A2881382C5 for ; Tue, 16 Mar 2021 19:23:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46C84E0841; Tue, 16 Mar 2021 19:23:14 +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 28416E0841 for ; Tue, 16 Mar 2021 19:23:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BBD5B340E6A for ; Tue, 16 Mar 2021 19:23:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41B4B5AE for ; Tue, 16 Mar 2021 19:23:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1615922543.179c4802894b9afc63b388df1ffec11c3a6f850f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/par/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/par/Manifest app-text/par/par-1.52-r1.ebuild X-VCS-Directories: app-text/par/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 179c4802894b9afc63b388df1ffec11c3a6f850f X-VCS-Branch: master Date: Tue, 16 Mar 2021 19:23:11 +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: 6c05fe58-10c7-4053-a94a-e5a1a09e7b2a X-Archives-Hash: 94d952e89f3be0d35975af66563c2c56 commit: 179c4802894b9afc63b388df1ffec11c3a6f850f Author: Sam James gentoo org> AuthorDate: Tue Mar 16 18:34:21 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 16 19:22:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=179c4802 app-text/par: drop 1.52-r1 Signed-off-by: Sam James gentoo.org> app-text/par/Manifest | 1 - app-text/par/par-1.52-r1.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/app-text/par/Manifest b/app-text/par/Manifest index 803190f4608..1e4ad4bb666 100644 --- a/app-text/par/Manifest +++ b/app-text/par/Manifest @@ -1,2 +1 @@ DIST Par-1.53.0.tar.gz 52209 BLAKE2B 4069f75e1d0ff397938941ab58020c41cb1b896ab91b370c4f9c9a4d4eea1fe695cc0c27b0129780d40b7274e355ac1f41a933d051bffebc938c284e71971fe6 SHA512 3f8ac57fe19ebcf427b11f4d79f2c5cc9286c1439c38a53d45bd29b9219369db2798efbd0e203ac359d59ebbdd3ead1c50ae75352a1ffc568d4d3b9ad50642b1 -DIST Par152.tar.gz 47999 BLAKE2B 0f76abde64d00d0511d9b0b0ce2a97b13917e08fe3bd1c69fa98ca19dff75a2b55a21f5eaa8bfd0660b6523336de6c29b2a58647196ff6af8c24ec156a426bb0 SHA512 f5a46da4b693e6a3d15ccd57e24ee9b0332ebfbcfc88da9ef0731e18932ba6f0adde7691a233264d6361e8903ff7e2263f71885a415c896dc4c45a0d05b1978e diff --git a/app-text/par/par-1.52-r1.ebuild b/app-text/par/par-1.52-r1.ebuild deleted file mode 100644 index 8bb95b8b42e..00000000000 --- a/app-text/par/par-1.52-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -MY_P="Par${PV/./}" -DESCRIPTION="a paragraph reformatter, vaguely similar to fmt, but better" -HOMEPAGE="http://www.nicemice.net/par/" -SRC_URI="http://www.nicemice.net/par/${MY_P/./}.tar.gz" - -LICENSE="par" -SLOT="0" -KEYWORDS="~amd64 ~mips ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" -IUSE="" - -DEPEND="!dev-util/par - !app-arch/par" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - make -f protoMakefile CC="$(tc-getCC) -c $CFLAGS" \ - LINK1="$(tc-getCC) $LDFLAGS" || die 'make failed' -} - -src_install() { - newbin par par-format - doman par.1 - dodoc releasenotes par.doc -}