diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 03:28:22 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 03:28:22 +0000 |
commit | ffd695425021323d5e075a129c7ca9945fac92bd (patch) | |
tree | 72c3b6dae9b0b266cbc3f62947a7c98cbb2d882b /app-forensics/tct | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-ffd695425021323d5e075a129c7ca9945fac92bd.tar.gz gentoo-2-ffd695425021323d5e075a129c7ca9945fac92bd.tar.bz2 gentoo-2-ffd695425021323d5e075a129c7ca9945fac92bd.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-forensics/tct')
-rw-r--r-- | app-forensics/tct/ChangeLog | 7 | ||||
-rw-r--r-- | app-forensics/tct/files/digest-tct-1.15-r1 | 2 | ||||
-rw-r--r-- | app-forensics/tct/tct-1.15-r1.ebuild | 14 |
3 files changed, 14 insertions, 9 deletions
diff --git a/app-forensics/tct/ChangeLog b/app-forensics/tct/ChangeLog index df09e0584216..0661deb394fc 100644 --- a/app-forensics/tct/ChangeLog +++ b/app-forensics/tct/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-forensics/tct -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/tct/ChangeLog,v 1.8 2005/04/24 11:16:08 hansmi Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/tct/ChangeLog,v 1.9 2007/01/24 03:28:22 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> tct-1.15-r1.ebuild: + Replacing einfo with elog 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> tct-1.15-r1.ebuild: Stable on ppc. diff --git a/app-forensics/tct/files/digest-tct-1.15-r1 b/app-forensics/tct/files/digest-tct-1.15-r1 index 38d219d8302e..7f7450e89c6c 100644 --- a/app-forensics/tct/files/digest-tct-1.15-r1 +++ b/app-forensics/tct/files/digest-tct-1.15-r1 @@ -1 +1,3 @@ MD5 d4992f242f7b3a6c8137e8562935f946 tct-1.15.tar.gz 317164 +RMD160 fbd23d00aa2339f56a31ead73eddd1f57164dab6 tct-1.15.tar.gz 317164 +SHA256 4c8e343453332bd1fdf0627f9b888e2a4f597e70b367f124cc7f2562558213a1 tct-1.15.tar.gz 317164 diff --git a/app-forensics/tct/tct-1.15-r1.ebuild b/app-forensics/tct/tct-1.15-r1.ebuild index d59b9dd35242..ec15be841195 100644 --- a/app-forensics/tct/tct-1.15-r1.ebuild +++ b/app-forensics/tct/tct-1.15-r1.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-forensics/tct/tct-1.15-r1.ebuild,v 1.4 2005/04/24 11:16:08 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/tct/tct-1.15-r1.ebuild,v 1.5 2007/01/24 03:28:22 genone Exp $ inherit eutils toolchain-funcs @@ -79,10 +79,10 @@ src_install() { pkg_postinst() { echo - einfo "The authors of The Coroner's Toolkit highly recommend" - einfo "installing sys-apps/lsof for use by the toolkit." - einfo - einfo "Please read the README and quickstart files installed" - einfo "in /usr/share/doc/${PF} before using The Coroner's Toolkit." + elog "The authors of The Coroner's Toolkit highly recommend" + elog "installing sys-apps/lsof for use by the toolkit." + elog + elog "Please read the README and quickstart files installed" + elog "in /usr/share/doc/${PF} before using The Coroner's Toolkit." echo } |