public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/fzy/
Date: Fri, 28 Sep 2018 06:06:14 +0000 (UTC)	[thread overview]
Message-ID: <1538114399.9e689232e1234e90fc3ab6c06580716f2ece12cf.gyakovlev@gentoo> (raw)

commit:     9e689232e1234e90fc3ab6c06580716f2ece12cf
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 28 05:59:59 2018 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Sep 28 05:59:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e689232

app-shells/fzy: drop 0.9-r1

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 app-shells/fzy/Manifest          |  1 -
 app-shells/fzy/fzy-0.9-r1.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)

diff --git a/app-shells/fzy/Manifest b/app-shells/fzy/Manifest
index 7a85358a304..a56ac810427 100644
--- a/app-shells/fzy/Manifest
+++ b/app-shells/fzy/Manifest
@@ -1,2 +1 @@
-DIST fzy-0.9.tar.gz 42992 BLAKE2B ebc7e73e0387101da65896a4108705048bb72b01261ea86a0abeaee22fe4517ac54351d508bb79419b05a15aa9c93c5d815c34d15353d01c02381e5d342e75b7 SHA512 71a44bc3bbef3a2d82476a69b5c9e28753e760bbb8d453a9e44b57f34a79dd8ebcd510a869dfeae95f522ba6ccb4b8f10f79c081ce6bc6cfae9a41f4071fefc0
 DIST fzy-1.0.tar.gz 47432 BLAKE2B 5fef7061c797e63dabc3f77daf3dbc8a58671c257430dc8ba4680363a9ace5722562fc7e0aba618d53820e703b261dbe0182638f16223d1202080450a6c21ec2 SHA512 de5ed1af035260f4ae550c53b08c4ff302c978350784cbfd2981d1691f55d9c0f26b9333c74adea939b3f4578dd47e66ee99112e10afc5497c64011827d19dbc

diff --git a/app-shells/fzy/fzy-0.9-r1.ebuild b/app-shells/fzy/fzy-0.9-r1.ebuild
deleted file mode 100644
index 3db8979e1bd..00000000000
--- a/app-shells/fzy/fzy-0.9-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit savedconfig toolchain-funcs
-
-DESCRIPTION="Fuzzy text selector (interactive grep) for console"
-HOMEPAGE="https://github.com/jhawthorn/fzy"
-SRC_URI="https://github.com/jhawthorn/fzy/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-
-KEYWORDS="~amd64 ~x86"
-
-PATCHES=( "${FILESDIR}"/${P}-cflags.patch )
-
-src_prepare() {
-	default
-	restore_config config.h
-
-	tc-export CC
-}
-
-src_install() {
-	local DOCS=( ALGORITHM.md CHANGELOG.md README.md )
-
-	emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
-	exeinto /usr/share/fzy
-	doexe contrib/fzy-tmux
-	doexe contrib/fzy-dvtm
-	einstalldocs
-	save_config config.h
-}


             reply	other threads:[~2018-09-28  6:06 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-28  6:06 Georgy Yakovlev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-22  4:08 [gentoo-commits] repo/gentoo:master commit in: app-shells/fzy/ Georgy Yakovlev
2021-07-22  4:08 Georgy Yakovlev
2021-07-22  4:08 Georgy Yakovlev
2020-07-11  5:14 Georgy Yakovlev
2020-04-25  2:22 Georgy Yakovlev
2019-08-04  8:41 Georgy Yakovlev
2019-05-11  7:10 Georgy Yakovlev
2019-05-11  7:10 Georgy Yakovlev
2019-01-27 11:16 Georgy Yakovlev
2019-01-27 11:16 Georgy Yakovlev
2019-01-16  8:28 Georgy Yakovlev
2019-01-16  8:28 Georgy Yakovlev
2018-12-01  2:13 Georgy Yakovlev
2018-12-01  2:13 Georgy Yakovlev
2018-09-28  6:06 Georgy Yakovlev
2018-09-23 23:06 Georgy Yakovlev
2018-09-23 23:06 Georgy Yakovlev
2018-07-01  8:47 Georgy Yakovlev
2018-07-01  5:01 Georgy Yakovlev
2018-06-17  1:41 Georgy Yakovlev
2018-02-20 21:06 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1538114399.9e689232e1234e90fc3ab6c06580716f2ece12cf.gyakovlev@gentoo \
    --to=gyakovlev@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox