diff options
author | Daniel Black <dragonheart@gentoo.org> | 2007-02-15 11:14:56 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2007-02-15 11:14:56 +0000 |
commit | 0f7258db3ec328231cbd30cf5a73a5dd79eb3c08 (patch) | |
tree | d40100c98cc95e3a50b865e778eb90a301f8a8a4 /app-backup | |
parent | Make xterm optional, thanks dberkholz (diff) | |
download | gentoo-2-0f7258db3ec328231cbd30cf5a73a5dd79eb3c08.tar.gz gentoo-2-0f7258db3ec328231cbd30cf5a73a5dd79eb3c08.tar.bz2 gentoo-2-0f7258db3ec328231cbd30cf5a73a5dd79eb3c08.zip |
no more prep all as per bug #140699
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/bacula/ChangeLog | 6 | ||||
-rw-r--r-- | app-backup/bacula/bacula-1.36.3-r3.ebuild | 3 | ||||
-rw-r--r-- | app-backup/bacula/bacula-1.38.5.ebuild | 3 | ||||
-rw-r--r-- | app-backup/bacula/bacula-1.38.9.ebuild | 3 |
4 files changed, 8 insertions, 7 deletions
diff --git a/app-backup/bacula/ChangeLog b/app-backup/bacula/ChangeLog index f23b52249467..2326b42a6dd7 100644 --- a/app-backup/bacula/ChangeLog +++ b/app-backup/bacula/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-backup/bacula # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.20 2007/01/24 04:11:40 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/ChangeLog,v 1.21 2007/02/15 11:14:56 dragonheart Exp $ + + 15 Feb 2007; Daniel Black <dragonheart@gentoo.org> + bacula-1.36.3-r3.ebuild, bacula-1.38.5.ebuild, bacula-1.38.9.ebuild: + no more prep all as per bug #140699 24 Jan 2007; Marius Mauch <genone@gentoo.org> bacula-1.36.3-r2.ebuild, bacula-1.36.3-r3.ebuild, bacula-1.38.5.ebuild, bacula-1.38.9.ebuild: diff --git a/app-backup/bacula/bacula-1.36.3-r3.ebuild b/app-backup/bacula/bacula-1.36.3-r3.ebuild index bc9067fd599c..87ee320a8e80 100644 --- a/app-backup/bacula/bacula-1.36.3-r3.ebuild +++ b/app-backup/bacula/bacula-1.36.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-1.36.3-r3.ebuild,v 1.4 2007/01/24 04:11:40 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-1.36.3-r3.ebuild,v 1.5 2007/02/15 11:14:56 dragonheart Exp $ inherit eutils @@ -246,7 +246,6 @@ src_install() { # clean up permissions left broken by install fperms 0644 ${D}/usr/libexec/bacula/query.sql - prepall # setup init scripts if ! use bacula-clientonly ; then diff --git a/app-backup/bacula/bacula-1.38.5.ebuild b/app-backup/bacula/bacula-1.38.5.ebuild index 8350d1a04e42..39dca53941a3 100644 --- a/app-backup/bacula/bacula-1.38.5.ebuild +++ b/app-backup/bacula/bacula-1.38.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-1.38.5.ebuild,v 1.5 2007/01/24 04:11:40 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-1.38.5.ebuild,v 1.6 2007/02/15 11:14:56 dragonheart Exp $ inherit eutils @@ -235,7 +235,6 @@ src_install() { # clean up permissions left broken by install fperms 0644 ${D}/usr/libexec/bacula/query.sql - prepall # setup init scripts my_services="bacula-fd" diff --git a/app-backup/bacula/bacula-1.38.9.ebuild b/app-backup/bacula/bacula-1.38.9.ebuild index 5ccd432791ad..ae354dac03df 100644 --- a/app-backup/bacula/bacula-1.38.9.ebuild +++ b/app-backup/bacula/bacula-1.38.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-1.38.9.ebuild,v 1.6 2007/01/24 04:11:40 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-1.38.9.ebuild,v 1.7 2007/02/15 11:14:56 dragonheart Exp $ inherit eutils @@ -253,7 +253,6 @@ src_install() { # clean up permissions left broken by install fperms 0644 "${D}"/usr/libexec/bacula/query.sql - prepall # setup init scripts my_services="fd" |