diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2012-08-17 18:14:02 +0000 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2012-08-17 18:14:02 +0000 |
commit | 9a9f6811cba7e44e613be9fbb6e3e3aa4e876b1b (patch) | |
tree | aed1a122a1dd0100caa2cb80ade53b4ee10257f1 /app-backup | |
parent | Version bump (diff) | |
download | gentoo-2-9a9f6811cba7e44e613be9fbb6e3e3aa4e876b1b.tar.gz gentoo-2-9a9f6811cba7e44e613be9fbb6e3e3aa4e876b1b.tar.bz2 gentoo-2-9a9f6811cba7e44e613be9fbb6e3e3aa4e876b1b.zip |
Fix wrong service dependency (Bug 431704). Thanks Andrea
(Portage version: 2.1.11.10/cvs/Linux x86_64)
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/bacula/ChangeLog | 6 | ||||
-rw-r--r-- | app-backup/bacula/bacula-5.2.10.ebuild | 4 | ||||
-rw-r--r-- | app-backup/bacula/bacula-5.2.5.ebuild | 4 | ||||
-rw-r--r-- | app-backup/bacula/bacula-5.2.9.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/app-backup/bacula/ChangeLog b/app-backup/bacula/ChangeLog index c36b0f1cf477..91dd5952e37b 100644 --- a/app-backup/bacula/ChangeLog +++ b/app-backup/bacula/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-backup/bacula # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.130 2012/08/16 11:07:14 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.131 2012/08/17 18:14:02 tomjbe Exp $ + + 17 Aug 2012; Thomas Beierlein <tomjbe@gentoo.org> bacula-5.2.5.ebuild, + bacula-5.2.9.ebuild, bacula-5.2.10.ebuild: + Fix wrong service dependency (Bug 431704). Thanks Andrea *bacula-5.2.10 (16 Aug 2012) diff --git a/app-backup/bacula/bacula-5.2.10.ebuild b/app-backup/bacula/bacula-5.2.10.ebuild index 9a9b9ba87a6c..46ed32efb688 100644 --- a/app-backup/bacula/bacula-5.2.10.ebuild +++ b/app-backup/bacula/bacula-5.2.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.2.10.ebuild,v 1.1 2012/08/16 11:07:14 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.2.10.ebuild,v 1.2 2012/08/17 18:14:02 tomjbe Exp $ EAPI="4" PYTHON_DEPEND="python? 2" @@ -293,7 +293,7 @@ src_install() { mydbtype="sqlite3" fi if use postgres; then - mydbtype="postgres" + mydbtype="postgresql" fi if use mysql; then mydbtype="mysql" diff --git a/app-backup/bacula/bacula-5.2.5.ebuild b/app-backup/bacula/bacula-5.2.5.ebuild index d33871d230e9..28986ed019e2 100644 --- a/app-backup/bacula/bacula-5.2.5.ebuild +++ b/app-backup/bacula/bacula-5.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.2.5.ebuild,v 1.8 2012/08/07 18:09:06 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.2.5.ebuild,v 1.9 2012/08/17 18:14:02 tomjbe Exp $ EAPI="4" PYTHON_DEPEND="python? 2" @@ -293,7 +293,7 @@ src_install() { mydbtype="sqlite3" fi if use postgres; then - mydbtype="postgres" + mydbtype="postgresql" fi if use mysql; then mydbtype="mysql" diff --git a/app-backup/bacula/bacula-5.2.9.ebuild b/app-backup/bacula/bacula-5.2.9.ebuild index cd5ad9f44855..073a505a210e 100644 --- a/app-backup/bacula/bacula-5.2.9.ebuild +++ b/app-backup/bacula/bacula-5.2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.2.9.ebuild,v 1.2 2012/08/07 18:09:06 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.2.9.ebuild,v 1.3 2012/08/17 18:14:02 tomjbe Exp $ EAPI="4" PYTHON_DEPEND="python? 2" @@ -292,7 +292,7 @@ src_install() { mydbtype="sqlite3" fi if use postgres; then - mydbtype="postgres" + mydbtype="postgresql" fi if use mysql; then mydbtype="mysql" |