diff options
-rw-r--r-- | app-forensics/samhain/ChangeLog | 6 | ||||
-rw-r--r-- | app-forensics/samhain/samhain-2.1.3.ebuild | 4 | ||||
-rw-r--r-- | app-forensics/samhain/samhain-2.2.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-forensics/samhain/ChangeLog b/app-forensics/samhain/ChangeLog index f030df3b4129..dce8a459f67f 100644 --- a/app-forensics/samhain/ChangeLog +++ b/app-forensics/samhain/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-forensics/samhain # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/samhain/ChangeLog,v 1.8 2007/05/13 18:16:23 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/samhain/ChangeLog,v 1.9 2007/07/02 14:12:03 peper Exp $ + + 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> samhain-2.1.3.ebuild, + samhain-2.2.0.ebuild: + (QA) RESTRICT clean up. 13 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml: add <herd>no-herd</herd> diff --git a/app-forensics/samhain/samhain-2.1.3.ebuild b/app-forensics/samhain/samhain-2.1.3.ebuild index cdc51d182367..ceece97aed49 100644 --- a/app-forensics/samhain/samhain-2.1.3.ebuild +++ b/app-forensics/samhain/samhain-2.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/samhain/samhain-2.1.3.ebuild,v 1.6 2007/06/26 01:39:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/samhain/samhain-2.1.3.ebuild,v 1.7 2007/07/02 14:12:03 peper Exp $ KEYWORDS="~x86" DESCRIPTION="Advanced file integrity and intrusion detection tool." @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="crypt debug login-watch mounts-check mysql netclient netserver postgres prelude static suidcheck userfiles xml" -RESTRICT="nostrip" +RESTRICT="strip" DEPEND="crypt? ( >=app-crypt/gnupg-1.2 ) mysql? ( virtual/mysql ) diff --git a/app-forensics/samhain/samhain-2.2.0.ebuild b/app-forensics/samhain/samhain-2.2.0.ebuild index 3bfd8b25c2c8..05b0733797a4 100644 --- a/app-forensics/samhain/samhain-2.2.0.ebuild +++ b/app-forensics/samhain/samhain-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/samhain/samhain-2.2.0.ebuild,v 1.6 2007/06/26 01:39:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/samhain/samhain-2.2.0.ebuild,v 1.7 2007/07/02 14:12:03 peper Exp $ KEYWORDS="~x86" DESCRIPTION="Advanced file integrity and intrusion detection tool." @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="crypt debug login-watch mounts-check mysql netclient netserver postgres prelude static suidcheck userfiles xml" -RESTRICT="nostrip" +RESTRICT="strip" DEPEND="crypt? ( >=app-crypt/gnupg-1.2 ) mysql? ( virtual/mysql ) |