diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-23 15:28:33 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-23 15:28:33 +0000 |
commit | 5dba469252942f33b98cfc821f554f278d389cd1 (patch) | |
tree | 369ac83bdde6f5a505b4b01ca0d3f6b36b0a6120 /app-antivirus/f-prot | |
parent | x86 stable && remove old (diff) | |
download | gentoo-2-5dba469252942f33b98cfc821f554f278d389cd1.tar.gz gentoo-2-5dba469252942f33b98cfc821f554f278d389cd1.tar.bz2 gentoo-2-5dba469252942f33b98cfc821f554f278d389cd1.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-antivirus/f-prot')
-rw-r--r-- | app-antivirus/f-prot/ChangeLog | 9 | ||||
-rw-r--r-- | app-antivirus/f-prot/f-prot-4.6.0-r2.ebuild | 22 | ||||
-rw-r--r-- | app-antivirus/f-prot/f-prot-4.6.1.ebuild | 22 | ||||
-rw-r--r-- | app-antivirus/f-prot/f-prot-4.6.3.ebuild | 22 | ||||
-rw-r--r-- | app-antivirus/f-prot/f-prot-4.6.4.ebuild | 24 | ||||
-rw-r--r-- | app-antivirus/f-prot/f-prot-4.6.5.ebuild | 24 | ||||
-rw-r--r-- | app-antivirus/f-prot/f-prot-4.6.7.ebuild | 24 | ||||
-rw-r--r-- | app-antivirus/f-prot/files/digest-f-prot-4.6.0-r2 | 2 | ||||
-rw-r--r-- | app-antivirus/f-prot/files/digest-f-prot-4.6.1 | 2 | ||||
-rw-r--r-- | app-antivirus/f-prot/files/digest-f-prot-4.6.3 | 2 | ||||
-rw-r--r-- | app-antivirus/f-prot/files/digest-f-prot-4.6.4 | 2 |
11 files changed, 84 insertions, 71 deletions
diff --git a/app-antivirus/f-prot/ChangeLog b/app-antivirus/f-prot/ChangeLog index edd5b2a397dd..704e29b050db 100644 --- a/app-antivirus/f-prot/ChangeLog +++ b/app-antivirus/f-prot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-antivirus/f-prot -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/ChangeLog,v 1.49 2006/12/11 17:04:06 welp Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/ChangeLog,v 1.50 2007/01/23 15:28:33 genone Exp $ + + 23 Jan 2007; Marius Mauch <genone@gentoo.org> f-prot-4.6.0-r2.ebuild, + f-prot-4.6.1.ebuild, f-prot-4.6.3.ebuild, f-prot-4.6.4.ebuild, + f-prot-4.6.5.ebuild, f-prot-4.6.7.ebuild: + Replacing einfo with elog 11 Dec 2006; Peter Weller <welp@gentoo.org> f-prot-4.6.7.ebuild: Added amd64 keyword wrt bug #157612 diff --git a/app-antivirus/f-prot/f-prot-4.6.0-r2.ebuild b/app-antivirus/f-prot/f-prot-4.6.0-r2.ebuild index 0d2db7110fac..8be0e107de58 100644 --- a/app-antivirus/f-prot/f-prot-4.6.0-r2.ebuild +++ b/app-antivirus/f-prot/f-prot-4.6.0-r2.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-antivirus/f-prot/f-prot-4.6.0-r2.ebuild,v 1.3 2006/10/26 23:50:50 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.6.0-r2.ebuild,v 1.4 2007/01/23 15:28:33 genone Exp $ inherit eutils @@ -61,15 +61,15 @@ src_install() { } pkg_postinst() { - echo - einfo "Remember to run /opt/f-prot/tools/check-updates.pl regularly to keep virus" - einfo "database up to date. Recommended method is to use cron. See manpages for" - einfo "cron(8) and crontab(5) for more info." - einfo "An example crontab entry, causing check-updates.pl to run every night at 4AM:" - echo - echo "0 4 * * * /opt/f-prot/tools/check-updates.pl >/dev/null" - echo - einfo "For more examples, see /usr/share/doc/${PF}/html/auto_updt.html" + elog + elog "Remember to run /opt/f-prot/tools/check-updates.pl regularly to keep virus" + elog "database up to date. Recommended method is to use cron. See manpages for" + elog "cron(8) and crontab(5) for more info." + elog "An example crontab entry, causing check-updates.pl to run every night at 4AM:" + elog + elog "0 4 * * * /opt/f-prot/tools/check-updates.pl >/dev/null" + elog + elog "For more examples, see /usr/share/doc/${PF}/html/auto_updt.html" echo ewarn "As of 4.5.4, the update script is installed correctly into directory designed" ewarn "by upstream again. Check your crontab, so the path matches the one above." diff --git a/app-antivirus/f-prot/f-prot-4.6.1.ebuild b/app-antivirus/f-prot/f-prot-4.6.1.ebuild index 90b5d7d556f2..af1da722402e 100644 --- a/app-antivirus/f-prot/f-prot-4.6.1.ebuild +++ b/app-antivirus/f-prot/f-prot-4.6.1.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-antivirus/f-prot/f-prot-4.6.1.ebuild,v 1.2 2006/10/26 23:50:50 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.6.1.ebuild,v 1.3 2007/01/23 15:28:33 genone Exp $ inherit eutils @@ -61,15 +61,15 @@ src_install() { } pkg_postinst() { - echo - einfo "Remember to run /opt/f-prot/tools/check-updates.pl regularly to keep virus" - einfo "database up to date. Recommended method is to use cron. See manpages for" - einfo "cron(8) and crontab(5) for more info." - einfo "An example crontab entry, causing check-updates.pl to run every night at 4AM:" - echo - echo "0 4 * * * /opt/f-prot/tools/check-updates.pl >/dev/null" - echo - einfo "For more examples, see /usr/share/doc/${PF}/html/auto_updt.html" + elog + elog "Remember to run /opt/f-prot/tools/check-updates.pl regularly to keep virus" + elog "database up to date. Recommended method is to use cron. See manpages for" + elog "cron(8) and crontab(5) for more info." + elog "An example crontab entry, causing check-updates.pl to run every night at 4AM:" + elog + elog "0 4 * * * /opt/f-prot/tools/check-updates.pl >/dev/null" + elog + elog "For more examples, see /usr/share/doc/${PF}/html/auto_updt.html" echo ewarn "As of 4.5.4, the update script is installed correctly into directory designed" ewarn "by upstream again. Check your crontab, so the path matches the one above." diff --git a/app-antivirus/f-prot/f-prot-4.6.3.ebuild b/app-antivirus/f-prot/f-prot-4.6.3.ebuild index d62b64059993..db108531fd6a 100644 --- a/app-antivirus/f-prot/f-prot-4.6.3.ebuild +++ b/app-antivirus/f-prot/f-prot-4.6.3.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-antivirus/f-prot/f-prot-4.6.3.ebuild,v 1.4 2006/10/26 23:50:50 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.6.3.ebuild,v 1.5 2007/01/23 15:28:33 genone Exp $ inherit eutils @@ -54,15 +54,15 @@ src_install() { } pkg_postinst() { - echo - einfo "Remember to run /opt/f-prot/tools/check-updates.pl regularly to keep virus" - einfo "database up to date. Recommended method is to use cron. See manpages for" - einfo "cron(8) and crontab(5) for more info." - einfo "An example crontab entry, causing check-updates.pl to run every night at 4AM:" - echo - echo "0 4 * * * /opt/f-prot/tools/check-updates.pl >/dev/null" - echo - einfo "For more examples, see /usr/share/doc/${PF}/html/auto_updt.html" + elog + elog "Remember to run /opt/f-prot/tools/check-updates.pl regularly to keep virus" + elog "database up to date. Recommended method is to use cron. See manpages for" + elog "cron(8) and crontab(5) for more info." + elog "An example crontab entry, causing check-updates.pl to run every night at 4AM:" + elog + elog "0 4 * * * /opt/f-prot/tools/check-updates.pl >/dev/null" + elog + elog "For more examples, see /usr/share/doc/${PF}/html/auto_updt.html" echo ewarn "As of 4.5.4, the update script is installed correctly into directory designed" ewarn "by upstream again. Check your crontab, so the path matches the one above." diff --git a/app-antivirus/f-prot/f-prot-4.6.4.ebuild b/app-antivirus/f-prot/f-prot-4.6.4.ebuild index 6120ab62a69a..818cd62a702c 100644 --- a/app-antivirus/f-prot/f-prot-4.6.4.ebuild +++ b/app-antivirus/f-prot/f-prot-4.6.4.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-antivirus/f-prot/f-prot-4.6.4.ebuild,v 1.2 2006/10/26 23:50:50 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.6.4.ebuild,v 1.3 2007/01/23 15:28:33 genone Exp $ inherit eutils @@ -54,14 +54,14 @@ src_install() { } pkg_postinst() { - echo - einfo "Remember to run /opt/f-prot/tools/check-updates.pl regularly to keep virus" - einfo "database up to date. Recommended method is to use cron. See manpages for" - einfo "cron(8) and crontab(5) for more info." - einfo "An example crontab entry, causing check-updates.pl to run every night at 4AM:" - echo - echo "0 4 * * * /opt/f-prot/tools/check-updates.pl >/dev/null" - echo - einfo "For more examples, see /usr/share/doc/${PF}/html/auto_updt.html" - echo + elog + elog "Remember to run /opt/f-prot/tools/check-updates.pl regularly to keep virus" + elog "database up to date. Recommended method is to use cron. See manpages for" + elog "cron(8) and crontab(5) for more info." + elog "An example crontab entry, causing check-updates.pl to run every night at 4AM:" + elog + elog "0 4 * * * /opt/f-prot/tools/check-updates.pl >/dev/null" + elog + elog "For more examples, see /usr/share/doc/${PF}/html/auto_updt.html" + elog } diff --git a/app-antivirus/f-prot/f-prot-4.6.5.ebuild b/app-antivirus/f-prot/f-prot-4.6.5.ebuild index e8b7a6034b84..640b1d4371ee 100644 --- a/app-antivirus/f-prot/f-prot-4.6.5.ebuild +++ b/app-antivirus/f-prot/f-prot-4.6.5.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-antivirus/f-prot/f-prot-4.6.5.ebuild,v 1.4 2006/10/26 23:50:50 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.6.5.ebuild,v 1.5 2007/01/23 15:28:33 genone Exp $ inherit eutils @@ -54,14 +54,14 @@ src_install() { } pkg_postinst() { - echo - einfo "Remember to run /opt/f-prot/tools/check-updates.pl regularly to keep virus" - einfo "database up to date. Recommended method is to use cron. See manpages for" - einfo "cron(8) and crontab(5) for more info." - einfo "An example crontab entry, causing check-updates.pl to run every night at 4AM:" - echo - echo "0 4 * * * /opt/f-prot/tools/check-updates.pl >/dev/null" - echo - einfo "For more examples, see /usr/share/doc/${PF}/html/auto_updt.html" - echo + elog + elog "Remember to run /opt/f-prot/tools/check-updates.pl regularly to keep virus" + elog "database up to date. Recommended method is to use cron. See manpages for" + elog "cron(8) and crontab(5) for more info." + elog "An example crontab entry, causing check-updates.pl to run every night at 4AM:" + elog + elog "0 4 * * * /opt/f-prot/tools/check-updates.pl >/dev/null" + elog + elog "For more examples, see /usr/share/doc/${PF}/html/auto_updt.html" + elog } diff --git a/app-antivirus/f-prot/f-prot-4.6.7.ebuild b/app-antivirus/f-prot/f-prot-4.6.7.ebuild index 59955b06a13c..f9a0bbc6bd2f 100644 --- a/app-antivirus/f-prot/f-prot-4.6.7.ebuild +++ b/app-antivirus/f-prot/f-prot-4.6.7.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-antivirus/f-prot/f-prot-4.6.7.ebuild,v 1.3 2006/12/11 17:04:06 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/f-prot/f-prot-4.6.7.ebuild,v 1.4 2007/01/23 15:28:33 genone Exp $ inherit eutils @@ -54,14 +54,14 @@ src_install() { } pkg_postinst() { - echo - einfo "Remember to run /opt/f-prot/tools/check-updates.pl regularly to keep virus" - einfo "database up to date. Recommended method is to use cron. See manpages for" - einfo "cron(8) and crontab(5) for more info." - einfo "An example crontab entry, causing check-updates.pl to run every night at 4AM:" - echo - echo "0 4 * * * /opt/f-prot/tools/check-updates.pl >/dev/null" - echo - einfo "For more examples, see /usr/share/doc/${PF}/html/auto_updt.html" - echo + elog + elog "Remember to run /opt/f-prot/tools/check-updates.pl regularly to keep virus" + elog "database up to date. Recommended method is to use cron. See manpages for" + elog "cron(8) and crontab(5) for more info." + elog "An example crontab entry, causing check-updates.pl to run every night at 4AM:" + elog + elog "0 4 * * * /opt/f-prot/tools/check-updates.pl >/dev/null" + elog + elog "For more examples, see /usr/share/doc/${PF}/html/auto_updt.html" + elog } diff --git a/app-antivirus/f-prot/files/digest-f-prot-4.6.0-r2 b/app-antivirus/f-prot/files/digest-f-prot-4.6.0-r2 index 733ed69009e9..9d946d6844f4 100644 --- a/app-antivirus/f-prot/files/digest-f-prot-4.6.0-r2 +++ b/app-antivirus/f-prot/files/digest-f-prot-4.6.0-r2 @@ -1 +1,3 @@ MD5 cbee04bcb2df84951964ac9c86cf29c0 fp-linux-ws-4.6.0.tar.gz 3714710 +RMD160 c766db8f1082bb8f6391a812d7b02a6a81f43e76 fp-linux-ws-4.6.0.tar.gz 3714710 +SHA256 0f22dcc30c6c0ce3f2d057b2732eb000db1d3cb0d86e91651fdea1da6b39d116 fp-linux-ws-4.6.0.tar.gz 3714710 diff --git a/app-antivirus/f-prot/files/digest-f-prot-4.6.1 b/app-antivirus/f-prot/files/digest-f-prot-4.6.1 index 33cffc5a3a56..bc069d79200e 100644 --- a/app-antivirus/f-prot/files/digest-f-prot-4.6.1 +++ b/app-antivirus/f-prot/files/digest-f-prot-4.6.1 @@ -1 +1,3 @@ MD5 ca0c1c706712d60bf6b18c2a6677ada8 fp-linux-ws-4.6.1.tar.gz 3881588 +RMD160 2f9de6fd132f444581b578b4dba2e89ddcda226e fp-linux-ws-4.6.1.tar.gz 3881588 +SHA256 e5a45f636ac82420e919425854f85919f6f52f9626ecff926ab6315e6719b2b8 fp-linux-ws-4.6.1.tar.gz 3881588 diff --git a/app-antivirus/f-prot/files/digest-f-prot-4.6.3 b/app-antivirus/f-prot/files/digest-f-prot-4.6.3 index 6c33466ddd52..ed9ae7a2d82d 100644 --- a/app-antivirus/f-prot/files/digest-f-prot-4.6.3 +++ b/app-antivirus/f-prot/files/digest-f-prot-4.6.3 @@ -1 +1,3 @@ MD5 275abce38b2b7f3bc0274bf45476b1b4 fp-linux-ws-4.6.3.tar.gz 3987315 +RMD160 48b2c7aee01a3f13484cbca7c931100feda955ab fp-linux-ws-4.6.3.tar.gz 3987315 +SHA256 16854c8aea5ecd00ff5b106fdfaf4707f8c93f2753f95d3e4009c95cefb1c033 fp-linux-ws-4.6.3.tar.gz 3987315 diff --git a/app-antivirus/f-prot/files/digest-f-prot-4.6.4 b/app-antivirus/f-prot/files/digest-f-prot-4.6.4 index ef0d0a59e798..d94c34404daa 100644 --- a/app-antivirus/f-prot/files/digest-f-prot-4.6.4 +++ b/app-antivirus/f-prot/files/digest-f-prot-4.6.4 @@ -1 +1,3 @@ MD5 4a8d992b8a0c19c38b2b2e3055c13081 fp-linux-ws-4.6.4.tar.gz 4073141 +RMD160 0e6f8063a55f5b518607bfe40e872ccbdaf60ab4 fp-linux-ws-4.6.4.tar.gz 4073141 +SHA256 77da5b7f55653c74e44f63001b8062900d3e5c4596fbd4d04b71273e17746e8f fp-linux-ws-4.6.4.tar.gz 4073141 |