summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-28 05:32:15 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-28 05:32:15 +0000
commit082dde19e811c8a4f88e6c09b88688de2d837471 (patch)
tree2f1f60b2b44c952fd541e6754f4779bbc7362064 /app-misc/cw
parentMarked ~ppc for bug #163708. (diff)
downloadhistorical-082dde19e811c8a4f88e6c09b88688de2d837471.tar.gz
historical-082dde19e811c8a4f88e6c09b88688de2d837471.tar.bz2
historical-082dde19e811c8a4f88e6c09b88688de2d837471.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'app-misc/cw')
-rw-r--r--app-misc/cw/ChangeLog8
-rw-r--r--app-misc/cw/cw-1.0.10.ebuild22
-rw-r--r--app-misc/cw/cw-1.0.12.ebuild22
-rw-r--r--app-misc/cw/cw-1.0.14.ebuild22
-rw-r--r--app-misc/cw/files/digest-cw-1.0.102
-rw-r--r--app-misc/cw/files/digest-cw-1.0.122
6 files changed, 43 insertions, 35 deletions
diff --git a/app-misc/cw/ChangeLog b/app-misc/cw/ChangeLog
index d123279a99b2..f9af6dc70a18 100644
--- a/app-misc/cw/ChangeLog
+++ b/app-misc/cw/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/cw
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/cw/ChangeLog,v 1.9 2006/02/13 01:50:05 malc Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/cw/ChangeLog,v 1.10 2007/01/28 05:05:11 genone Exp $
+
+ 28 Jan 2007; Marius Mauch <genone@gentoo.org> cw-1.0.10.ebuild,
+ cw-1.0.12.ebuild, cw-1.0.14.ebuild:
+ Replacing einfo with elog
13 Feb 2006; <malc@gentoo.org> cw-1.0.14.ebuild:
Added ~amd64, bug #122454
diff --git a/app-misc/cw/cw-1.0.10.ebuild b/app-misc/cw/cw-1.0.10.ebuild
index 05295dd9a5c2..aec66fb56801 100644
--- a/app-misc/cw/cw-1.0.10.ebuild
+++ b/app-misc/cw/cw-1.0.10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/cw/cw-1.0.10.ebuild,v 1.4 2005/06/05 11:49:45 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/cw/cw-1.0.10.ebuild,v 1.5 2007/01/28 05:05:11 genone Exp $
DESCRIPTION="A non-intrusive real-time ANSI color wrapper for common unix-based commands"
HOMEPAGE="http://cwrapper.sourceforge.net/"
@@ -47,14 +47,14 @@ pkg_postinst() {
eend $?
echo
- einfo "To enable color-wrapper, as your user, run:"
- einfo " colorcfg [1|2|3]"
- einfo "to add relevant environment variables to your ~/.bash_profile"
- einfo "Run colorcfg without options to see what [1|2|3] means."
- einfo
- einfo "After sourcing your ~/.bash_profile, commands for which definitions"
- einfo "are provided should have colored output."
- einfo
- einfo "To enable/disable colored output, run: 'colors [on|off]'."
+ elog "To enable color-wrapper, as your user, run:"
+ elog " colorcfg [1|2|3]"
+ elog "to add relevant environment variables to your ~/.bash_profile"
+ elog "Run colorcfg without options to see what [1|2|3] means."
+ elog
+ elog "After sourcing your ~/.bash_profile, commands for which definitions"
+ elog "are provided should have colored output."
+ elog
+ elog "To enable/disable colored output, run: 'colors [on|off]'."
echo
}
diff --git a/app-misc/cw/cw-1.0.12.ebuild b/app-misc/cw/cw-1.0.12.ebuild
index 47aee1272e19..d89f9d1cf027 100644
--- a/app-misc/cw/cw-1.0.12.ebuild
+++ b/app-misc/cw/cw-1.0.12.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/cw/cw-1.0.12.ebuild,v 1.3 2005/07/17 11:54:52 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/cw/cw-1.0.12.ebuild,v 1.4 2007/01/28 05:05:11 genone Exp $
DESCRIPTION="A non-intrusive real-time ANSI color wrapper for common unix-based commands"
HOMEPAGE="http://cwrapper.sourceforge.net/"
@@ -47,14 +47,14 @@ pkg_postinst() {
eend $?
echo
- einfo "To enable color-wrapper, as your user, run:"
- einfo " colorcfg [1|2|3]"
- einfo "to add relevant environment variables to your ~/.bash_profile"
- einfo "Run colorcfg without options to see what [1|2|3] means."
- einfo
- einfo "After sourcing your ~/.bash_profile, commands for which definitions"
- einfo "are provided should have colored output."
- einfo
- einfo "To enable/disable colored output, run: 'colors [on|off]'."
+ elog "To enable color-wrapper, as your user, run:"
+ elog " colorcfg [1|2|3]"
+ elog "to add relevant environment variables to your ~/.bash_profile"
+ elog "Run colorcfg without options to see what [1|2|3] means."
+ elog
+ elog "After sourcing your ~/.bash_profile, commands for which definitions"
+ elog "are provided should have colored output."
+ elog
+ elog "To enable/disable colored output, run: 'colors [on|off]'."
echo
}
diff --git a/app-misc/cw/cw-1.0.14.ebuild b/app-misc/cw/cw-1.0.14.ebuild
index a087272f7350..0de76500a9ff 100644
--- a/app-misc/cw/cw-1.0.14.ebuild
+++ b/app-misc/cw/cw-1.0.14.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/cw/cw-1.0.14.ebuild,v 1.2 2006/02/13 01:50:05 malc Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/cw/cw-1.0.14.ebuild,v 1.3 2007/01/28 05:05:11 genone Exp $
DESCRIPTION="A non-intrusive real-time ANSI color wrapper for common unix-based commands"
HOMEPAGE="http://cwrapper.sourceforge.net/"
@@ -47,14 +47,14 @@ pkg_postinst() {
eend $?
echo
- einfo "To enable color-wrapper, as your user, run:"
- einfo " colorcfg [1|2|3]"
- einfo "to add relevant environment variables to your ~/.bash_profile"
- einfo "Run colorcfg without options to see what [1|2|3] means."
- einfo
- einfo "After sourcing your ~/.bash_profile, commands for which definitions"
- einfo "are provided should have colored output."
- einfo
- einfo "To enable/disable colored output, run: 'colors [on|off]'."
+ elog "To enable color-wrapper, as your user, run:"
+ elog " colorcfg [1|2|3]"
+ elog "to add relevant environment variables to your ~/.bash_profile"
+ elog "Run colorcfg without options to see what [1|2|3] means."
+ elog
+ elog "After sourcing your ~/.bash_profile, commands for which definitions"
+ elog "are provided should have colored output."
+ elog
+ elog "To enable/disable colored output, run: 'colors [on|off]'."
echo
}
diff --git a/app-misc/cw/files/digest-cw-1.0.10 b/app-misc/cw/files/digest-cw-1.0.10
index 4f0883b524cc..95c3292235e1 100644
--- a/app-misc/cw/files/digest-cw-1.0.10
+++ b/app-misc/cw/files/digest-cw-1.0.10
@@ -1 +1,3 @@
MD5 ef005b1bf6b79693d9bba10153a26b0b cw-1.0.10.tar.bz2 63878
+RMD160 225c1b72864b212bd1a42bc9f31d21509fe99720 cw-1.0.10.tar.bz2 63878
+SHA256 dc955501857491928773f86fc6534098cd961dcf4ae1c9c16a03d26d71d054b1 cw-1.0.10.tar.bz2 63878
diff --git a/app-misc/cw/files/digest-cw-1.0.12 b/app-misc/cw/files/digest-cw-1.0.12
index c5dbc3288c1d..b791b389f0bd 100644
--- a/app-misc/cw/files/digest-cw-1.0.12
+++ b/app-misc/cw/files/digest-cw-1.0.12
@@ -1 +1,3 @@
MD5 a94a320cc35e226f9e5c92291067cb4b cw-1.0.12.tar.bz2 73751
+RMD160 64c008b55b0f8f0341960648ffe8f328464eb129 cw-1.0.12.tar.bz2 73751
+SHA256 8e6101d6f707561273d223ab8f8cf3469da9c9db0e60ca3fdb9a3de244bc9204 cw-1.0.12.tar.bz2 73751