diff options
-rw-r--r-- | sci-biology/foldingathome/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/foldingathome/foldingathome-6.34-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-biology/foldingathome/foldingathome-6.34-r2.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/sci-biology/foldingathome/ChangeLog b/sci-biology/foldingathome/ChangeLog index f7e389a38d36..f0e698e7d12f 100644 --- a/sci-biology/foldingathome/ChangeLog +++ b/sci-biology/foldingathome/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/foldingathome # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/ChangeLog,v 1.35 2012/02/14 17:18:57 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/ChangeLog,v 1.36 2012/09/24 00:47:31 vapier Exp $ + + 24 Sep 2012; Mike Frysinger <vapier@gentoo.org> foldingathome-6.34-r1.ebuild, + foldingathome-6.34-r2.ebuild: + QA_DT_HASH (old/deprecated) -> QA_FLAGS_IGNORED (new hotness). 14 Feb 2012; Torsten Veller <tove@gentoo.org> foldingathome-6.34-r2.ebuild: Fix ebuild header (#398773) diff --git a/sci-biology/foldingathome/foldingathome-6.34-r1.ebuild b/sci-biology/foldingathome/foldingathome-6.34-r1.ebuild index 9a63a44f28dd..b3f4fc5e85dd 100644 --- a/sci-biology/foldingathome/foldingathome-6.34-r1.ebuild +++ b/sci-biology/foldingathome/foldingathome-6.34-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/foldingathome-6.34-r1.ebuild,v 1.1 2011/06/28 15:14:16 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/foldingathome-6.34-r1.ebuild,v 1.2 2012/09/24 00:47:31 vapier Exp $ EAPI="3" @@ -19,7 +19,7 @@ S="${WORKDIR}" I="opt/foldingathome" -QA_DT_HASH="${I}/.*" +QA_FLAGS_IGNORED="${I}/.*" QA_PRESTRIPPED="${I}/fah6" pkg_setup() { diff --git a/sci-biology/foldingathome/foldingathome-6.34-r2.ebuild b/sci-biology/foldingathome/foldingathome-6.34-r2.ebuild index 65508ff725a7..9fe9bebac1c7 100644 --- a/sci-biology/foldingathome/foldingathome-6.34-r2.ebuild +++ b/sci-biology/foldingathome/foldingathome-6.34-r2.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/sci-biology/foldingathome/foldingathome-6.34-r2.ebuild,v 1.2 2012/02/14 17:18:57 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/foldingathome-6.34-r2.ebuild,v 1.3 2012/09/24 00:47:31 vapier Exp $ EAPI="3" @@ -19,7 +19,7 @@ S="${WORKDIR}" I="opt/foldingathome" -QA_DT_HASH="${I}/.*" +QA_FLAGS_IGNORED="${I}/.*" QA_PRESTRIPPED="${I}/fah6" pkg_setup() { |