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 CA29D13835A for ; Fri, 9 Oct 2020 08:53:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E93AE0943; Fri, 9 Oct 2020 08:53:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 08470E093D for ; Fri, 9 Oct 2020 08:53:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2C34D340F14 for ; Fri, 9 Oct 2020 08:53:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BDB23A2 for ; Fri, 9 Oct 2020 08:53:19 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1602233166.09f8c390913b71177b7cf55f58b594daa1610972.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/quoter/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/quoter/Manifest app-shells/quoter/quoter-3.0_p2-r1.ebuild X-VCS-Directories: app-shells/quoter/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 09f8c390913b71177b7cf55f58b594daa1610972 X-VCS-Branch: master Date: Fri, 9 Oct 2020 08:53:19 +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: f2a71d6d-8342-4eb4-b47b-1c92eca6586e X-Archives-Hash: a0ac4521554a046431ab62e76d2c7e77 commit: 09f8c390913b71177b7cf55f58b594daa1610972 Author: Michał Górny gentoo org> AuthorDate: Fri Oct 9 08:42:11 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 9 08:46:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f8c390 app-shells/quoter: Remove old Signed-off-by: Michał Górny gentoo.org> app-shells/quoter/Manifest | 1 - app-shells/quoter/quoter-3.0_p2-r1.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/app-shells/quoter/Manifest b/app-shells/quoter/Manifest index 7d1b16b3e80..edf2d26181b 100644 --- a/app-shells/quoter/Manifest +++ b/app-shells/quoter/Manifest @@ -1,2 +1 @@ -DIST quoter-3.0_p2.tar.gz 10691 BLAKE2B 2fb196977c5c16654813e6077c148577e4629da25fb1aaf2131c19e33fbfbc670ad4d9af87611405f0b45a1365bc7b4b3f1b8cad47573ffae4939cc0329d50a4 SHA512 23d77105fa05d79a7d0bcaa3f6aead25b7cb3b6f459d2740314616da587e03cd3e6b0b1e8af8f79904309bbe76603db848d42996ed7ae5ef779e27184a434fb5 DIST quoter-4.2.tar.gz 11128 BLAKE2B 6b13a8eabae57c50c12dcbf9a65e28990ee6d74ee2c45c4a6127f5ed98c2ae029fd5d00f82444c46ab6a21057c6279e9f3d19c432f921d04ca3bf3eaa9507cb0 SHA512 0080ae6d5f5308b9e2f9e414619049f10246c221a9524f9f0dc0d329af3592694ae9d6ef6a086615b895c5f6598fbed7ec7164b5a847d11108fbe3687316c02d diff --git a/app-shells/quoter/quoter-3.0_p2-r1.ebuild b/app-shells/quoter/quoter-3.0_p2-r1.ebuild deleted file mode 100644 index 8807c931181..00000000000 --- a/app-shells/quoter/quoter-3.0_p2-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2016-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit toolchain-funcs - -DESCRIPTION="Quote arguments or standard input for usage in POSIX shell by eval" -HOMEPAGE="https://github.com/vaeth/quoter/" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" - -src_configure() { - tc-export CC -} - -src_install() { - emake DESTDIR="${ED}" install - - rm -f "${ED}"/usr/bin/quoter_pipe.sh || die - insinto /usr/share/${PN} - doins bin/quoter_pipe.sh -}