Ebuild
June 22, 2010, 18:43
Subversion output colorizer
| alpha | amd64 | arm | hppa | ia64 | m68k | mips | ppc | ppc64 | s390 | sh | sparc | x86 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0.3.2 | – | + | – | – | – | – | – | – | – | – | – | – | + |
POPIS BALÍČKU:
Subversion output colorizer
Kategorie:
SEZNAM ZMĚN
# ChangeLog for dev-vcs/colorsvn # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorsvn/ChangeLog,v 1.7 2010/12/29 16:20:06 hwoarang Exp $ 29 Dec 2010; Markos Chandras (hwoarang) colorsvn-0.3.2-r2.ebuild: Stable on amd64 wrt bug #335134 09 Dec 2010; Pawel Hajdan jr (phajdan.jr) colorsvn-0.3.2-r2.ebuild: x86 stable wrt bug #335134 *colorsvn-0.3.2-r2 (16 Sep 2010) 16 Sep 2010; Christian Ruppert (idl0r) +colorsvn-0.3.2-r2.ebuild, +files/0001-Don-t-colorize-svn-mkdir-bug-321451.-Use-IPC-open2-i.patch: Don't use stderr anymore, bug 326279. Move sed to add 'svn mkdir' to the preventcolor array into the patch as well. Use make -j1 for now, bug 335134. 08 Sep 2010; Markos Chandras (hwoarang) colorsvn-0.3.2-r1.ebuild: Stable on amd64 wrt bug #335134 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis (arfrever) colorsvn-0.3.2.ebuild, colorsvn-0.3.2-r1.ebuild: dev-util/subversion renamed to dev-vcs/subversion. *colorsvn-0.3.2-r1 (09 Jun 2010) 09 Jun 2010; Christian Ruppert (idl0r) +colorsvn-0.3.2-r1.ebuild: Revision bump. Do not colorize "svn mkdir", bug 321451, thanks to Marcin Mirosław <bug@mejor.pl>. 20 Mar 2010; Christian Ruppert (idl0r) +colorsvn-0.3.2.ebuild, +metadata.xml: Move dev-util/colorsvn to dev-vcs/colorsvn. 30 Oct 2009; Markus Meier (maekke) colorsvn-0.3.2.ebuild: amd64/x86 stable, bug #290166 09 Sep 2009; Christian Ruppert (idl0r) colorsvn-0.3.2.ebuild: Add ~x86 keyword. *colorsvn-0.3.2 (10 Mar 2009) 10 Mar 2009; Christian Ruppert (idl0r) (idl0r) +metadata.xml, +colorsvn-0.3.2.ebuild: New ebuild for bug 250750 thanks to Henning Schild
CHYBY
Nenalezeny žádné chyby
USE FLAGY
Žádné use flagy
ZÁVISLOSTI PRO SESTAVENÍ
| dev-lang/perl | Larry Wall's Practical Extraction and Report Language |
| dev-vcs/subversion | Advanced version control system |
ZÁVISLOSTI PRO BĚH
| dev-lang/perl | Larry Wall's Practical Extraction and Report Language |
| dev-vcs/subversion | Advanced version control system |
ZDROJOVÝ KÓD
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/colorsvn/colorsvn-0.3.2.ebuild,v 1.2
2010/06/22 18:43:26 arfrever Exp $
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"
IUSE=""
RDEPEND="dev-lang/perl
dev-vcs/subversion"
DEPEND="${RDEPEND}"
src_unpack() {
unpack ${A}
cd "${S}"
# rxvt-unicode isn't listed by default :)
sed -i -e 's:rxvt:rxvt rxvt-unicode:' \
colorsvnrc-original || die "sed failed"
}
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
}