nessus-2.2.9.ebuild 825 B

1234567891011121314151617181920212223242526272829303132333435
  1. # Copyright 1999-2011 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. DESCRIPTION="A remote security scanner"
  4. HOMEPAGE="http://www.nessus.org/"
  5. SRC_URI=""
  6. SLOT="0"
  7. LICENSE="GPL-2"
  8. KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
  9. IUSE=""
  10. DEPEND=""
  11. RDEPEND="
  12. ~net-analyzer/nessus-libraries-${PV}
  13. ~net-analyzer/libnasl-${PV}
  14. ~net-analyzer/nessus-core-${PV}
  15. ~net-analyzer/nessus-plugins-${PV}"
  16. pkg_postinst() {
  17. elog "The following article may be useful to get started:"
  18. elog "http://www.securityfocus.com/infocus/1741"
  19. }
  20. pkg_postrm() {
  21. elog "Note: this is a META ebuild for ${P}."
  22. elog "to remove it completely or before re-emerging"
  23. elog "either use 'depclean', or remove/re-emerge these packages:"
  24. elog
  25. for dep in ${RDEPEND}; do
  26. elog " ${dep}"
  27. done
  28. echo
  29. }