summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2004-11-07 02:46:48 +0000
committerAaron Walker <ka0ttic@gentoo.org>2004-11-07 02:46:48 +0000
commit6662c0eefb00e188fe8c615f87802e453494e4c1 (patch)
tree7be094015ab622688c61bba472dd5788256cf58c /app-forensics
parentLICENSE fix (Manifest recommit) (diff)
downloadgentoo-2-6662c0eefb00e188fe8c615f87802e453494e4c1.tar.gz
gentoo-2-6662c0eefb00e188fe8c615f87802e453494e4c1.tar.bz2
gentoo-2-6662c0eefb00e188fe8c615f87802e453494e4c1.zip
Updated to use bash-completion.eclass
Diffstat (limited to 'app-forensics')
-rw-r--r--app-forensics/rkhunter/ChangeLog6
-rw-r--r--app-forensics/rkhunter/Manifest20
-rw-r--r--app-forensics/rkhunter/rkhunter-1.1.7.ebuild13
-rw-r--r--app-forensics/rkhunter/rkhunter-1.1.8.ebuild13
4 files changed, 20 insertions, 32 deletions
diff --git a/app-forensics/rkhunter/ChangeLog b/app-forensics/rkhunter/ChangeLog
index 47e7ca109d66..4f3d373fc5e3 100644
--- a/app-forensics/rkhunter/ChangeLog
+++ b/app-forensics/rkhunter/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-forensics/rkhunter
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.12 2004/10/23 18:18:01 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.13 2004/11/07 02:46:48 ka0ttic Exp $
+
+ 06 Nov 2004; Aaron Walker <ka0ttic@gentoo.org> rkhunter-1.1.7.ebuild,
+ rkhunter-1.1.8.ebuild:
+ Updated to use bash-completion.eclass
23 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> rkhunter-1.1.8.ebuild:
Stable on alpha.
diff --git a/app-forensics/rkhunter/Manifest b/app-forensics/rkhunter/Manifest
index f4b483c12989..fd33d9eacebe 100644
--- a/app-forensics/rkhunter/Manifest
+++ b/app-forensics/rkhunter/Manifest
@@ -1,18 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 1a2416ab5435611325209ef5c2d5226f ChangeLog 4056
-MD5 527d5b69cdeb855daf0c9c169675bf3c rkhunter-1.1.7.ebuild 1615
+MD5 e739189cf3c912df635f5817d7817d00 rkhunter-1.1.7.ebuild 1445
+MD5 80d74f65087b37f8ac29441540a2389c ChangeLog 4194
MD5 f1608c19ea0727ee36b2a692b1f3470b metadata.xml 264
-MD5 4c39c58b2fb7af20e6577fc961774645 rkhunter-1.1.8.ebuild 1614
-MD5 f1345147c35da8e7f1f51ede053106e6 files/digest-rkhunter-1.1.8 66
-MD5 6ffd297b11dded42095078ef68ef2fb9 files/rkhunter.bash-completion 2529
+MD5 a8c748a5ef39d5140db7e55a8e9a0be1 rkhunter-1.1.8.ebuild 1444
MD5 bbe8224c46ee3ddd8cea79ed4b817ae4 files/rkhunter.cron 1035
+MD5 6ffd297b11dded42095078ef68ef2fb9 files/rkhunter.bash-completion 2529
MD5 011c5df2094bff6d80ce80a90e530bb6 files/digest-rkhunter-1.1.7 66
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFBeryIugEuf3OQ0akRAl4BAJ9cDko5xlHabuV1zq3BAt21Ovz11wCfc3Gi
-k2RBOw/REo+dF35vVjTh4hw=
-=x0Ae
------END PGP SIGNATURE-----
+MD5 f1345147c35da8e7f1f51ede053106e6 files/digest-rkhunter-1.1.8 66
diff --git a/app-forensics/rkhunter/rkhunter-1.1.7.ebuild b/app-forensics/rkhunter/rkhunter-1.1.7.ebuild
index 728447ee0663..cd910b7e2901 100644
--- a/app-forensics/rkhunter/rkhunter-1.1.7.ebuild
+++ b/app-forensics/rkhunter/rkhunter-1.1.7.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.1.7.ebuild,v 1.5 2004/10/02 22:20:10 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.1.7.ebuild,v 1.6 2004/11/07 02:46:48 ka0ttic Exp $
+
+inherit bash-completion
DESCRIPTION="Rootkit Hunter scans for known and unknown rootkits, backdoors, and sniffers."
HOMEPAGE="http://www.rootkit.org/"
@@ -35,8 +37,7 @@ src_install() {
exeinto /etc/cron.daily
newexe ${FILESDIR}/rkhunter.cron rkhunter
- insinto /usr/share/bash-completion
- newins ${FILESDIR}/${PN}.bash-completion ${PN}
+ dobashcompletion ${FILESDIR}/${PN}.bash-completion ${PN}
}
pkg_postinst() {
@@ -44,11 +45,7 @@ pkg_postinst() {
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."
- echo
- einfo "To enable bash command-line completion for rkhunter, execute"
- einfo "the following command as root:"
- einfo " ln -s /usr/share/bash-completion/rkhunter /etc/bash_completion.d/"
- echo
+ bash-completion_pkg_postinst
}
pkg_prerm() {
diff --git a/app-forensics/rkhunter/rkhunter-1.1.8.ebuild b/app-forensics/rkhunter/rkhunter-1.1.8.ebuild
index 62b9d51ba60a..7402c0de4ca4 100644
--- a/app-forensics/rkhunter/rkhunter-1.1.8.ebuild
+++ b/app-forensics/rkhunter/rkhunter-1.1.8.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.1.8.ebuild,v 1.5 2004/10/23 18:18:01 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.1.8.ebuild,v 1.6 2004/11/07 02:46:48 ka0ttic Exp $
+
+inherit bash-completion
DESCRIPTION="Rootkit Hunter scans for known and unknown rootkits, backdoors, and sniffers."
HOMEPAGE="http://www.rootkit.org/"
@@ -35,8 +37,7 @@ src_install() {
exeinto /etc/cron.daily
newexe ${FILESDIR}/rkhunter.cron rkhunter
- insinto /usr/share/bash-completion
- newins ${FILESDIR}/${PN}.bash-completion ${PN}
+ dobashcompletion ${FILESDIR}/${PN}.bash-completion ${PN}
}
pkg_postinst() {
@@ -44,11 +45,7 @@ pkg_postinst() {
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."
- echo
- einfo "To enable bash command-line completion for rkhunter, execute"
- einfo "the following command as root:"
- einfo " ln -s /usr/share/bash-completion/rkhunter /etc/bash_completion.d/"
- echo
+ bash-completion_pkg_postinst
}
pkg_prerm() {