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 F3074158094 for ; Sun, 10 Jul 2022 07:45:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07C3CE0AED; Sun, 10 Jul 2022 07:45:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 CF58AE0AED for ; Sun, 10 Jul 2022 07:45:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E7C8D340D50 for ; Sun, 10 Jul 2022 07:45:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FE6052C for ; Sun, 10 Jul 2022 07:45:52 +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: <1657438989.5173639f323a441702542a1e4bd8d3a966e8d97d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/push/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/push/Manifest app-shells/push/push-2.0-r1.ebuild X-VCS-Directories: app-shells/push/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5173639f323a441702542a1e4bd8d3a966e8d97d X-VCS-Branch: master Date: Sun, 10 Jul 2022 07:45:52 +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: b43a0b5a-4361-4003-8d24-613efcb5dcae X-Archives-Hash: 370cc11279e9fb6cf9686d4b464685c8 commit: 5173639f323a441702542a1e4bd8d3a966e8d97d Author: Sam James gentoo org> AuthorDate: Sun Jul 10 07:43:09 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 10 07:43:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5173639f app-shells/push: drop 2.0-r1 Signed-off-by: Sam James gentoo.org> app-shells/push/Manifest | 1 - app-shells/push/push-2.0-r1.ebuild | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/app-shells/push/Manifest b/app-shells/push/Manifest index 4e5dec63d5e9..9de267a53982 100644 --- a/app-shells/push/Manifest +++ b/app-shells/push/Manifest @@ -1,2 +1 @@ -DIST push-2.0.tar.gz 2211 BLAKE2B 5875962c3aaa2e3eec2dcd3b70a0b5325684dffaf0b01b8f336db835bcfc4b24fc5d28817eb9032d8a10c5759089e2bbf42fba058403ebf420a77bb7d2754c95 SHA512 03c40bd8b3b09473952ecf13edd622533616de47638741214b40856b33993f9310d62be34fac6f68b950f58167c3111082554961a800a43a3ecf8a7d138ffdff DIST push-3.4.tar.gz 2839 BLAKE2B cc7dcdb0208b1eb9d36963acbbc1e0c852c4164d5ba2a35bd52848338bab7f66073c9c780c82e28b3f1bdd55d81f26f5281694ba76214fd7631f946e0fdc199c SHA512 aa118f42210b40d790c0b274045ff45c2067cf894731228f5065eb44a723fd813549204797c365329f409e36f564ec22f6d956341b1f2b62964b918e76991344 diff --git a/app-shells/push/push-2.0-r1.ebuild b/app-shells/push/push-2.0-r1.ebuild deleted file mode 100644 index 0b0c030545bc..000000000000 --- a/app-shells/push/push-2.0-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A POSIX shell function to treat a variable like an array, quoting args" -HOMEPAGE="https://github.com/vaeth/push/" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" -IUSE="" - -src_install() { - insinto /usr/share/${PN} - doins bin/push.sh - dodoc README -}