commit: 6868e6f31fca7a3ed0ee803b4f4eb7f405a5a31a Author: Sebastian Pipping <sping <AT> gentoo <DOT> org> AuthorDate: Wed Mar 18 00:37:36 2020 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Wed Mar 18 00:42:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6868e6f3
dev-util/cdiff: 1.1, transition to dev-util/ydiff Bug: https://bugs.gentoo.org/710538 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org> Package-Manager: Portage-2.3.92, Repoman-2.3.20 dev-util/cdiff/cdiff-1.1.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dev-util/cdiff/cdiff-1.1.ebuild b/dev-util/cdiff/cdiff-1.1.ebuild new file mode 100644 index 00000000000..173ec06646e --- /dev/null +++ b/dev-util/cdiff/cdiff-1.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Colored, side-by-side diff terminal viewer" +HOMEPAGE="https://github.com/ymattw/cdiff" +SRC_URI="" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +DEPEND="" +RDEPEND="dev-util/ydiff" + +S="${WORKDIR}" + +src_install() { + dosym ydiff /usr/bin/cdiff +}
