diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2011-03-27 21:54:38 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2011-03-27 21:54:38 +0000 |
commit | 0a6ab1ba7736335c29efd5bf26208c5b1fb2fa0e (patch) | |
tree | 0fcf4638b7d56eca0359b2b49d913f983338cf36 /app-misc/color | |
parent | stabilize for all (noarch package), remove old versions (diff) | |
download | historical-0a6ab1ba7736335c29efd5bf26208c5b1fb2fa0e.tar.gz historical-0a6ab1ba7736335c29efd5bf26208c5b1fb2fa0e.tar.bz2 historical-0a6ab1ba7736335c29efd5bf26208c5b1fb2fa0e.zip |
remove old ebuilds
Package-Manager: portage-2.1.9.44/cvs/Linux x86_64
Diffstat (limited to 'app-misc/color')
-rw-r--r-- | app-misc/color/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/color/color-1.2.ebuild | 36 |
2 files changed, 4 insertions, 37 deletions
diff --git a/app-misc/color/ChangeLog b/app-misc/color/ChangeLog index b1b5eeeb60b5..9b06e90d603f 100644 --- a/app-misc/color/ChangeLog +++ b/app-misc/color/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/color # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/color/ChangeLog,v 1.28 2011/01/21 16:42:18 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/color/ChangeLog,v 1.29 2011/03/27 21:50:47 darkside Exp $ + + 27 Mar 2011; Jeremy Olexa <darkside@gentoo.org> -color-1.2.ebuild: + remove old ebuilds 21 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> color-1.2-r1.ebuild: ppc/ppc64 stable wrt #342131 diff --git a/app-misc/color/color-1.2.ebuild b/app-misc/color/color-1.2.ebuild deleted file mode 100644 index 9f9a47e09189..000000000000 --- a/app-misc/color/color-1.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# 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}." -} |