diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-11-30 08:42:57 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-11-30 08:43:43 +0100 |
commit | 5a12f853ec4edece414d96c6eb1f8b14ef2a1e6f (patch) | |
tree | 593e9b34a38614e6c8afaa29b39a83179b8a86e1 /app-misc | |
parent | app-misc/colordiff: stable for amd64. mark stable for the remaining arches us... (diff) | |
download | gentoo-5a12f853ec4edece414d96c6eb1f8b14ef2a1e6f.tar.gz gentoo-5a12f853ec4edece414d96c6eb1f8b14ef2a1e6f.tar.bz2 gentoo-5a12f853ec4edece414d96c6eb1f8b14ef2a1e6f.zip |
app-misc/colordiff: clean up old.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/colordiff/Manifest | 1 | ||||
-rw-r--r-- | app-misc/colordiff/colordiff-1.0.16.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/app-misc/colordiff/Manifest b/app-misc/colordiff/Manifest index daa78032a934..9576812ed544 100644 --- a/app-misc/colordiff/Manifest +++ b/app-misc/colordiff/Manifest @@ -1,2 +1 @@ -DIST colordiff-1.0.16.tar.gz 21542 SHA256 eaf1cfe17dd0e820d38a0b24b0a402eba68b32e9bf9e7791ca2d1831029f138b SHA512 41b4eb0c90b19f358b6d9154158ece51fe5169fc24e2ea9a4c50ac98218a173fc054b76a69e3c63967f98a0e5d50b7eb29b706780bcfbb3f17a4f45cce1d6d4a WHIRLPOOL 26e9fd2e005a03053cc4c63aaa63f0bfae8d19efc834f77592e6b33d1490c1adf5c771637b2db74fbe5c66d323dd853ac06a1fa1dd6076a948cb1e7ad51df68e DIST colordiff-1.0.18.tar.gz 21695 SHA256 29cfecd8854d6e19c96182ee13706b84622d7b256077df19fbd6a5452c30d6e0 SHA512 53eb855b2554ca736146983adb522c8c06e4cfb9eb27bf9acb659c210b2af8101dba76ae392cf14db62fab61e3e5d3b664196c0f6432d47acdfa0846c799aa83 WHIRLPOOL 08aca61054644346a6bd0335a4f76c80a922a2ff92aa0d4a0be11b4b7905425788f52f0337a13e098a630b111365f2f105fa983490d69d1826e6660b4c5f606d diff --git a/app-misc/colordiff/colordiff-1.0.16.ebuild b/app-misc/colordiff/colordiff-1.0.16.ebuild deleted file mode 100644 index c789f0c661b5..000000000000 --- a/app-misc/colordiff/colordiff-1.0.16.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit prefix - -DESCRIPTION="Colorizes output of diff" -HOMEPAGE="http://www.colordiff.org/" -SRC_URI="http://www.colordiff.org/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -RDEPEND=" - dev-lang/perl - sys-apps/diffutils" - -src_prepare() { - # 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 -} |