From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1464927-garchives=archives.gentoo.org@lists.gentoo.org> 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 12C12158020 for <garchives@archives.gentoo.org>; Wed, 7 Dec 2022 17:48:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40158E07A5; Wed, 7 Dec 2022 17:48:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 2669BE07D0 for <gentoo-commits@lists.gentoo.org>; Wed, 7 Dec 2022 17:48:40 +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 348E234147B for <gentoo-commits@lists.gentoo.org>; Wed, 7 Dec 2022 17:48:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD582777 for <gentoo-commits@lists.gentoo.org>; Wed, 7 Dec 2022 17:48:37 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1670435300.2f95e6cbb4f563bb3670de4d65f9e6aea00d670d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/mr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/mr/mr-1.99999999.ebuild X-VCS-Directories: dev-vcs/mr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2f95e6cbb4f563bb3670de4d65f9e6aea00d670d X-VCS-Branch: master Date: Wed, 7 Dec 2022 17:48:37 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c16973b9-e7d6-43ad-902f-1ed40f5ec5cf X-Archives-Hash: 2cfb8c2484e459c37404a04cd6194053 commit: 2f95e6cbb4f563bb3670de4d65f9e6aea00d670d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Dec 7 17:30:23 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Dec 7 17:48:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f95e6cb dev-vcs/mr: drop out-of-sync EAPI 6 live ebuild Closes: https://bugs.gentoo.org/830868 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-vcs/mr/mr-1.99999999.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/dev-vcs/mr/mr-1.99999999.ebuild b/dev-vcs/mr/mr-1.99999999.ebuild deleted file mode 100644 index b366a34e942e..000000000000 --- a/dev-vcs/mr/mr-1.99999999.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit git-r3 - -DESCRIPTION="Multiple Repository management tool" -HOMEPAGE="https://myrepos.branchable.com/" -SRC_URI="" -EGIT_REPO_URI="git://myrepos.branchable.com/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="dev-lang/perl" -RDEPEND="${DEPEND} - dev-perl/libwww-perl - dev-perl/HTML-Parser" - -src_install() { - dobin mr webcheckout - doman mr.1 webcheckout.1 - dodoc README debian/changelog \ - mrconfig mrconfig.complex - insinto /usr/share/${PN} - doins lib/* -}