diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-15 21:34:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-15 21:34:04 +0100 |
commit | 59e9aabff2a5141d55dccc2ef6c81a21d29768d1 (patch) | |
tree | 3b831265f76102a7622bca9a127c6fb30751e7c2 /www-apps/cgit | |
parent | package.mask: Last rite sys-fs/yaffs2-utils (diff) | |
download | gentoo-59e9aabff2a5141d55dccc2ef6c81a21d29768d1.tar.gz gentoo-59e9aabff2a5141d55dccc2ef6c81a21d29768d1.tar.bz2 gentoo-59e9aabff2a5141d55dccc2ef6c81a21d29768d1.zip |
www-apps/cgit: Switch to git-r3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-apps/cgit')
-rw-r--r-- | www-apps/cgit/cgit-9999.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www-apps/cgit/cgit-9999.ebuild b/www-apps/cgit/cgit-9999.ebuild index a6df9326558d..3633d01125ba 100644 --- a/www-apps/cgit/cgit-9999.ebuild +++ b/www-apps/cgit/cgit-9999.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI=5 WEBAPP_MANUAL_SLOT="yes" -inherit webapp eutils multilib user toolchain-funcs git-2 +inherit webapp eutils multilib user toolchain-funcs git-r3 [[ -z "${CGIT_CACHEDIR}" ]] && CGIT_CACHEDIR="/var/cache/${PN}/" @@ -41,9 +41,6 @@ pkg_setup() { } src_prepare() { - git submodule init || die - git submodule update || die - echo "prefix = ${EPREFIX}/usr" >> cgit.conf echo "libdir = ${EPREFIX}/usr/$(get_libdir)" >> cgit.conf echo "CGIT_SCRIPT_PATH = ${MY_CGIBINDIR}" >> cgit.conf |