summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2010-07-09 02:26:38 +0000
committerJeroen Roovers <jer@gentoo.org>2010-07-09 02:26:38 +0000
commit695606dfd24490e20df411da04e79c276eab810d (patch)
tree3c8a8926c04233162a5240072758dfb48f369ff4 /app-forensics/rkhunter
parentVersion bump (diff)
downloadgentoo-2-695606dfd24490e20df411da04e79c276eab810d.tar.gz
gentoo-2-695606dfd24490e20df411da04e79c276eab810d.tar.bz2
gentoo-2-695606dfd24490e20df411da04e79c276eab810d.zip
Replace RDEPEND on virtual/mailx to elog advice thanks to Aaron Slunt (bug #327547, replace einfo with elog as well).
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'app-forensics/rkhunter')
-rw-r--r--app-forensics/rkhunter/ChangeLog7
-rw-r--r--app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild13
-rw-r--r--app-forensics/rkhunter/rkhunter-1.3.6.ebuild13
3 files changed, 18 insertions, 15 deletions
diff --git a/app-forensics/rkhunter/ChangeLog b/app-forensics/rkhunter/ChangeLog
index 53c9127a01a7..b98c6dcdd55c 100644
--- a/app-forensics/rkhunter/ChangeLog
+++ b/app-forensics/rkhunter/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-forensics/rkhunter
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.78 2010/07/08 04:27:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.79 2010/07/09 02:26:38 jer Exp $
+
+ 09 Jul 2010; Jeroen Roovers <jer@gentoo.org> rkhunter-1.3.4-r3.ebuild,
+ rkhunter-1.3.6.ebuild:
+ Replace RDEPEND on virtual/mailx to elog advice thanks to Aaron Slunt (bug
+ #327547, replace einfo with elog as well).
08 Jul 2010; Jeroen Roovers <jer@gentoo.org> rkhunter-1.3.4-r3.ebuild:
RDEPEND on virtual/cron and virtual/mailx thanks to p0 (bug #301707).
diff --git a/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild b/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild
index 23df34b82177..36f889bd066f 100644
--- a/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild
+++ b/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild,v 1.7 2010/07/08 04:27:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild,v 1.8 2010/07/09 02:26:38 jer Exp $
EAPI=2
@@ -20,7 +20,6 @@ RDEPEND="
dev-lang/perl
sys-process/lsof
virtual/cron
- virtual/mailx
"
S="${WORKDIR}/${P}/files"
@@ -60,10 +59,10 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "A cron script has been installed to /etc/cron.daily/rkhunter."
- einfo "To enable it, edit /etc/cron.daily/rkhunter and follow the"
- einfo "directions."
- einfo
+ elog "A cron script has been installed to /etc/cron.daily/rkhunter."
+ elog "To enable it, edit /etc/cron.daily/rkhunter and follow the"
+ elog "directions."
+ elog "If you want ${PN} to send mail, you will need to install"
+ elog "virtual/mailx as well."
bash-completion_pkg_postinst
}
diff --git a/app-forensics/rkhunter/rkhunter-1.3.6.ebuild b/app-forensics/rkhunter/rkhunter-1.3.6.ebuild
index 3201c98346f5..61c06e9e6b75 100644
--- a/app-forensics/rkhunter/rkhunter-1.3.6.ebuild
+++ b/app-forensics/rkhunter/rkhunter-1.3.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.6.ebuild,v 1.1 2010/07/08 04:25:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.6.ebuild,v 1.2 2010/07/09 02:26:38 jer Exp $
EAPI=2
@@ -20,7 +20,6 @@ RDEPEND="
dev-lang/perl
sys-process/lsof
virtual/cron
- virtual/mailx
"
S="${WORKDIR}/${P}/files"
@@ -59,10 +58,10 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "A cron script has been installed to /etc/cron.daily/rkhunter."
- einfo "To enable it, edit /etc/cron.daily/rkhunter and follow the"
- einfo "directions."
- einfo
+ elog "A cron script has been installed to /etc/cron.daily/rkhunter."
+ elog "To enable it, edit /etc/cron.daily/rkhunter and follow the"
+ elog "directions."
+ elog "If you want ${PN} to send mail, you will need to install"
+ elog "virtual/mailx as well."
bash-completion_pkg_postinst
}