diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-06-27 23:33:12 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-06-27 23:33:12 +0000 |
commit | 19a5111d21e8ed3ab6c1fe6dc42963b85f9c0b4f (patch) | |
tree | 5dd07b5609e23cab4832eee875b1a64aca156e13 /www-client | |
parent | security bump (diff) | |
download | gentoo-2-19a5111d21e8ed3ab6c1fe6dc42963b85f9c0b4f.tar.gz gentoo-2-19a5111d21e8ed3ab6c1fe6dc42963b85f9c0b4f.tar.bz2 gentoo-2-19a5111d21e8ed3ab6c1fe6dc42963b85f9c0b4f.zip |
Changed 'pgsql?' to 'postgres?' in *DEPEND.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/mozilla/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/mozilla/mozilla-1.7.7-r2.ebuild | 4 | ||||
-rw-r--r-- | www-client/mozilla/mozilla-1.7.7.ebuild | 4 | ||||
-rw-r--r-- | www-client/mozilla/mozilla-1.7.8-r1.ebuild | 4 | ||||
-rw-r--r-- | www-client/mozilla/mozilla-1.7.8.ebuild | 4 |
5 files changed, 13 insertions, 9 deletions
diff --git a/www-client/mozilla/ChangeLog b/www-client/mozilla/ChangeLog index 5ab44125d895..f9fd1e575031 100644 --- a/www-client/mozilla/ChangeLog +++ b/www-client/mozilla/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/mozilla # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla/ChangeLog,v 1.37 2005/05/30 19:55:51 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla/ChangeLog,v 1.38 2005/06/27 23:33:12 swegener Exp $ + + 27 Jun 2005; Sven Wegener <swegener@gentoo.org> mozilla-1.7.7.ebuild, + mozilla-1.7.7-r2.ebuild, mozilla-1.7.8.ebuild, mozilla-1.7.8-r1.ebuild: + Changed 'pgsql?' to 'postgres?' in *DEPEND. 30 May 2005; Sven Wegener <swegener@gentoo.org> mozilla-1.7.7.ebuild, mozilla-1.7.7-r2.ebuild, mozilla-1.7.8.ebuild, mozilla-1.7.8-r1.ebuild: diff --git a/www-client/mozilla/mozilla-1.7.7-r2.ebuild b/www-client/mozilla/mozilla-1.7.7-r2.ebuild index 865d9c3e21a1..4c1a4b529b92 100644 --- a/www-client/mozilla/mozilla-1.7.7-r2.ebuild +++ b/www-client/mozilla/mozilla-1.7.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla/mozilla-1.7.7-r2.ebuild,v 1.2 2005/05/30 19:55:51 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla/mozilla-1.7.7-r2.ebuild,v 1.3 2005/06/27 23:33:12 swegener Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic toolchain-funcs eutils nsplugins mozilla-launcher mozconfig makeedit multilib @@ -41,7 +41,7 @@ DEPEND="${RDEPEND} ~sys-devel/autoconf-2.13 java? ( >=dev-java/java-config-0.2.0 ) dev-lang/perl - pgsql? ( >=dev-db/postgresql-7.2.0 )" + postgres? ( >=dev-db/postgresql-7.2.0 )" S="${WORKDIR}/mozilla" diff --git a/www-client/mozilla/mozilla-1.7.7.ebuild b/www-client/mozilla/mozilla-1.7.7.ebuild index 02de5cb809f4..34188584f8e1 100644 --- a/www-client/mozilla/mozilla-1.7.7.ebuild +++ b/www-client/mozilla/mozilla-1.7.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla/mozilla-1.7.7.ebuild,v 1.9 2005/05/30 19:55:51 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla/mozilla-1.7.7.ebuild,v 1.10 2005/06/27 23:33:12 swegener Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic toolchain-funcs eutils nsplugins mozilla-launcher mozconfig makeedit multilib @@ -41,7 +41,7 @@ DEPEND="${RDEPEND} ~sys-devel/autoconf-2.13 java? ( >=dev-java/java-config-0.2.0 ) dev-lang/perl - pgsql? ( >=dev-db/postgresql-7.2.0 )" + postgres? ( >=dev-db/postgresql-7.2.0 )" S="${WORKDIR}/mozilla" diff --git a/www-client/mozilla/mozilla-1.7.8-r1.ebuild b/www-client/mozilla/mozilla-1.7.8-r1.ebuild index 9711a0a10400..8e4b6f6996f8 100644 --- a/www-client/mozilla/mozilla-1.7.8-r1.ebuild +++ b/www-client/mozilla/mozilla-1.7.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla/mozilla-1.7.8-r1.ebuild,v 1.4 2005/05/30 19:55:51 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla/mozilla-1.7.8-r1.ebuild,v 1.5 2005/06/27 23:33:12 swegener Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic toolchain-funcs eutils nsplugins mozilla-launcher mozconfig makeedit multilib @@ -41,7 +41,7 @@ DEPEND="${RDEPEND} ~sys-devel/autoconf-2.13 java? ( >=dev-java/java-config-0.2.0 ) dev-lang/perl - pgsql? ( >=dev-db/postgresql-7.2.0 )" + postgres? ( >=dev-db/postgresql-7.2.0 )" S="${WORKDIR}/mozilla" diff --git a/www-client/mozilla/mozilla-1.7.8.ebuild b/www-client/mozilla/mozilla-1.7.8.ebuild index 7b131a18bb18..0fd00ff68793 100644 --- a/www-client/mozilla/mozilla-1.7.8.ebuild +++ b/www-client/mozilla/mozilla-1.7.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla/mozilla-1.7.8.ebuild,v 1.9 2005/05/30 19:55:51 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla/mozilla-1.7.8.ebuild,v 1.10 2005/06/27 23:33:12 swegener Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic toolchain-funcs eutils nsplugins mozilla-launcher mozconfig makeedit multilib @@ -41,7 +41,7 @@ DEPEND="${RDEPEND} ~sys-devel/autoconf-2.13 java? ( >=dev-java/java-config-0.2.0 ) dev-lang/perl - pgsql? ( >=dev-db/postgresql-7.2.0 )" + postgres? ( >=dev-db/postgresql-7.2.0 )" S="${WORKDIR}/mozilla" |