public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/bufexplorer/
Date: Thu, 17 Aug 2017 20:59:59 +0000 (UTC)	[thread overview]
Message-ID: <1503003547.28480792f390d1ce411e7250c7adc447b34cc7c5.radhermit@gentoo> (raw)

commit:     28480792f390d1ce411e7250c7adc447b34cc7c5
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 20:59:07 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 20:59:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28480792

app-vim/bufexplorer: add live ebuild

 app-vim/bufexplorer/bufexplorer-9999.ebuild | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/app-vim/bufexplorer/bufexplorer-9999.ebuild b/app-vim/bufexplorer/bufexplorer-9999.ebuild
new file mode 100644
index 00000000000..cd3d232d76e
--- /dev/null
+++ b/app-vim/bufexplorer/bufexplorer-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+if [[ ${PV} == "9999" ]] ; then
+	EGIT_REPO_URI="https://github.com/jlanzarotta/bufexplorer.git"
+	inherit git-r3
+else
+	SRC_URI="https://github.com/jlanzarotta/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="vim plugin: easily browse vim buffers"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=42 https://github.com/jlanzarotta/bufexplorer"
+LICENSE="BSD"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"
+
+src_prepare() {
+	default
+	rm LICENSE README.md || die
+}


             reply	other threads:[~2017-08-17 21:00 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-17 20:59 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-06  0:21 [gentoo-commits] repo/gentoo:master commit in: app-vim/bufexplorer/ Andreas Sturmlechner
2023-11-06  0:21 Andreas Sturmlechner
2023-10-25  1:32 Sam James
2023-10-25  1:32 Sam James
2022-06-02  4:02 Jakov Smolić
2022-06-02  3:57 Jakov Smolić
2017-09-30  0:29 Tim Harder
2017-08-17 20:59 Tim Harder
2017-08-17 20:59 Tim Harder
2017-05-04  8:45 Tim Harder
2017-04-12 12:01 Tim Harder
2017-04-12 12:01 Tim Harder
2017-04-12 12:01 Tim Harder
2016-12-12  4:12 Tim Harder
2016-10-13 21:09 Patrice Clement
2016-10-13 21:09 Patrice Clement
2016-04-29  6:01 Jeroen Roovers
2016-04-22 22:15 Tim Harder
2015-08-25  2:24 Tim Harder

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=1503003547.28480792f390d1ce411e7250c7adc447b34cc7c5.radhermit@gentoo \
    --to=radhermit@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