titanofold 14/12/28 15:08:20 Modified: ChangeLog pgadmin3-1.18.1.ebuild Log: Rename virtual/postgresql to dev-db/postgresql (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Revision Changes Path 1.102 dev-db/pgadmin3/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.102&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?rev=1.102&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/ChangeLog?r1=1.101&r2=1.102 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v retrieving revision 1.101 retrieving revision 1.102 diff -u -r1.101 -r1.102 --- ChangeLog 3 Nov 2014 11:26:41 -0000 1.101 +++ ChangeLog 28 Dec 2014 15:08:20 -0000 1.102 @@ -1,6 +1,9 @@ # ChangeLog for dev-db/pgadmin3 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.101 2014/11/03 11:26:41 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.102 2014/12/28 15:08:20 titanofold Exp $ + + 28 Dec 2014; Aaron W. Swenson <[email protected]> pgadmin3-1.18.1.ebuild: + Rename virtual/postgresql to dev-db/postgresql 03 Nov 2014; Aaron W. Swenson <[email protected]> pgadmin3-1.18.1.ebuild: Update PostgreSQL dependencies and/or checks to virtual/postgresql. 1.7 dev-db/pgadmin3/pgadmin3-1.18.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild?r1=1.6&r2=1.7 Index: pgadmin3-1.18.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- pgadmin3-1.18.1.ebuild 3 Nov 2014 11:26:41 -0000 1.6 +++ pgadmin3-1.18.1.ebuild 28 Dec 2014 15:08:20 -0000 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild,v 1.6 2014/11/03 11:26:41 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.18.1.ebuild,v 1.7 2014/12/28 15:08:20 titanofold Exp $ EAPI="4" @@ -18,7 +18,7 @@ IUSE="debug +databasedesigner" DEPEND="x11-libs/wxGTK:2.8[X,debug=] - >=virtual/postgresql-8.4.0 + >=dev-db/postgresql-8.4.0 >=dev-libs/libxml2-2.6.18 >=dev-libs/libxslt-1.1" RDEPEND="${DEPEND}"
