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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BEF2615864F for ; Fri, 24 Mar 2023 07:16:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEC46E08F2; Fri, 24 Mar 2023 07:16:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA3EAE08F2 for ; Fri, 24 Mar 2023 07:16:58 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2095340CC9 for ; Fri, 24 Mar 2023 07:16:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DFCD922 for ; Fri, 24 Mar 2023 07:16:56 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <1679642210.8e84f7093d95b7ac7b0b6db99cda576bdd1717ff.bircoph@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/unrpa/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/unrpa/unrpa-2.3.0.ebuild X-VCS-Directories: app-arch/unrpa/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: 8e84f7093d95b7ac7b0b6db99cda576bdd1717ff X-VCS-Branch: master Date: Fri, 24 Mar 2023 07:16:56 +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: 397556d8-2167-4510-b45c-9e861d7aeeb5 X-Archives-Hash: 0100a8614704886d5d54562898ec6510 commit: 8e84f7093d95b7ac7b0b6db99cda576bdd1717ff Author: Andrew Savchenko gentoo org> AuthorDate: Fri Mar 24 07:15:28 2023 +0000 Commit: Andrew Savchenko gentoo org> CommitDate: Fri Mar 24 07:16:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e84f709 app-arch/unrpa: drop 2.3.0 Signed-off-by: Andrew Savchenko gentoo.org> app-arch/unrpa/unrpa-2.3.0.ebuild | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/app-arch/unrpa/unrpa-2.3.0.ebuild b/app-arch/unrpa/unrpa-2.3.0.ebuild deleted file mode 100644 index 9310e3e2a7f9..000000000000 --- a/app-arch/unrpa/unrpa-2.3.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) -inherit distutils-r1 - -DESCRIPTION="Ren'Py's RPA data file extractor" -HOMEPAGE="https://github.com/Lattyware/unrpa" -SRC_URI="https://github.com/Lattyware/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86"