X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=dev-tex%2Fgit-latexdiff%2Fgit-latexdiff-20201119.ebuild;fp=dev-tex%2Fgit-latexdiff%2Fgit-latexdiff-20201119.ebuild;h=38ef1be0c0f52d6c2d43ba4146050841b0e2863a;hp=0000000000000000000000000000000000000000;hb=10fa11064146f1190f223be2a6020871c847d87f;hpb=4541ff2e4a9e1bdfeda171966607322103c8676c diff --git a/dev-tex/git-latexdiff/git-latexdiff-20201119.ebuild b/dev-tex/git-latexdiff/git-latexdiff-20201119.ebuild new file mode 100644 index 0000000..38ef1be --- /dev/null +++ b/dev-tex/git-latexdiff/git-latexdiff-20201119.ebuild @@ -0,0 +1,22 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +COMMIT="70c0b11b58ca368f10babc3f64ee84ceaa7b9924" +DESCRIPTION="A wrapper around git and latexdiff" +HOMEPAGE="https://gitlab.com/git-latexdiff/git-latexdiff" +SRC_URI="https://gitlab.com/git-latexdiff/git-latexdiff/-/archive/master/git-latexdiff-${COMMIT}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + dev-tex/latexdiff + dev-vcs/git" +RDEPEND="${DEPEND}" +BDEPEND="" + +S="${WORKDIR}/${PN}-master-${COMMIT}" +PATCHES="${FILESDIR}/Makefile-distdir.patch"