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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6483A158042 for ; Mon, 28 Oct 2024 19:48:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0905E08AB; Mon, 28 Oct 2024 19:48:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7EEFE08AB for ; Mon, 28 Oct 2024 19:48:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5D263430C7 for ; Mon, 28 Oct 2024 19:48:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77F46AE7 for ; Mon, 28 Oct 2024 19:48:46 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1730144907.66113ab3d904ca61e1c38881bbb2ac28e0188703.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/rman/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/rman/rman-3.2-r1.ebuild X-VCS-Directories: app-text/rman/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 66113ab3d904ca61e1c38881bbb2ac28e0188703 X-VCS-Branch: master Date: Mon, 28 Oct 2024 19:48:46 +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: 9a4f6d7e-1c51-498a-af62-793176e639b3 X-Archives-Hash: 7339a318ef88fe6ca3d697d625cd17b7 commit: 66113ab3d904ca61e1c38881bbb2ac28e0188703 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Oct 28 19:48:27 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Oct 28 19:48:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66113ab3 app-text/rman: drop 3.2-r1 Bug: https://bugs.gentoo.org/880523 Signed-off-by: Andreas K. Hüttel gentoo.org> app-text/rman/rman-3.2-r1.ebuild | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/app-text/rman/rman-3.2-r1.ebuild b/app-text/rman/rman-3.2-r1.ebuild deleted file mode 100644 index a31016c3e4cf..000000000000 --- a/app-text/rman/rman-3.2-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="PolyGlotMan man page translator AKA RosettaMan" -HOMEPAGE="https://sourceforge.net/projects/polyglotman/" -SRC_URI="https://downloads.sourceforge.net/polyglotman/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -RESTRICT="test" - -PATCHES=( - "${FILESDIR}"/${P}-gentoo.patch - "${FILESDIR}"/${P}-ldflags.patch - "${FILESDIR}"/${P}-format-security.patch -) - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" -} - -src_install() { - dobin ${PN} - doman ${PN}.1 -}