commit:     ec0f6839bb4b2b67dfbedf7b22b32be511cd5d60
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 21 20:43:28 2024 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun Jan 21 20:44:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec0f6839

dev-vcs/gitolite-gentoo: bump, refresh contrib, docs

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 dev-vcs/gitolite-gentoo/Manifest                   |  2 +-
 ...6.13.ebuild => gitolite-gentoo-3.6.13.1.ebuild} | 22 ++++++++++++----------
 2 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/dev-vcs/gitolite-gentoo/Manifest b/dev-vcs/gitolite-gentoo/Manifest
index 4dbab14ebce8..727b582f51ab 100644
--- a/dev-vcs/gitolite-gentoo/Manifest
+++ b/dev-vcs/gitolite-gentoo/Manifest
@@ -1,3 +1,3 @@
 DIST 5df2b817255ee919991da6c310239e08c8fcc1ae.patch 4115 BLAKE2B 
8f364eba7a1f3788ae6aacb76946d9cf963609ac3e6f093eedf4d5e17467eba0ceb88b5b4bbf3acc72ec17e6626f52836805ac07f6044d7712efcb499d0237ff
 SHA512 
5098a82c860370edeec7c41cb71d0f10e6c03b3d1996f163e882d84ea64903d64e866bb67af45380f658870e2715cc805155380c96994854847b06a6db3e111d
-DIST gitolite-gentoo-3.6.13.tar.bz2 169403 BLAKE2B 
9eb628b92845a4ea5f36dce6b092568a70ceca8f6623854173f7d855502316aa77d458fb85e170f4c91d24167a3bc4ae9fd366a6c3925af3d42f1f597912f830
 SHA512 
6cf000750b652337ec728b23e1801fe8acc01cb8da9929cf797c3bbacc0246104a39ce204c2558e76ce1d3eda37fe4b15ef665827a8330745fc54bc193367bbc
+DIST gitolite-gentoo-3.6.13.1.tar.bz2 168862 BLAKE2B 
39619ca8d02e91320f19aa33e32cfcaf9d64519fe63b8389cec459adbe07aa816685a19ebe4d138ae251438f085c6f5e2ee97cc8e984ce716d12269e18ad9240
 SHA512 
8e250e8d71a3494564cda062a9ef3618b90f2643f0d868989ae3930ddd076a776d78ad058fadd1373d0efc281d5608512df6ebe49de30c59c4c661961f436610
 DIST gitolite-gentoo-3.6.6.1.tar.bz2 155262 BLAKE2B 
3dfa89223824ea04be6c0598abad3c6fb982c0031507aa2ab4ad8ecb9cfc5b64846e48f1710cf4436b4947d2f7288398b2603ac8f9a732902cf17a9a168e6b3d
 SHA512 
76765972b06e985879bd3384be62e4b57676d0d67e6d55b56a63a2d802fe3ee76576e0da20896f11764a311dfcde0bfaf4309105ddc8c55c0c09bb098ed6a1bb

diff --git a/dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.13.ebuild 
b/dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.13.1.ebuild
similarity index 85%
rename from dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.13.ebuild
rename to dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.13.1.ebuild
index 17962475c774..3b9c695dafa0 100644
--- a/dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.13.ebuild
+++ b/dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.13.1.ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="selinux tools vim-syntax"
+IUSE="selinux vim-syntax"
 
 DEPEND="
        dev-lang/perl
@@ -31,7 +31,7 @@ RDEPEND="
        ${DEPEND}
        acct-group/git
        acct-user/git[gitolite]
-       >=dev-perl/Net-SSH-AuthorizedKeysFile-0.17
+       >=dev-perl/Net-SSH-AuthorizedKeysFile-0.180.0-r3
        dev-perl/JSON
        !dev-vcs/gitolite
        vim-syntax? ( app-vim/gitolite-syntax )
@@ -53,10 +53,13 @@ src_install() {
        insinto $VENDOR_LIB
        doins -r src/lib/Gitolite
 
-       dodoc README.markdown CHANGELOG
+       dodoc README.Gentoo README.markdown CHANGELOG
        # These are meant by upstream as examples, you are strongly recommended 
to
        # customize them for your needs.
-       dodoc contrib/utils/ipa_groups.pl contrib/utils/ldap_groups.sh
+       docinto utils
+       dodoc -r contrib/utils/*
+       docinto lib
+       dodoc -r contrib/lib/*
 
        insopts -m0755
        insinto $uexec
@@ -74,12 +77,11 @@ src_install() {
                dosym ../libexec/${PN}/${bin} /usr/bin/${bin}
        done
 
-       if use tools; then
-               dobin check-g2-compat convert-gitosis-conf
-               dobin contrib/utils/rc-format-v3.4
-       fi
-
-       fperms 0644 ${uexec}/VREF/MERGE-CHECK # It's meant as example only
+       # This is meant as an example only, contains code comment "THIS IS DEMO
+       # CODE"; but upstream has it outside of contrib.
+       docinto VREF
+       dodoc src/VREF/MERGE-CHECK
+       rm -f "${D}"/"${uexec}"/VREF/MERGE-CHECK
 }
 
 pkg_postinst() {

Reply via email to