Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/quoter/
Date: Fri, 09 Oct 2020 08:53:23
Message-Id: 1602233166.09f8c390913b71177b7cf55f58b594daa1610972.mgorny@gentoo
1 commit: 09f8c390913b71177b7cf55f58b594daa1610972
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 08:42:11 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 08:46:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f8c390
7
8 app-shells/quoter: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-shells/quoter/Manifest | 1 -
13 app-shells/quoter/quoter-3.0_p2-r1.ebuild | 25 -------------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/app-shells/quoter/Manifest b/app-shells/quoter/Manifest
17 index 7d1b16b3e80..edf2d26181b 100644
18 --- a/app-shells/quoter/Manifest
19 +++ b/app-shells/quoter/Manifest
20 @@ -1,2 +1 @@
21 -DIST quoter-3.0_p2.tar.gz 10691 BLAKE2B 2fb196977c5c16654813e6077c148577e4629da25fb1aaf2131c19e33fbfbc670ad4d9af87611405f0b45a1365bc7b4b3f1b8cad47573ffae4939cc0329d50a4 SHA512 23d77105fa05d79a7d0bcaa3f6aead25b7cb3b6f459d2740314616da587e03cd3e6b0b1e8af8f79904309bbe76603db848d42996ed7ae5ef779e27184a434fb5
22 DIST quoter-4.2.tar.gz 11128 BLAKE2B 6b13a8eabae57c50c12dcbf9a65e28990ee6d74ee2c45c4a6127f5ed98c2ae029fd5d00f82444c46ab6a21057c6279e9f3d19c432f921d04ca3bf3eaa9507cb0 SHA512 0080ae6d5f5308b9e2f9e414619049f10246c221a9524f9f0dc0d329af3592694ae9d6ef6a086615b895c5f6598fbed7ec7164b5a847d11108fbe3687316c02d
23
24 diff --git a/app-shells/quoter/quoter-3.0_p2-r1.ebuild b/app-shells/quoter/quoter-3.0_p2-r1.ebuild
25 deleted file mode 100644
26 index 8807c931181..00000000000
27 --- a/app-shells/quoter/quoter-3.0_p2-r1.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 2016-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -inherit toolchain-funcs
35 -
36 -DESCRIPTION="Quote arguments or standard input for usage in POSIX shell by eval"
37 -HOMEPAGE="https://github.com/vaeth/quoter/"
38 -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
39 -
40 -LICENSE="MIT"
41 -SLOT="0"
42 -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"
43 -
44 -src_configure() {
45 - tc-export CC
46 -}
47 -
48 -src_install() {
49 - emake DESTDIR="${ED}" install
50 -
51 - rm -f "${ED}"/usr/bin/quoter_pipe.sh || die
52 - insinto /usr/share/${PN}
53 - doins bin/quoter_pipe.sh
54 -}