Portage is a package management system used by Gentoo Linux
# ChangeLog for app-misc/color
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/color/ChangeLog,v 1.22 2008/03/27 21:25:11 jer Exp $
27 Mar 2008; Jeroen Roovers
Stable for HPPA (bug #214913).
27 Mar 2008; nixnut
Stable on ppc wrt bug 214913
27 Mar 2008; Markus Rothe
Stable on ppc64; bug #214913
26 Mar 2008; Santiago M. Mola
amd64 stable wrt bug #214913
26 Mar 2008; Raúl Porcel
alpha/sparc/x86 stable, add ~ia64
10 Feb 2008; Sven Wegener
color-1.2.ebuild:
Fix compilation error, bug #202704.
25 Dec 2007; Christian Heim
Removing taviso from metadata.xml as per #202471.
*color-1.2 (17 Dec 2007)
17 Dec 2007; Raúl Porcel
+color-1.2.ebuild:
Version bump, fix HOMEPAGE, bug #160697
27 Sep 2007; Christoph Mende
Stable on amd64 wrt bug #193913
28 Jan 2007; Marius Mauch
Replacing einfo with elog
06 Feb 2006; Patrick McLean
Add ~amd64 keyword (bug #121747).
22 Nov 2005; Jeroen Roovers
Marked ~hppa (bug 109192).
02 Jun 2005; Yuta SATOH
Stable on ppc64
21 Apr 2005; Yuta SATOH
added ~ppc64
31 Oct 2004; Ciaran McCreesh
Stable on sparc, mips
05 Oct 2004; Pieter Van den Abeele
Masked color-1.1.ebuild stable for ppc
28 Jun 2004; Ciaran McCreesh
Added ~sparc, ~mips
25 Oct 2003; Tavis Ormandy
marking stable.
24 Oct 2003; Tavis Ormandy
some usage info moved to pkg_postinst, minor typo.
*color-1.1 (24 Oct 2003)
24 Oct 2003; Tavis Ormandy
metadata.xml:
Initial import.
DIST color-1.2.tar.gz 10040 RMD160 cdddd71e9861b1332746b49f6610d52316e857c3 SHA1 b4270ad17bd61b1f77dee2480625345c7566fe47 SHA256 7862fffb3d948b47435803461732f7dea4af64c2714219df7f929e20cb818bd9
EBUILD color-1.2.ebuild 999 RMD160 5040b8325f50e96e374fe55e90c7c505d11a7fdf SHA1 ca339f05dd07de54247e0348ac758c46fa916b81 SHA256 31af840073d659afa6077ceb282341906615c621083f3f8064a5bc6854c5417e
MISC ChangeLog 2305 RMD160 6a8f8b2733622282004437f944956ef23ea9f852 SHA1 55e2dab49b860a8160b46ec00f292812f37bc898 SHA256 f779e71731df93d4f25612e3a0b638786b5e405ac4bfea77d2d0cbf804ab0513
MISC metadata.xml 488 RMD160 ebffcaa4d975c1a27e6a610f7d82a88d10688d0f SHA1 57fb24878319b46ad1e6e8214c6809e70b7c9eb8 SHA256 71bdb432332c41f6143742c332a0188d6659d36df007545c89433611c34275da
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/color/color-1.2.ebuild,v 1.7 2008/03/27 21:25:11 jer Exp $
inherit toolchain-funcs
DESCRIPTION="Easily add ANSI colouring to shell scripts"
HOMEPAGE="http://www.runslinux.net/?page_id=10"
SRC_URI="http://runslinux.net/projects/color/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
IUSE=""
src_compile() {
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed"
}
src_install() {
dobin color || die "dobin failed"
dodoc CHANGELOG README
# symlink for british users.
dosym color /usr/bin/colour
}
pkg_postinst() {
elog "For information on using colour in your shell scripts,"
elog "run \`color\` without any arguments."
elog
elog "To see all the colours available, use this command"
elog " $ color --list"
elog
elog "More examples are available in /usr/share/doc/${PF}."
}
Color is a nifty little utility that you can call from shell scripts,
that will let you easily use ANSI escape codes (for colors, bold,
underline, etc) to your shell scripts without having to memorize escape
sequences and type it every time you want a little red...