Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/quoter/
Date: Sat, 09 Dec 2017 01:36:57
Message-Id: 1512783384.13cc5049311992236210becc64a17a73f003c059.xmw@gentoo
1 commit: 13cc5049311992236210becc64a17a73f003c059
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 9 01:35:31 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 9 01:36:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13cc5049
7
8 app-shells/quoter: Remove old version.
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 app-shells/quoter/quoter-3.0_p2.ebuild | 18 ------------------
13 1 file changed, 18 deletions(-)
14
15 diff --git a/app-shells/quoter/quoter-3.0_p2.ebuild b/app-shells/quoter/quoter-3.0_p2.ebuild
16 deleted file mode 100644
17 index 301d3e31d46..00000000000
18 --- a/app-shells/quoter/quoter-3.0_p2.ebuild
19 +++ /dev/null
20 @@ -1,18 +0,0 @@
21 -# Copyright 2016-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -inherit vcs-snapshot
26 -
27 -DESCRIPTION="Quote arguments or standard input for usage in POSIX shell by eval"
28 -HOMEPAGE="https://github.com/vaeth/quoter/"
29 -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
30 -
31 -LICENSE="MIT"
32 -SLOT="0"
33 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
34 -IUSE=""
35 -
36 -src_install() {
37 - emake DESTDIR="${ED}" install
38 -}