diff options
-rw-r--r-- | app-forensics/pyflag/ChangeLog | 6 | ||||
-rw-r--r-- | app-forensics/pyflag/pyflag-0.80.1.ebuild | 4 | ||||
-rw-r--r-- | app-forensics/pyflag/pyflag-0.82.ebuild | 4 | ||||
-rw-r--r-- | app-forensics/samhain/ChangeLog | 6 | ||||
-rw-r--r-- | app-forensics/samhain/samhain-2.1.3.ebuild | 4 | ||||
-rw-r--r-- | app-forensics/samhain/samhain-2.2.0.ebuild | 4 |
6 files changed, 18 insertions, 10 deletions
diff --git a/app-forensics/pyflag/ChangeLog b/app-forensics/pyflag/ChangeLog index a904c5da9771..7011b04904a6 100644 --- a/app-forensics/pyflag/ChangeLog +++ b/app-forensics/pyflag/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-forensics/pyflag # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/pyflag/ChangeLog,v 1.5 2006/06/28 23:35:59 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/pyflag/ChangeLog,v 1.6 2006/11/23 15:33:03 vivo Exp $ + + 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> pyflag-0.80.1.ebuild, + pyflag-0.82.ebuild: + dev-db/mysql => virtual/mysql *pyflag-0.82 (28 Jun 2006) diff --git a/app-forensics/pyflag/pyflag-0.80.1.ebuild b/app-forensics/pyflag/pyflag-0.80.1.ebuild index 242a15769cbd..2227fa0708de 100644 --- a/app-forensics/pyflag/pyflag-0.80.1.ebuild +++ b/app-forensics/pyflag/pyflag-0.80.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/pyflag/pyflag-0.80.1.ebuild,v 1.2 2006/02/15 20:53:18 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/pyflag/pyflag-0.80.1.ebuild,v 1.3 2006/11/23 15:33:03 vivo Exp $ inherit eutils autotools @@ -24,7 +24,7 @@ COMMON_DEPEND=" media-libs/ploticus" RDEPEND="${COMMON_DEPEND} - dev-db/mysql" + virtual/mysql" DEPEND=">=dev-lang/swig-1.3 ${COMMON_DEPEND}" diff --git a/app-forensics/pyflag/pyflag-0.82.ebuild b/app-forensics/pyflag/pyflag-0.82.ebuild index bca7cd36e68e..cd6b444459dc 100644 --- a/app-forensics/pyflag/pyflag-0.82.ebuild +++ b/app-forensics/pyflag/pyflag-0.82.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/pyflag/pyflag-0.82.ebuild,v 1.1 2006/06/28 23:35:59 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/pyflag/pyflag-0.82.ebuild,v 1.2 2006/11/23 15:33:03 vivo Exp $ inherit eutils autotools @@ -24,7 +24,7 @@ COMMON_DEPEND=" media-libs/ploticus" RDEPEND="${COMMON_DEPEND} - dev-db/mysql" + virtual/mysql" DEPEND=">=dev-lang/swig-1.3 ${COMMON_DEPEND}" diff --git a/app-forensics/samhain/ChangeLog b/app-forensics/samhain/ChangeLog index 904356af5be8..0e29025410d3 100644 --- a/app-forensics/samhain/ChangeLog +++ b/app-forensics/samhain/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-forensics/samhain # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/samhain/ChangeLog,v 1.4 2006/07/14 17:17:58 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/samhain/ChangeLog,v 1.5 2006/11/23 15:33:49 vivo Exp $ + + 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> samhain-2.1.3.ebuild, + samhain-2.2.0.ebuild: + dev-db/mysql => virtual/mysql 14 Jul 2006; Luca Longinotti <chtekk@gentoo.org> samhain-2.1.3.ebuild, samhain-2.2.0.ebuild: diff --git a/app-forensics/samhain/samhain-2.1.3.ebuild b/app-forensics/samhain/samhain-2.1.3.ebuild index e779d05913f6..639a79d88ba4 100644 --- a/app-forensics/samhain/samhain-2.1.3.ebuild +++ b/app-forensics/samhain/samhain-2.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/samhain/samhain-2.1.3.ebuild,v 1.2 2006/07/14 17:17:58 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/samhain/samhain-2.1.3.ebuild,v 1.3 2006/11/23 15:33:49 vivo Exp $ KEYWORDS="~x86" DESCRIPTION="Advanced file integrity and intrusion detection tool." @@ -13,7 +13,7 @@ IUSE="crypt debug login-watch mounts-check mysql netclient netserver postgres pr RESTRICT="nostrip" DEPEND="crypt? ( >=app-crypt/gnupg-1.2 ) - mysql? ( >=dev-db/mysql-3.23.26 ) + mysql? ( virtual/mysql ) postgres? ( >=dev-db/postgresql-7.2 ) prelude? ( >=dev-libs/libprelude-0.8.10 ) >=sys-apps/sed-4 diff --git a/app-forensics/samhain/samhain-2.2.0.ebuild b/app-forensics/samhain/samhain-2.2.0.ebuild index e11f3d44b649..34cfc862c8a4 100644 --- a/app-forensics/samhain/samhain-2.2.0.ebuild +++ b/app-forensics/samhain/samhain-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/samhain/samhain-2.2.0.ebuild,v 1.2 2006/07/14 17:17:58 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/samhain/samhain-2.2.0.ebuild,v 1.3 2006/11/23 15:33:49 vivo Exp $ KEYWORDS="~x86" DESCRIPTION="Advanced file integrity and intrusion detection tool." @@ -13,7 +13,7 @@ IUSE="crypt debug login-watch mounts-check mysql netclient netserver postgres pr RESTRICT="nostrip" DEPEND="crypt? ( >=app-crypt/gnupg-1.2 ) - mysql? ( >=dev-db/mysql-3.23.26 ) + mysql? ( virtual/mysql ) postgres? ( >=dev-db/postgresql-7.2 ) prelude? ( >=dev-libs/libprelude-0.8.10 ) >=sys-apps/sed-4 |