diff options
author | Michael Boman <mboman@gentoo.org> | 2004-03-21 13:03:35 +0000 |
---|---|---|
committer | Michael Boman <mboman@gentoo.org> | 2004-03-21 13:03:35 +0000 |
commit | ec1f921b0c115491adbc088a1fbe2d588143ac98 (patch) | |
tree | ca7fc1ccc3c94f0efa4ae18f7f6ab1b46d4552fd /net-analyzer/piwi | |
parent | QA: IUSE variable was missing. (Manifest recommit) (diff) | |
download | gentoo-2-ec1f921b0c115491adbc088a1fbe2d588143ac98.tar.gz gentoo-2-ec1f921b0c115491adbc088a1fbe2d588143ac98.tar.bz2 gentoo-2-ec1f921b0c115491adbc088a1fbe2d588143ac98.zip |
QA: Unnecessary definition of S removed.
Diffstat (limited to 'net-analyzer/piwi')
-rw-r--r-- | net-analyzer/piwi/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/piwi/piwi-0.0.20030717.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net-analyzer/piwi/ChangeLog b/net-analyzer/piwi/ChangeLog index 913756ddcf67..a3de6802a1dd 100644 --- a/net-analyzer/piwi/ChangeLog +++ b/net-analyzer/piwi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/piwi # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/piwi/ChangeLog,v 1.8 2004/03/19 00:09:10 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/piwi/ChangeLog,v 1.9 2004/03/21 13:03:35 mboman Exp $ + + 21 Mar 2004; Michael Boman <mboman@gentoo.org> piwi-0.0.20030717.ebuild: + QA: Unnecessary definition of S removed. 18 Mar 2004; Jason Wever <weeve@gentoo.org> piwi-0.8.0.20031109-r1.ebuild: Added ~sparc keyword. diff --git a/net-analyzer/piwi/piwi-0.0.20030717.ebuild b/net-analyzer/piwi/piwi-0.0.20030717.ebuild index e8b4b0978285..414248eebd67 100644 --- a/net-analyzer/piwi/piwi-0.0.20030717.ebuild +++ b/net-analyzer/piwi/piwi-0.0.20030717.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/piwi/piwi-0.0.20030717.ebuild,v 1.2 2003/09/05 23:40:10 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/piwi/piwi-0.0.20030717.ebuild,v 1.3 2004/03/21 13:03:35 mboman Exp $ DESCRIPTION="(Prelude|Perl) IDS Web Interface" HOMEPAGE="http://www.prelude-ids.org" @@ -19,8 +19,6 @@ DEPEND=" " RDEPEND="${DEPEND}" -S=${WORKDIR}/${P} - src_install() { into /home/httpd/htdocs/piwi || die into /etc/piwi || die |