summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-29 23:11:09 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-29 23:11:09 +0000
commit8d141bc3d6b062e782cc4a637f048e78b32035a0 (patch)
treea1a8630128d75d7c300d92ac52e0b894e7d8d7aa /app-admin/lsat
parentdon't assign default to S; tidy (diff)
downloadhistorical-8d141bc3d6b062e782cc4a637f048e78b32035a0.tar.gz
historical-8d141bc3d6b062e782cc4a637f048e78b32035a0.tar.bz2
historical-8d141bc3d6b062e782cc4a637f048e78b32035a0.zip
don't assign default to S
Diffstat (limited to 'app-admin/lsat')
-rw-r--r--app-admin/lsat/ChangeLog6
-rw-r--r--app-admin/lsat/lsat-0.8.8.ebuild4
-rw-r--r--app-admin/lsat/lsat-0.9.0.ebuild4
3 files changed, 7 insertions, 7 deletions
diff --git a/app-admin/lsat/ChangeLog b/app-admin/lsat/ChangeLog
index d910697765bb..f3eb61db8113 100644
--- a/app-admin/lsat/ChangeLog
+++ b/app-admin/lsat/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/lsat
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/lsat/ChangeLog,v 1.7 2004/02/29 22:56:12 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/lsat/ChangeLog,v 1.8 2004/03/29 23:11:09 mr_bones_ Exp $
+
+ 29 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> lsat-0.8.8.ebuild,
+ lsat-0.9.0.ebuild:
+ don't assign default to S
29 Feb 2004; Markus Nigbur <pyrania@gentoo.org> lsat-0.8.1.ebuild:
Removing old version.
diff --git a/app-admin/lsat/lsat-0.8.8.ebuild b/app-admin/lsat/lsat-0.8.8.ebuild
index e4e8474db289..7914d6bc867b 100644
--- a/app-admin/lsat/lsat-0.8.8.ebuild
+++ b/app-admin/lsat/lsat-0.8.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/lsat/lsat-0.8.8.ebuild,v 1.2 2004/02/29 22:54:08 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/lsat/lsat-0.8.8.ebuild,v 1.3 2004/03/29 23:11:09 mr_bones_ Exp $
DESCRIPTION="The Linux Security Auditing Tool"
HOMEPAGE="http://usat.sourceforge.net/"
@@ -16,8 +16,6 @@ RDEPEND="virtual/glibc
DEPEND="${RDEPEND}
dev-lang/perl"
-S=${WORKDIR}/${P}
-
src_compile() {
econf || die
emake CFLAGS="${CFLAGS}" SLIBS="-lpopt" all manpage || die
diff --git a/app-admin/lsat/lsat-0.9.0.ebuild b/app-admin/lsat/lsat-0.9.0.ebuild
index e692946178e9..91131bcfe0be 100644
--- a/app-admin/lsat/lsat-0.9.0.ebuild
+++ b/app-admin/lsat/lsat-0.9.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/lsat/lsat-0.9.0.ebuild,v 1.2 2004/02/29 22:54:08 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/lsat/lsat-0.9.0.ebuild,v 1.3 2004/03/29 23:11:09 mr_bones_ Exp $
DESCRIPTION="The Linux Security Auditing Tool"
HOMEPAGE="http://usat.sourceforge.net/"
@@ -16,8 +16,6 @@ RDEPEND="virtual/glibc
DEPEND="${RDEPEND}
dev-lang/perl"
-S=${WORKDIR}/${P}
-
src_compile() {
econf || die
emake CFLAGS="${CFLAGS}" SLIBS="-lpopt" all manpage || die