diff options
author | 2022-07-09 11:47:37 +0100 | |
---|---|---|
committer | 2022-07-09 11:49:47 +0100 | |
commit | f64162dcb2b5ba980cadd4c18aafcdfb228acfc8 (patch) | |
tree | b8de582570b5f29a223a67aa49d4d9a25389ff00 /app-misc/colordiff/colordiff-1.0.18.ebuild | |
parent | dev-java/xml-commons-resolver: Stabilize 1.2-r3 arm64, #856979 (diff) | |
download | gentoo-f64162dcb2b5ba980cadd4c18aafcdfb228acfc8.tar.gz gentoo-f64162dcb2b5ba980cadd4c18aafcdfb228acfc8.tar.bz2 gentoo-f64162dcb2b5ba980cadd4c18aafcdfb228acfc8.zip |
app-misc/colordiff: drop 1.0.18
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/colordiff/colordiff-1.0.18.ebuild')
-rw-r--r-- | app-misc/colordiff/colordiff-1.0.18.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/app-misc/colordiff/colordiff-1.0.18.ebuild b/app-misc/colordiff/colordiff-1.0.18.ebuild deleted file mode 100644 index cbf68c547973..000000000000 --- a/app-misc/colordiff/colordiff-1.0.18.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit prefix - -DESCRIPTION="Colorizes output of diff" -HOMEPAGE="https://www.colordiff.org/" -SRC_URI="https://www.colordiff.org/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" - -RDEPEND=" - dev-lang/perl - sys-apps/diffutils" - -src_prepare() { - default - - # set proper etcdir for Gentoo Prefix - sed \ - -e "s:'/etc:'@GENTOO_PORTAGE_EPREFIX@/etc:" \ - -i "${S}/colordiff.pl" || die "sed etcdir failed" - eprefixify "${S}"/colordiff.pl -} - -# This package has a makefile, but we don't want to run it -src_compile() { :; } - -src_install() { - newbin ${PN}{.pl,} - dobin cdiff.sh - insinto /etc - doins colordiffrc{,-lightbg,-gitdiff} - dodoc BUGS CHANGES README - doman {cdiff,colordiff}.1 -} |