diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-22 09:20:57 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-22 09:20:57 +0000 |
commit | 36ea0a78e0a20fb63345a6e202b23a2234d4f416 (patch) | |
tree | b015fa1f5c2e21a211d11550fa3031b898979a5b /app-admin/aide | |
parent | virtual xforms (diff) | |
download | gentoo-2-36ea0a78e0a20fb63345a6e202b23a2234d4f416.tar.gz gentoo-2-36ea0a78e0a20fb63345a6e202b23a2234d4f416.tar.bz2 gentoo-2-36ea0a78e0a20fb63345a6e202b23a2234d4f416.zip |
repoman'd
Diffstat (limited to 'app-admin/aide')
-rw-r--r-- | app-admin/aide/aide-0.7-r1.ebuild | 44 | ||||
-rw-r--r-- | app-admin/aide/aide-0.7.ebuild | 39 | ||||
-rw-r--r-- | app-admin/aide/aide-0.8.ebuild | 18 | ||||
-rw-r--r-- | app-admin/aide/files/digest-aide-0.7 | 1 | ||||
-rw-r--r-- | app-admin/aide/files/digest-aide-0.7-r1 | 1 |
5 files changed, 9 insertions, 94 deletions
diff --git a/app-admin/aide/aide-0.7-r1.ebuild b/app-admin/aide/aide-0.7-r1.ebuild deleted file mode 100644 index 9f3d1bf2e862..000000000000 --- a/app-admin/aide/aide-0.7-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-admin/aide/aide-0.7-r1.ebuild,v 1.4 2002/07/17 20:43:16 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="AIDE (Advanced Intrusion Detection Environment) is a free replacement for Tripwire" -SRC_URI="http://www.cs.tut.fi/~rammer/${P}.tar.gz" -SLOT="0" -HOMEPAGE="http://www.cs.tut.fi/~rammer/aide.html" -LICENSE="GPL-2" - -DEPEND="sys-apps/gzip sys-devel/bison sys-devel/flex" - -src_compile() { - - # aide 0.7 refuses to compile with postgresql support (missing headerfile?) - # postgres USE keyword disabled for now... :( - - libtoolize --copy --force - #if [ -z "`use postgres`" ] ; then - ./configure \ - --prefix=/usr \ - --with-zlib \ - --sysconfdir=/etc/aide \ - host=${CHOST} || die - make CFLAGS="$CFLAGS" all || die - #else - # try ./configure --prefix=/usr --with-zlib --with-psql - # try make CFLAGS=\"$CFLAGS -I/usr/include/postgresql\" all - #fi - -} - -src_install() { - - make prefix=${D}/usr mandir=${D}/usr/share/man install || die - - dodir /etc/aide - cp doc/aide.conf ${D}/etc/aide - - dodoc AUTHORS COPYING INSTALL NEWS README doc/manual.html - -} - diff --git a/app-admin/aide/aide-0.7.ebuild b/app-admin/aide/aide-0.7.ebuild deleted file mode 100644 index 70a557e21190..000000000000 --- a/app-admin/aide/aide-0.7.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-admin/aide/aide-0.7.ebuild,v 1.8 2002/07/17 20:43:16 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="AIDE (Advanced Intrusion Detection Environment) is a free replacement for Tripwire" -SRC_URI="http://www.cs.tut.fi/~rammer/${P}.tar.gz" -SLOT="0" -HOMEPAGE="http://www.cs.tut.fi/~rammer/aide.html" -LICENSE="GPL-2" - -DEPEND="sys-apps/gzip sys-devel/bison sys-devel/flex" - -src_compile() { - - # aide 0.7 refuses to compile with postgresql support (missing headerfile?) - # postgres USE keyword disabled for now... :( - - #if [ -z "`use postgres`" ] ; then - try ./configure --prefix=/usr --with-zlib - try make CFLAGS="$CFLAGS" all - #else - # try ./configure --prefix=/usr --with-zlib --with-psql - # try make CFLAGS=\"$CFLAGS -I/usr/include/postgresql\" all - #fi - -} - -src_install() { - - try make prefix=${D}/usr mandir=${D}/usr/share/man install - - dodir /etc - cp ${S}/doc/aide.conf ${D}/etc - - dodoc AUTHORS COPYING INSTALL NEWS README doc/manual.html - -} - diff --git a/app-admin/aide/aide-0.8.ebuild b/app-admin/aide/aide-0.8.ebuild index 81e1bb70a7ab..672a3aea4933 100644 --- a/app-admin/aide/aide-0.8.ebuild +++ b/app-admin/aide/aide-0.8.ebuild @@ -1,13 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-admin/aide/aide-0.8.ebuild,v 1.5 2002/07/17 20:43:16 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/aide/aide-0.8.ebuild,v 1.6 2002/07/22 09:20:56 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="AIDE (Advanced Intrusion Detection Environment) is a free replacement for Tripwire" +HOMEPAGE="http://www.cs.tut.fi/~rammer/aide.html" SRC_URI="http://www.cs.tut.fi/~rammer/${P}.tar.gz" + SLOT="0" -HOMEPAGE="http://www.cs.tut.fi/~rammer/aide.html" LICENSE="GPL-2" +KEYWORDS="x86" DEPEND="sys-apps/gzip sys-devel/bison @@ -24,13 +26,11 @@ src_compile() { use postgres && myconf="${myconf} --with-psql" use nls && myconf="${myconf} --with-locale" - ./configure \ - --prefix=/usr \ - --with-zlib \ - --sysconfdir=/etc/aide \ - --host=${CHOST} \ - --with-mhash \ - --with-extra-lib=/usr/lib \ + econf \ + --with-zlib \ + --sysconfdir=/etc/aide \ + --with-mhash \ + --with-extra-lib=/usr/lib \ ${myconf} || die emake || die diff --git a/app-admin/aide/files/digest-aide-0.7 b/app-admin/aide/files/digest-aide-0.7 deleted file mode 100644 index 6d889e47bf73..000000000000 --- a/app-admin/aide/files/digest-aide-0.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 0b2ed9eb3b608a19418800b87f5be848 aide-0.7.tar.gz 219837 diff --git a/app-admin/aide/files/digest-aide-0.7-r1 b/app-admin/aide/files/digest-aide-0.7-r1 deleted file mode 100644 index 6d889e47bf73..000000000000 --- a/app-admin/aide/files/digest-aide-0.7-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 0b2ed9eb3b608a19418800b87f5be848 aide-0.7.tar.gz 219837 |