diff options
Diffstat (limited to 'dev-vcs/colorsvn/colorsvn-0.3.2-r2.ebuild')
-rw-r--r-- | dev-vcs/colorsvn/colorsvn-0.3.2-r2.ebuild | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/dev-vcs/colorsvn/colorsvn-0.3.2-r2.ebuild b/dev-vcs/colorsvn/colorsvn-0.3.2-r2.ebuild deleted file mode 100644 index 01226d1d7f87..000000000000 --- a/dev-vcs/colorsvn/colorsvn-0.3.2-r2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="3" - -inherit eutils - -DESCRIPTION="Subversion output colorizer" -HOMEPAGE="http://colorsvn.tigris.org" -SRC_URI="http://www.console-colors.de/downloads/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86 ~x64-macos ~x86-macos" -IUSE="" - -RDEPEND="dev-lang/perl - dev-vcs/subversion" -DEPEND="${RDEPEND}" - -src_prepare() { - # rxvt-unicode isn't listed by default :) - sed -i -e 's:rxvt:rxvt rxvt-unicode:' colorsvnrc-original || die - # Fix confdir location for Prefix, #435434 - sed -i \ - -e '/^confdir/d' \ - -e 's/$(confdir)/$(sysconfdir)/g' \ - Makefile.in || die - - epatch "${FILESDIR}/0001-Don-t-colorize-svn-mkdir-bug-321451.-Use-IPC-open2-i.patch" -} - -src_compile() { - # bug 335134 - emake -j1 || die -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc CREDITS || die "dodoc failed" -} - -pkg_postinst() { - einfo - einfo "The default settings are stored in /etc/colorsvnrc." - einfo "They can be locally overridden by ~/.colorsvnrc." - einfo "An alias to colorsvn was installed for the svn command." - einfo "In order to immediately activate it do:" - einfo "\tsource /etc/profile" - einfo "NOTE: If you don't see colors," - einfo "append the output of 'echo \$TERM' to 'colortty' in your colorsvnrc." - einfo -} |