Gentoo Archives: gentoo-dev

From: Samuli Suominen <ssuominen@g.o>
To: gentoo-dev@l.g.o, patrick@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-forensics/samhain: ChangeLog samhain-2.6.2.ebuild
Date: Fri, 26 Feb 2010 21:01:33
Message-Id: 4B8836A8.7090404@gentoo.org
1 On 02/26/2010 10:49 PM, Patrick Lauer (patrick) wrote:
2 > patrick 10/02/26 20:49:19
3 >
4 > Modified: ChangeLog
5 > Added: samhain-2.6.2.ebuild
6 > Log:
7 > Bump
8 > (Portage version: 2.2_rc63/cvs/Linux x86_64)
9 > Index: samhain-2.6.2.ebuild
10 > ===================================================================
11 > # Copyright 1999-2010 Gentoo Foundation
12 > # Distributed under the terms of the GNU General Public License v2
13 > # $Header: /var/cvsroot/gentoo-x86/app-forensics/samhain/samhain-2.6.2.ebuild,v 1.1 2010/02/26 20:49:18 patrick Exp $
14 >
15 > KEYWORDS="~amd64 ~x86"
16 > DESCRIPTION="Advanced file integrity and intrusion detection tool."
17 > HOMEPAGE="http://la-samhna.de/samhain/"
18 > SRC_URI="http://la-samhna.de/archive/samhain_signed-${PV}.tar.gz"
19 > LICENSE="GPL-2"
20 > SLOT="0"
21 > IUSE="crypt debug login-watch mounts-check mysql netclient netserver postgres prelude static suidcheck userfiles xml"
22 >
23 > RESTRICT="strip"
24
25 Why restricting strip on source based package? It's wrong, at least if
26 it's to supress QA warnings from Portage. It only hides them.
27
28 > make || die "compile failed"
29 > }
30 >
31 > src_install() {
32 > make DESTDIR="${D}" install || die "make install failed"
33
34 Use emake instead of make.

Replies