public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/showmarks/
Date: Fri,  2 Sep 2016 13:49:38 +0000 (UTC)	[thread overview]
Message-ID: <1472824163.ce8366c34b3dc993f4a40e96136d5cd2c2c44e2b.monsieurp@gentoo> (raw)

commit:     ce8366c34b3dc993f4a40e96136d5cd2c2c44e2b
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  2 13:19:40 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Sep  2 13:49:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce8366c3

app-vim/showmarks: EAPI 6 bump.

Package-Manager: portage-2.2.28

 app-vim/showmarks/showmarks-2.2-r1.ebuild | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/app-vim/showmarks/showmarks-2.2-r1.ebuild b/app-vim/showmarks/showmarks-2.2-r1.ebuild
new file mode 100644
index 00000000..2c5da04
--- /dev/null
+++ b/app-vim/showmarks/showmarks-2.2-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: show location marks visually"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=152"
+
+LICENSE="public-domain"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+IUSE=""
+
+VIM_PLUGIN_HELPFILES="showmarks.txt"
+
+src_prepare() {
+	default
+
+	mkdir "${S}"/doc || die "can't make doc dir"
+
+	# This plugin uses an 'automatic HelpExtractor' variant. This causes
+	# problems for us during the unmerge. Fortunately, sed can fix this
+	# for us.
+	sed -e '1,/^" HelpExtractorDoc:$/d' \
+		"${S}"/plugin/showmarks.vim > "${S}"/doc/showmarks.txt \
+		|| die "help extraction failed"
+	sed -i -e '/^" HelpExtractor:$/,$d' "${S}"/plugin/showmarks.vim \
+		|| die "help extract remove failed"
+}


             reply	other threads:[~2016-09-02 13:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-02 13:49 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-10-15 12:32 [gentoo-commits] repo/gentoo:master commit in: app-vim/showmarks/ Patrice Clement
2016-10-15 12:32 Patrice Clement
2017-01-28 14:32 Mart Raudsepp
2018-03-11 14:15 Patrice Clement
2023-12-09 20:01 Michał Górny
2023-12-09 20:19 Arthur Zamarin
2023-12-09 20:19 Arthur Zamarin
2023-12-09 20:30 Arthur Zamarin

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=1472824163.ce8366c34b3dc993f4a40e96136d5cd2c2c44e2b.monsieurp@gentoo \
    --to=monsieurp@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