summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-02-28 20:54:43 +0000
committerJeroen Roovers <jer@gentoo.org>2011-02-28 20:54:43 +0000
commitbebc6cb7d6cafe22f5722bc11a478ab60f4ecc7d (patch)
treea5813f85fedc6d8e37d20a6186848cbfd0447e52 /net-analyzer/snort
parentExample ebuild cleanup how drivers should look nowdays, rest ~ ones should be... (diff)
downloadgentoo-2-bebc6cb7d6cafe22f5722bc11a478ab60f4ecc7d.tar.gz
gentoo-2-bebc6cb7d6cafe22f5722bc11a478ab60f4ecc7d.tar.bz2
gentoo-2-bebc6cb7d6cafe22f5722bc11a478ab60f4ecc7d.zip
Do not install temporary log files (bug #356547).
(Portage version: 2.2.0_alpha25/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/snort')
-rw-r--r--net-analyzer/snort/ChangeLog5
-rw-r--r--net-analyzer/snort/snort-2.9.0.4.ebuild5
2 files changed, 5 insertions, 5 deletions
diff --git a/net-analyzer/snort/ChangeLog b/net-analyzer/snort/ChangeLog
index 901012f77d6d..3a3001b2c1fb 100644
--- a/net-analyzer/snort/ChangeLog
+++ b/net-analyzer/snort/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/snort
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/ChangeLog,v 1.174 2011/02/26 13:04:33 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/ChangeLog,v 1.175 2011/02/28 20:54:43 jer Exp $
+
+ 28 Feb 2011; Jeroen Roovers <jer@gentoo.org> snort-2.9.0.4.ebuild:
+ Do not install temporary log files (bug #356547).
26 Feb 2011; Thomas Kahle <tomka@gentoo.org> snort-2.9.0.4.ebuild:
x86 stable per bug 351549
diff --git a/net-analyzer/snort/snort-2.9.0.4.ebuild b/net-analyzer/snort/snort-2.9.0.4.ebuild
index 4b0c194c5de3..6ad051b908f5 100644
--- a/net-analyzer/snort/snort-2.9.0.4.ebuild
+++ b/net-analyzer/snort/snort-2.9.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.9.0.4.ebuild,v 1.3 2011/02/26 13:04:33 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.9.0.4.ebuild,v 1.4 2011/02/28 20:54:43 jer Exp $
EAPI="2"
inherit eutils autotools multilib
@@ -130,9 +130,6 @@ src_install() {
doc/* \
tools/u2boat/README.u2boat \
schemas/* || die "Failed to install snort docs"
- docinto support
- dodoc "${WORKDIR}/${PF}/config.log" \
- "${T}/build.log" || die "Failed to install support files"
insinto /etc/snort
doins etc/attribute_table.dtd \