diff options
author | 2023-09-15 14:24:06 +0200 | |
---|---|---|
committer | 2023-09-15 14:25:29 +0200 | |
commit | ce75fd44941b0c56009d4cfb762ecf79998dde78 (patch) | |
tree | b459169e616c27b12218c799e8c10900f6cd4daf /app-emacs | |
parent | dev-lang/algol68g: new package; add 3.3.21 (diff) | |
download | gentoo-ce75fd44941b0c56009d4cfb762ecf79998dde78.tar.gz gentoo-ce75fd44941b0c56009d4cfb762ecf79998dde78.tar.bz2 gentoo-ce75fd44941b0c56009d4cfb762ecf79998dde78.zip |
app-emacs/magit: Documentation -> docs
Closes: https://bugs.gentoo.org/914225
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/magit/magit-9999.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-emacs/magit/magit-9999.ebuild b/app-emacs/magit/magit-9999.ebuild index 592c14218074..b4313fb02089 100644 --- a/app-emacs/magit/magit-9999.ebuild +++ b/app-emacs/magit/magit-9999.ebuild @@ -11,20 +11,22 @@ HOMEPAGE="https://magit.vc/ if [[ ${PV} == *9999* ]] ; then inherit git-r3 + EGIT_REPO_URI="https://github.com/magit/magit.git" else SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" fi + S="${WORKDIR}/${P}/lisp" LICENSE="GPL-3+" SLOT="0" IUSE="libgit" -DOCS=( ../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes ) -ELISP_TEXINFO="../Documentation/*.texi" +DOCS=( ../README.md ../docs/AUTHORS.md ../docs/RelNotes ) +ELISP_TEXINFO="../docs/*.texi" SITEFILE="50${PN}-gentoo.el" RDEPEND=" |