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 4A55413835A for ; Sun, 16 May 2021 15:28:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C4CCE0863; Sun, 16 May 2021 15:28:19 +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 34A04E084A for ; Sun, 16 May 2021 15:28:19 +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 20661340F4F for ; Sun, 16 May 2021 15:28:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2BCA737 for ; Sun, 16 May 2021 15:28:16 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1621178557.d13e1dcfea587596e4ebd113309762e4674760ae.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/vrms-gentoo/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/vrms-gentoo/Manifest app-misc/vrms-gentoo/vrms-gentoo-0_pre20181120.ebuild X-VCS-Directories: app-misc/vrms-gentoo/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: d13e1dcfea587596e4ebd113309762e4674760ae X-VCS-Branch: dev Date: Sun, 16 May 2021 15:28:16 +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: a2d34ba8-d2eb-4672-8c3e-19345f25b218 X-Archives-Hash: 44194250b0ce34b4fb84a01aaa201454 commit: d13e1dcfea587596e4ebd113309762e4674760ae Author: Alessandro Barbieri gmail com> AuthorDate: Sun May 16 15:22:37 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun May 16 15:22:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d13e1dcf app-misc/vrms-gentoo: drop 0_pre20181120 Signed-off-by: Alessandro Barbieri gmail.com> app-misc/vrms-gentoo/Manifest | 1 - .../vrms-gentoo/vrms-gentoo-0_pre20181120.ebuild | 27 ---------------------- 2 files changed, 28 deletions(-) diff --git a/app-misc/vrms-gentoo/Manifest b/app-misc/vrms-gentoo/Manifest index 57278a32a..bc0f120af 100644 --- a/app-misc/vrms-gentoo/Manifest +++ b/app-misc/vrms-gentoo/Manifest @@ -1,2 +1 @@ -DIST vrms-gentoo-0_pre20181120.tar.gz 9340 BLAKE2B 751df8ffbc0842ab535620aa706665827c780f03aac9a89729776c6f375889bd25dff9426a2875a58b8e02a61f380c4bfc82746eec0a0631cec92479aca97c21 SHA512 a3f9c48d83649f205290622a52455363e2bda58d431261dae648568b81b4b62baaa9de3363d569402ced7d1089e8e2fcff26d37942d0b71394226a32f02c8dd8 DIST vrms-gentoo-0_pre20201102.tar.gz 9458 BLAKE2B a49342e5ef3afb0326c57b8c222b2874cc5f81a62da20edd68e23ea52c50cb2bdf0ef75f5c4779457a4c6ebdcbb0d5334b46cdff94ac6d50884037db13601043 SHA512 9c24eea49d5cc5e4afdfc4ea5467f4c89777499b6187e3b5495de90a87f88b78edf13c605edb98792b42cc36b7b5ba751dfb6ae3e62d92b48d9505de9af07246 diff --git a/app-misc/vrms-gentoo/vrms-gentoo-0_pre20181120.ebuild b/app-misc/vrms-gentoo/vrms-gentoo-0_pre20181120.ebuild deleted file mode 100644 index f00ac0b69..000000000 --- a/app-misc/vrms-gentoo/vrms-gentoo-0_pre20181120.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -COMMIT="1d45e07cfa7ceed69fb7302cfd0f3e2d2453e115" - -SRC_URI="https://github.com/z411/vrms-gentoo/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -DESCRIPTION="vrms clone for Gentoo Linux" -HOMEPAGE="https://github.com/z411/vrms-gentoo" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND="" -RDEPEND=" - dev-lang/perl -" - -S="${WORKDIR}/${PN}-${COMMIT}" - -src_install() { - default - - dobin "${PN}" -}