Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/fzy/
Date: Sun, 01 Jul 2018 08:47:52
Message-Id: 1530434832.bcc0f3881414a4ca13d992fd8ad09c0e737a08f5.gyakovlev@gentoo
1 commit: bcc0f3881414a4ca13d992fd8ad09c0e737a08f5
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 1 08:47:12 2018 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 1 08:47:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcc0f388
7
8 app-shells/fzy: drop old
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 app-shells/fzy/fzy-0.9.ebuild | 33 ---------------------------------
13 1 file changed, 33 deletions(-)
14
15 diff --git a/app-shells/fzy/fzy-0.9.ebuild b/app-shells/fzy/fzy-0.9.ebuild
16 deleted file mode 100644
17 index 28bbf0fbf06..00000000000
18 --- a/app-shells/fzy/fzy-0.9.ebuild
19 +++ /dev/null
20 @@ -1,33 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -inherit savedconfig
27 -
28 -DESCRIPTION="Fuzzy text selector (interactive grep) for console"
29 -HOMEPAGE="https://github.com/jhawthorn/fzy"
30 -SRC_URI="https://github.com/jhawthorn/fzy/archive/${PV}.tar.gz -> ${P}.tar.gz"
31 -
32 -LICENSE="MIT"
33 -SLOT="0"
34 -IUSE="test"
35 -
36 -KEYWORDS="~amd64 ~x86"
37 -
38 -src_prepare() {
39 - eapply_user
40 - sed -i -e '/^CFLAGS/s/ -O3//' Makefile || die "sed failed"
41 - restore_config config.h
42 -}
43 -
44 -src_install() {
45 - local DOCS=( ALGORITHM.md CHANGELOG.md README.md )
46 -
47 - emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
48 - exeinto /usr/share/fzy
49 - doexe contrib/fzy-tmux
50 - doexe contrib/fzy-dvtm
51 - einstalldocs
52 - save_config config.h
53 -}