diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2016-01-05 23:36:34 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2016-01-05 23:37:31 -0800 |
commit | a5ac9e6fcb4294e9cfb36266280d17a54e17251b (patch) | |
tree | 67bb1f436c3f9405801d203c09b1d2f6644eda55 /dev-vcs/gitolite/gitolite-9999.ebuild | |
parent | dev-vcs/gitolite-gentoo: more contrib. (diff) | |
download | gentoo-a5ac9e6fcb4294e9cfb36266280d17a54e17251b.tar.gz gentoo-a5ac9e6fcb4294e9cfb36266280d17a54e17251b.tar.bz2 gentoo-a5ac9e6fcb4294e9cfb36266280d17a54e17251b.zip |
dev-vcs/gitolite: more contrib, also sync live
Package-Manager: portage-2.2.24
Diffstat (limited to 'dev-vcs/gitolite/gitolite-9999.ebuild')
-rw-r--r-- | dev-vcs/gitolite/gitolite-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-vcs/gitolite/gitolite-9999.ebuild b/dev-vcs/gitolite/gitolite-9999.ebuild index 9835a5b198bd..14f8bc719a76 100644 --- a/dev-vcs/gitolite/gitolite-9999.ebuild +++ b/dev-vcs/gitolite/gitolite-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,7 +21,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="tools vim-syntax" +IUSE="selinux tools vim-syntax" DEPEND="dev-lang/perl virtual/perl-File-Path @@ -29,6 +29,7 @@ DEPEND="dev-lang/perl >=dev-vcs/git-1.6.6" RDEPEND="${DEPEND} !dev-vcs/gitolite-gentoo + selinux? ( sec-policy/selinux-gitosis ) vim-syntax? ( app-vim/gitolite-syntax ) dev-perl/JSON" @@ -56,7 +57,7 @@ src_install() { insopts -m0755 insinto $uexec doins -r src/{commands,syntactic-sugar,triggers,VREF}/ - doins -r contrib/{commands,triggers} + doins -r contrib/{commands,triggers,hooks} insopts -m0644 doins src/VERSION |