summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-11-30 08:42:57 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-11-30 08:43:43 +0100
commit5a12f853ec4edece414d96c6eb1f8b14ef2a1e6f (patch)
tree593e9b34a38614e6c8afaa29b39a83179b8a86e1 /app-misc/colordiff/colordiff-1.0.16.ebuild
parentapp-misc/colordiff: stable for amd64. mark stable for the remaining arches us... (diff)
downloadgentoo-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/colordiff/colordiff-1.0.16.ebuild')
-rw-r--r--app-misc/colordiff/colordiff-1.0.16.ebuild39
1 files changed, 0 insertions, 39 deletions
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
-}