summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2017-12-17 16:18:41 +0300
committerMikle Kolyada <zlogene@gentoo.org>2017-12-17 16:19:08 +0300
commit5df95fb8e113fd37c527d0c73fbdd03f22e8fce6 (patch)
tree5dd98fe7ef15735fca0818b9a925d08030abc499 /app-misc/color
parentapp-misc/countrycodes: stable on amd64. (diff)
downloadgentoo-5df95fb8e113fd37c527d0c73fbdd03f22e8fce6.tar.gz
gentoo-5df95fb8e113fd37c527d0c73fbdd03f22e8fce6.tar.bz2
gentoo-5df95fb8e113fd37c527d0c73fbdd03f22e8fce6.zip
app-misc/color: Drop old
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-misc/color')
-rw-r--r--app-misc/color/color-1.2-r1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/app-misc/color/color-1.2-r1.ebuild b/app-misc/color/color-1.2-r1.ebuild
deleted file mode 100644
index 5a0666ada122..000000000000
--- a/app-misc/color/color-1.2-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-inherit eutils 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_prepare() {
- epatch "${FILESDIR}"/${PV}-ldflags.patch
- tc-export CC
-}
-
-src_install() {
- dobin color || die "dobin failed"
- dodoc CHANGELOG README || die
-
- # symlink for british users.
- dosym color /usr/bin/colour || die
-}
-
-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 ${EPREFIX}/usr/share/doc/${PF}."
-}