summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2003-10-24 20:05:18 +0000
committerTavis Ormandy <taviso@gentoo.org>2003-10-24 20:05:18 +0000
commit1db1f3c978e8ac008087ea9a69b8cf142691734e (patch)
tree360ce13ed26b7eec31d3338125be6984fb5fdeae /app-misc/color
parentinitial import (diff)
downloadgentoo-2-1db1f3c978e8ac008087ea9a69b8cf142691734e.tar.gz
gentoo-2-1db1f3c978e8ac008087ea9a69b8cf142691734e.tar.bz2
gentoo-2-1db1f3c978e8ac008087ea9a69b8cf142691734e.zip
typo
Diffstat (limited to 'app-misc/color')
-rw-r--r--app-misc/color/ChangeLog5
-rw-r--r--app-misc/color/Manifest4
-rw-r--r--app-misc/color/color-1.1.ebuild6
3 files changed, 10 insertions, 5 deletions
diff --git a/app-misc/color/ChangeLog b/app-misc/color/ChangeLog
index d21ddc41f28e..a4c4cd342a35 100644
--- a/app-misc/color/ChangeLog
+++ b/app-misc/color/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/color
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/color/ChangeLog,v 1.1 2003/10/24 19:34:27 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/color/ChangeLog,v 1.2 2003/10/24 20:05:01 taviso Exp $
+
+ 24 Oct 2003; Tavis Ormandy <taviso@gentoo.org> color-1.1.ebuild:
+ some usage info moved to pkg_postinst, minor typo.
*color-1.1 (24 Oct 2003)
diff --git a/app-misc/color/Manifest b/app-misc/color/Manifest
index 62fa1d47c5ec..17fee91f3c76 100644
--- a/app-misc/color/Manifest
+++ b/app-misc/color/Manifest
@@ -1,4 +1,4 @@
-MD5 fef9c4307ed7dd98b493aa71c693ed14 color-1.1.ebuild 1055
-MD5 26c1e136636784297add5bb8b244fee1 ChangeLog 338
+MD5 92c3df4818c7e7e2b5f988a7f8bc136e color-1.1.ebuild 1085
+MD5 affd46dae7a84c5adf6612fddd73ae15 ChangeLog 459
MD5 67539e408e5395ff1d13bda5af94f891 metadata.xml 554
MD5 bf97f2627c156dd28559d652061edd1b files/digest-color-1.1 59
diff --git a/app-misc/color/color-1.1.ebuild b/app-misc/color/color-1.1.ebuild
index 1f6da0520a55..bb14f683c3a2 100644
--- a/app-misc/color/color-1.1.ebuild
+++ b/app-misc/color/color-1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/color/color-1.1.ebuild,v 1.1 2003/10/24 19:34:27 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/color/color-1.1.ebuild,v 1.2 2003/10/24 20:05:01 taviso Exp $
inherit ccc
@@ -38,9 +38,11 @@ src_install() {
# symlink for british users.
dosym /usr/bin/color /usr/bin/colour
+}
+pkg_postinst() {
einfo "For information on using color in your shell scripts,"
einfo "run \`color\` without any arguments."
einfo
- einfo "More examples are available in ${DOCDIR}."
+ einfo "More examples are available in /usr/share/doc/${PF}."
}