diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2013-02-26 23:00:38 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2013-02-26 23:00:38 +0000 |
commit | 6efa67c7258f1f4cb29ee8dfb62fecf0a509e5f3 (patch) | |
tree | 284a1b358d9afb3a035dded3a0d02a4fc961db2a /app-backup | |
parent | Introduce a meta-package using multilib-capable ebuilds. (diff) | |
download | gentoo-2-6efa67c7258f1f4cb29ee8dfb62fecf0a509e5f3.tar.gz gentoo-2-6efa67c7258f1f4cb29ee8dfb62fecf0a509e5f3.tar.bz2 gentoo-2-6efa67c7258f1f4cb29ee8dfb62fecf0a509e5f3.zip |
Bug #376169: avoid blkid writes from /usr/sbin/dump testing.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/amanda/ChangeLog | 8 | ||||
-rw-r--r-- | app-backup/amanda/amanda-2.6.0_p2-r4.ebuild | 5 | ||||
-rw-r--r-- | app-backup/amanda/amanda-2.6.1_p2.ebuild | 5 | ||||
-rw-r--r-- | app-backup/amanda/amanda-3.2.1.ebuild | 5 | ||||
-rw-r--r-- | app-backup/amanda/amanda-3.2.2.ebuild | 5 | ||||
-rw-r--r-- | app-backup/amanda/amanda-3.2.3.ebuild | 5 | ||||
-rw-r--r-- | app-backup/amanda/amanda-3.3.0.ebuild | 5 | ||||
-rw-r--r-- | app-backup/amanda/amanda-3.3.1.ebuild | 5 | ||||
-rw-r--r-- | app-backup/amanda/amanda-3.3.3.ebuild | 5 |
9 files changed, 39 insertions, 9 deletions
diff --git a/app-backup/amanda/ChangeLog b/app-backup/amanda/ChangeLog index daead70f6902..8a8bdf69f4a0 100644 --- a/app-backup/amanda/ChangeLog +++ b/app-backup/amanda/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-backup/amanda # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v 1.95 2013/02/26 22:38:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v 1.96 2013/02/26 23:00:38 robbat2 Exp $ + + 26 Feb 2013; Robin H. Johnson <robbat2@gentoo.org> amanda-2.6.0_p2-r4.ebuild, + amanda-2.6.1_p2.ebuild, amanda-3.2.1.ebuild, amanda-3.2.2.ebuild, + amanda-3.2.3.ebuild, amanda-3.3.0.ebuild, amanda-3.3.1.ebuild, + amanda-3.3.3.ebuild: + Bug #376169: avoid blkid writes from /usr/sbin/dump testing. *amanda-3.2.3 (26 Feb 2013) *amanda-3.3.3 (26 Feb 2013) diff --git a/app-backup/amanda/amanda-2.6.0_p2-r4.ebuild b/app-backup/amanda/amanda-2.6.0_p2-r4.ebuild index 855b39756f1b..87c43352ff43 100644 --- a/app-backup/amanda/amanda-2.6.0_p2-r4.ebuild +++ b/app-backup/amanda/amanda-2.6.0_p2-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-2.6.0_p2-r4.ebuild,v 1.19 2013/02/26 22:38:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-2.6.0_p2-r4.ebuild,v 1.20 2013/02/26 23:00:38 robbat2 Exp $ inherit perl-module autotools eutils user @@ -172,6 +172,9 @@ src_unpack() { src_compile() { # fix bug #36316 addpredict /var/cache/samba/gencache.tdb + # fix bug #376169 + addpredict /run/blkid + addpredict /etc/blkid.tab [ ! -f "${TMPENVFILE}" ] && die "Variable setting file (${TMPENVFILE}) should exist!" source "${TMPENVFILE}" diff --git a/app-backup/amanda/amanda-2.6.1_p2.ebuild b/app-backup/amanda/amanda-2.6.1_p2.ebuild index e718148288a2..49f4528a79ae 100644 --- a/app-backup/amanda/amanda-2.6.1_p2.ebuild +++ b/app-backup/amanda/amanda-2.6.1_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-2.6.1_p2.ebuild,v 1.10 2013/02/26 22:38:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-2.6.1_p2.ebuild,v 1.11 2013/02/26 23:00:38 robbat2 Exp $ inherit autotools eutils user @@ -155,6 +155,9 @@ src_unpack() { src_compile() { # fix bug #36316 addpredict /var/cache/samba/gencache.tdb + # fix bug #376169 + addpredict /run/blkid + addpredict /etc/blkid.tab [ ! -f "${TMPENVFILE}" ] && die "Variable setting file (${TMPENVFILE}) should exist!" source "${TMPENVFILE}" diff --git a/app-backup/amanda/amanda-3.2.1.ebuild b/app-backup/amanda/amanda-3.2.1.ebuild index 296555b240ec..17afc3307d1c 100644 --- a/app-backup/amanda/amanda-3.2.1.ebuild +++ b/app-backup/amanda/amanda-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.2.1.ebuild,v 1.16 2013/02/26 22:38:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.2.1.ebuild,v 1.17 2013/02/26 23:00:38 robbat2 Exp $ EAPI=3 inherit autotools eutils perl-module user @@ -186,6 +186,9 @@ src_prepare() { src_configure() { # fix bug #36316 addpredict /var/cache/samba/gencache.tdb + # fix bug #376169 + addpredict /run/blkid + addpredict /etc/blkid.tab [ ! -f "${TMPENVFILE}" ] && die "Variable setting file (${TMPENVFILE}) should exist!" source "${TMPENVFILE}" diff --git a/app-backup/amanda/amanda-3.2.2.ebuild b/app-backup/amanda/amanda-3.2.2.ebuild index aaff9f46a29d..a8a1d109a6ef 100644 --- a/app-backup/amanda/amanda-3.2.2.ebuild +++ b/app-backup/amanda/amanda-3.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.2.2.ebuild,v 1.7 2013/02/26 22:38:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.2.2.ebuild,v 1.8 2013/02/26 23:00:38 robbat2 Exp $ EAPI=3 inherit autotools eutils perl-module user @@ -186,6 +186,9 @@ src_prepare() { src_configure() { # fix bug #36316 addpredict /var/cache/samba/gencache.tdb + # fix bug #376169 + addpredict /run/blkid + addpredict /etc/blkid.tab [ ! -f "${TMPENVFILE}" ] && die "Variable setting file (${TMPENVFILE}) should exist!" source "${TMPENVFILE}" diff --git a/app-backup/amanda/amanda-3.2.3.ebuild b/app-backup/amanda/amanda-3.2.3.ebuild index 16c7c522e45c..2087c3799bec 100644 --- a/app-backup/amanda/amanda-3.2.3.ebuild +++ b/app-backup/amanda/amanda-3.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.2.3.ebuild,v 1.1 2013/02/26 22:38:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.2.3.ebuild,v 1.2 2013/02/26 23:00:38 robbat2 Exp $ EAPI=3 inherit autotools eutils perl-module user @@ -186,6 +186,9 @@ src_prepare() { src_configure() { # fix bug #36316 addpredict /var/cache/samba/gencache.tdb + # fix bug #376169 + addpredict /run/blkid + addpredict /etc/blkid.tab [ ! -f "${TMPENVFILE}" ] && die "Variable setting file (${TMPENVFILE}) should exist!" source "${TMPENVFILE}" diff --git a/app-backup/amanda/amanda-3.3.0.ebuild b/app-backup/amanda/amanda-3.3.0.ebuild index 00833df67706..3989e3e45f22 100644 --- a/app-backup/amanda/amanda-3.3.0.ebuild +++ b/app-backup/amanda/amanda-3.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.0.ebuild,v 1.6 2013/02/26 22:38:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.0.ebuild,v 1.7 2013/02/26 23:00:38 robbat2 Exp $ EAPI=3 inherit autotools eutils perl-module user @@ -186,6 +186,9 @@ src_prepare() { src_configure() { # fix bug #36316 addpredict /var/cache/samba/gencache.tdb + # fix bug #376169 + addpredict /run/blkid + addpredict /etc/blkid.tab [ ! -f "${TMPENVFILE}" ] && die "Variable setting file (${TMPENVFILE}) should exist!" source "${TMPENVFILE}" diff --git a/app-backup/amanda/amanda-3.3.1.ebuild b/app-backup/amanda/amanda-3.3.1.ebuild index c7afef32c423..721e77994472 100644 --- a/app-backup/amanda/amanda-3.3.1.ebuild +++ b/app-backup/amanda/amanda-3.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.1.ebuild,v 1.7 2013/02/26 22:38:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.1.ebuild,v 1.8 2013/02/26 23:00:38 robbat2 Exp $ EAPI=3 inherit autotools eutils perl-module user @@ -191,6 +191,9 @@ src_prepare() { src_configure() { # fix bug #36316 addpredict /var/cache/samba/gencache.tdb + # fix bug #376169 + addpredict /run/blkid + addpredict /etc/blkid.tab [ ! -f "${TMPENVFILE}" ] && die "Variable setting file (${TMPENVFILE}) should exist!" source "${TMPENVFILE}" diff --git a/app-backup/amanda/amanda-3.3.3.ebuild b/app-backup/amanda/amanda-3.3.3.ebuild index 1bc0a12900fe..4179e868f4b8 100644 --- a/app-backup/amanda/amanda-3.3.3.ebuild +++ b/app-backup/amanda/amanda-3.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.3.ebuild,v 1.1 2013/02/26 22:38:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.3.ebuild,v 1.2 2013/02/26 23:00:38 robbat2 Exp $ EAPI=3 inherit autotools eutils perl-module user systemd @@ -183,6 +183,9 @@ src_prepare() { src_configure() { # fix bug #36316 addpredict /var/cache/samba/gencache.tdb + # fix bug #376169 + addpredict /run/blkid + addpredict /etc/blkid.tab [ ! -f "${TMPENVFILE}" ] && die "Variable setting file (${TMPENVFILE}) should exist!" source "${TMPENVFILE}" |