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/perlomni/
Date: Sat, 15 Oct 2016 12:32:01 +0000 (UTC)	[thread overview]
Message-ID: <1476534713.233380e49f71c727d8878d6fb8215797b81ca905.monsieurp@gentoo> (raw)

commit:     233380e49f71c727d8878d6fb8215797b81ca905
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 10:17:17 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 12:31:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=233380e4

app-vim/perlomni: Stable for amd64. Mark stable for the remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.3.0

 app-vim/perlomni/perlomni-2.5.ebuild | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/app-vim/perlomni/perlomni-2.5.ebuild b/app-vim/perlomni/perlomni-2.5.ebuild
index 28b0746..c576dc3 100644
--- a/app-vim/perlomni/perlomni-2.5.ebuild
+++ b/app-vim/perlomni/perlomni-2.5.ebuild
@@ -6,23 +6,31 @@ EAPI=6
 
 inherit vim-plugin
 
-DESCRIPTION="vim plugin: Perl omni completion"
+DESCRIPTION="vim plugin: a vim plugin with Perl omni completion functions"
 HOMEPAGE="https://github.com/c9s/perlomni.vim"
 SRC_URI="https://github.com/c9s/${PN}.vim/archive/v${PV}.zip -> ${P}.zip"
 LICENSE="vim.org"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 
 DEPEND="
 	app-arch/unzip
 	dev-lang/perl"
 
+RDEPEND="${DEPEND}"
+
 S="${WORKDIR}/${PN}.vim-${PV}"
 
 src_prepare() {
 	default
-	rm -v Makefile config.mk README.mkd README.mkd.old win32-install.bat TODO || die
+	local CLEANUP=(
+		Makefile
+		config.mk
+		README.mkd
+		README.mkd.old
+		win32-install.bat
+		TODO
+	)
+	rm -v "${CLEANUP[@]}" || die
 }
 
-src_compile() {
-	:;
-}
+src_compile() { :; }


             reply	other threads:[~2016-10-15 12:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-15 12:32 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-09 21:22 [gentoo-commits] repo/gentoo:master commit in: app-vim/perlomni/ Sam James
2023-12-09 19:38 Arthur Zamarin
2023-12-09 19:35 Arthur Zamarin
2019-08-29 11:39 David Seifert
2016-09-23 22:25 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=1476534713.233380e49f71c727d8878d6fb8215797b81ca905.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