titanofold 14/11/03 12:55:31 Modified: ChangeLog barnyard2-1.9.ebuild barnyard2-1.8.ebuild Log: Update PostgreSQL dependencies and/or checks to virtual/postgresql. (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Revision Changes Path 1.7 net-analyzer/barnyard2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/barnyard2/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/barnyard2/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/barnyard2/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/barnyard2/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 17 Mar 2013 18:03:09 -0000 1.6 +++ ChangeLog 3 Nov 2014 12:55:31 -0000 1.7 @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/barnyard2 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/barnyard2/ChangeLog,v 1.6 2013/03/17 18:03:09 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/barnyard2/ChangeLog,v 1.7 2014/11/03 12:55:31 titanofold Exp $ + + 03 Nov 2014; Aaron W. Swenson <[email protected]> barnyard2-1.8.ebuild, + barnyard2-1.9.ebuild: + Update PostgreSQL dependencies and/or checks to virtual/postgresql. 17 Mar 2013; Markos Chandras <[email protected]> metadata.xml: Add proxy-maintainers to metadata.xml 1.3 net-analyzer/barnyard2/barnyard2-1.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/barnyard2/barnyard2-1.9.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/barnyard2/barnyard2-1.9.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/barnyard2/barnyard2-1.9.ebuild?r1=1.2&r2=1.3 Index: barnyard2-1.9.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/barnyard2/barnyard2-1.9.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- barnyard2-1.9.ebuild 2 Apr 2011 12:54:23 -0000 1.2 +++ barnyard2-1.9.ebuild 3 Nov 2014 12:55:31 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/barnyard2/barnyard2-1.9.ebuild,v 1.2 2011/04/02 12:54:23 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/barnyard2/barnyard2-1.9.ebuild,v 1.3 2014/11/03 12:55:31 titanofold Exp $ EAPI="2" @@ -14,7 +14,7 @@ DEPEND="net-libs/libpcap mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql-server ) + postgres? ( virtual/postgresql[server] ) odbc? ( dev-db/unixODBC )" RDEPEND="${DEPEND}" 1.5 net-analyzer/barnyard2/barnyard2-1.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/barnyard2/barnyard2-1.8.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/barnyard2/barnyard2-1.8.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/barnyard2/barnyard2-1.8.ebuild?r1=1.4&r2=1.5 Index: barnyard2-1.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/barnyard2/barnyard2-1.8.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- barnyard2-1.8.ebuild 2 Apr 2011 12:54:23 -0000 1.4 +++ barnyard2-1.8.ebuild 3 Nov 2014 12:55:31 -0000 1.5 @@ -1,6 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/barnyard2/barnyard2-1.8.ebuild,v 1.4 2011/04/02 12:54:23 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/barnyard2/barnyard2-1.8.ebuild,v 1.5 2014/11/03 12:55:31 titanofold Exp $ + +EAPI=2 inherit eutils @@ -13,8 +15,8 @@ IUSE="static debug aruba gre mpls prelude ipv6 mysql odbc postgres" DEPEND="net-libs/libpcap - mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql-server ) + mysql? ( virtual/mysql ) + postgres? ( virtual/postgresql[server] ) prelude? ( >=dev-libs/libprelude-0.9.0 ) odbc? ( dev-db/unixODBC )" @@ -64,13 +66,13 @@ dodoc doc/INSTALL \ doc/README \ doc/README.aruba \ - doc/README.database \ + doc/README.database \ doc/README.sguil \ LICENSE \ RELEASE.NOTES dodoc schemas/create_db2 \ - schemas/create_mssql \ + schemas/create_mssql \ schemas/create_mysql \ schemas/create_oracle.sql \ schemas/create_postgresql
