Skip to content

Commit

Permalink
app-vim/perlomni: Stable for amd64. Mark stable for the remaining arc…
Browse files Browse the repository at this point in the history
…hes using the ALLARCHES policy.

Package-Manager: portage-2.3.0
  • Loading branch information
monsieurp committed Oct 15, 2016
1 parent 1294691 commit 233380e
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions app-vim/perlomni/perlomni-2.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() { :; }

0 comments on commit 233380e

Please sign in to comment.