diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2004-09-17 15:06:20 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2004-09-17 15:06:20 +0000 |
commit | f1d3e6ef04e4a00123fcb5fbc1b86d051d6d148b (patch) | |
tree | 691833f1fbb4332cc31fe5feb469d0489427eb94 /app-forensics/aide | |
parent | typo (diff) | |
download | gentoo-2-f1d3e6ef04e4a00123fcb5fbc1b86d051d6d148b.tar.gz gentoo-2-f1d3e6ef04e4a00123fcb5fbc1b86d051d6d148b.tar.bz2 gentoo-2-f1d3e6ef04e4a00123fcb5fbc1b86d051d6d148b.zip |
Fixed deps (bug #44445)
Diffstat (limited to 'app-forensics/aide')
-rw-r--r-- | app-forensics/aide/ChangeLog | 6 | ||||
-rw-r--r-- | app-forensics/aide/Manifest | 18 | ||||
-rw-r--r-- | app-forensics/aide/aide-0.10.ebuild | 5 | ||||
-rw-r--r-- | app-forensics/aide/aide-0.9.ebuild | 4 |
4 files changed, 14 insertions, 19 deletions
diff --git a/app-forensics/aide/ChangeLog b/app-forensics/aide/ChangeLog index 24724a454235..3464db85b9c9 100644 --- a/app-forensics/aide/ChangeLog +++ b/app-forensics/aide/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/aide # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.2 2004/09/12 07:32:14 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.3 2004/09/17 15:06:20 ka0ttic Exp $ + + 17 Sep 2004; Aaron Walker <ka0ttic@gentoo.org> aide-0.10.ebuild, + aide-0.9.ebuild: + Fixed deps (bug #44445) 12 Sep 2004; Daniel Black <dragonheart@gentoo.org> metadata.xml: metadata.xml update diff --git a/app-forensics/aide/Manifest b/app-forensics/aide/Manifest index a0506a5ea0c7..87f8d05b3dfd 100644 --- a/app-forensics/aide/Manifest +++ b/app-forensics/aide/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 85f143ee43f72c13e61b31094b129fe6 aide-0.9.ebuild 1391 +MD5 817e35e0f91dbe4814bcd70228a3e65a aide-0.10.ebuild 1420 MD5 3bca800f9500f1b0d28b617109e44101 ChangeLog 3336 -MD5 a1dac3baf7959dca7cca62b8d2266905 aide-0.9.ebuild 1365 MD5 20ee07270b7eadc3659cd96a982e460f metadata.xml 230 -MD5 64f94751bd7038c674f163bd09f5effc aide-0.10.ebuild 1375 -MD5 f07734c5b540f7a251d3d8139ef0f75f files/aide-0.9-gentoo.diff 2319 -MD5 b26d49d6bcafd39178a0da345cb2985d files/digest-aide-0.9 60 MD5 4f38a077259ca3be62ae6a55c82d5302 files/aide-0.10-gentoo.diff 2760 +MD5 b26d49d6bcafd39178a0da345cb2985d files/digest-aide-0.9 60 +MD5 f07734c5b540f7a251d3d8139ef0f75f files/aide-0.9-gentoo.diff 2319 MD5 8c599ad3440b5d4a3244875ff0655225 files/digest-aide-0.10 61 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (GNU/Linux) - -iD8DBQFBQ/v0mdTrptrqvGERAoN/AJ9qF1azFNe6tb3N3hF+M2NRT0qzJQCdGIjt -85bjvY43JCaEOhleSghH1j4= -=jOH+ ------END PGP SIGNATURE----- diff --git a/app-forensics/aide/aide-0.10.ebuild b/app-forensics/aide/aide-0.10.ebuild index a350db2a9748..b81b8c5108b6 100644 --- a/app-forensics/aide/aide-0.10.ebuild +++ b/app-forensics/aide/aide-0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.10.ebuild,v 1.1 2004/09/12 06:44:02 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.10.ebuild,v 1.2 2004/09/17 15:06:20 ka0ttic Exp $ inherit eutils @@ -17,10 +17,11 @@ DEPEND="app-arch/gzip sys-devel/bison sys-devel/flex app-crypt/mhash + sys-devel/gettext crypt? ( dev-libs/libgcrypt ) postgres? ( dev-db/postgresql ) zlib? ( sys-libs/zlib )" -RDEPEND="" +RDEPEND="nls? ( sys-devel/gettext )" src_unpack() { unpack ${A} diff --git a/app-forensics/aide/aide-0.9.ebuild b/app-forensics/aide/aide-0.9.ebuild index 6e621493987f..e93d7e048e5f 100644 --- a/app-forensics/aide/aide-0.9.ebuild +++ b/app-forensics/aide/aide-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.9.ebuild,v 1.1 2004/09/12 06:44:02 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.9.ebuild,v 1.2 2004/09/17 15:06:20 ka0ttic Exp $ inherit eutils @@ -20,7 +20,7 @@ DEPEND="app-arch/gzip crypt? ( dev-libs/libgcrypt ) postgres? ( dev-db/postgresql ) zlib? ( sys-libs/zlib )" -RDEPEND="" +RDEPEND="nls? ( sys-devel/gettext )" src_unpack() { unpack ${A} |