From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B94A21384B4 for ; Sat, 2 Jan 2016 21:12:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5957A21C063; Sat, 2 Jan 2016 21:12:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D489521C063 for ; Sat, 2 Jan 2016 21:12:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B331533BE2F for ; Sat, 2 Jan 2016 21:12:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3520FCF1 for ; Sat, 2 Jan 2016 21:12:05 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1451769092.4337a53de4e2e0ca9600b5f6c1f95b5fd3161580.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/rkhunter/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/rkhunter/Manifest app-forensics/rkhunter/rkhunter-1.4.0.ebuild X-VCS-Directories: app-forensics/rkhunter/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 4337a53de4e2e0ca9600b5f6c1f95b5fd3161580 X-VCS-Branch: master Date: Sat, 2 Jan 2016 21:12:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 89eec21b-6e11-4976-922c-146e9313dae8 X-Archives-Hash: a16884339a4d254d1357fbf2d34fb4be commit: 4337a53de4e2e0ca9600b5f6c1f95b5fd3161580 Author: Manuel Rüger gentoo org> AuthorDate: Sat Jan 2 21:11:32 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Jan 2 21:11:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4337a53d app-forensics/rkhunter: Remove old Package-Manager: portage-2.2.26 app-forensics/rkhunter/Manifest | 1 - app-forensics/rkhunter/rkhunter-1.4.0.ebuild | 68 ---------------------------- 2 files changed, 69 deletions(-) diff --git a/app-forensics/rkhunter/Manifest b/app-forensics/rkhunter/Manifest index 614e878..cf1cea2 100644 --- a/app-forensics/rkhunter/Manifest +++ b/app-forensics/rkhunter/Manifest @@ -1,2 +1 @@ -DIST rkhunter-1.4.0.tar.gz 244211 SHA256 8a03d6add50663531994d55aff058eced74c64df948b88176621cd761b68ccf9 SHA512 597e8b2e3f75cd1cb57dd3e33df004265f03ca1503310f984211612da43a160e5d3b50626b4918bd38bf0d239fe2e4a45e55a96212c5a3b5a5645e77e030b60a WHIRLPOOL 45c023b625c7c1664a9f99438b5bebe5ed70265346f122b9d71f91611439d77a2bda01c137698898314183458c4467c66f73bb703b83fbaae2ffe65ded3307ad DIST rkhunter-1.4.2.tar.gz 277707 SHA256 789cc84a21faf669da81e648eead2e62654cfbe0b2d927119d8b1e55b22b65c3 SHA512 a4e45caaaf5b8262619ebb890784c75c4e30db4c6c0eba305f86d419142b4796c95bc55fe8846dce8d58bc7636bdb365a4a8c41707f64d4d81373687c5a3b0d4 WHIRLPOOL 911ed8e37e112516adba3afb63e3d4862d061ea35cd4b8becea455922d6b2a744f4b8e7cf92685cff29c3192c594dfc58ba3c194f371dd4d95530bd4c09c5d84 diff --git a/app-forensics/rkhunter/rkhunter-1.4.0.ebuild b/app-forensics/rkhunter/rkhunter-1.4.0.ebuild deleted file mode 100644 index d8a37b3..0000000 --- a/app-forensics/rkhunter/rkhunter-1.4.0.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils bash-completion-r1 - -DESCRIPTION="Rootkit Hunter scans for known and unknown rootkits, backdoors, and sniffers" -HOMEPAGE="http://rkhunter.sf.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~mips ppc x86" -IUSE="" - -RDEPEND=" - app-shells/bash - dev-lang/perl - sys-process/lsof[rpc] - virtual/cron - virtual/mailx -" - -S="${WORKDIR}/${P}/files" - -src_prepare() { - epatch "${FILESDIR}/${P}.conf.patch" -} - -src_install() { - # rkhunter requires to be root - dosbin ${PN} - - # rkhunter doesn't create it by itself - dodir /var/lib/${PN}/tmp - - insinto /etc - doins ${PN}.conf - - exeinto /usr/lib/${PN}/scripts - doexe *.pl - - insinto /var/lib/${PN}/db - doins *.dat - - insinto /var/lib/${PN}/db/i18n - doins i18n/* - - doman ${PN}.8 - dodoc ACKNOWLEDGMENTS CHANGELOG FAQ README - - exeinto /etc/cron.daily - newexe "${FILESDIR}/${PN}-1.3.cron" ${PN} - - newbashcomp "${FILESDIR}/${PN}.bash-completion" ${PN} -} - -pkg_postinst() { - 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 or alter the EMAIL_CMD variable in the" - elog "cron script and possibly the MAIL_CMD variable in the" - elog "${PN}.conf file to use another mail client." -}