diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-09-24 00:45:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-09-24 00:45:14 +0000 |
commit | 623ac96603a3994dbb0895cc7a6a0e5916027622 (patch) | |
tree | 7aad33c9dfb2d68afb1141d44462e91b667c17eb /media-gfx/iscan | |
parent | QA_DT_HASH (old/deprecated) -> QA_FLAGS_IGNORED (new hotness). (diff) | |
download | gentoo-2-623ac96603a3994dbb0895cc7a6a0e5916027622.tar.gz gentoo-2-623ac96603a3994dbb0895cc7a6a0e5916027622.tar.bz2 gentoo-2-623ac96603a3994dbb0895cc7a6a0e5916027622.zip |
QA_DT_HASH (old/deprecated) -> QA_FLAGS_IGNORED (new hotness).
(Portage version: 2.2.0_alpha131/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/iscan')
-rw-r--r-- | media-gfx/iscan/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/iscan/iscan-2.26.2.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/iscan/iscan-2.28.1.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-gfx/iscan/ChangeLog b/media-gfx/iscan/ChangeLog index 0d7764545bc4..8079843429a7 100644 --- a/media-gfx/iscan/ChangeLog +++ b/media-gfx/iscan/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/iscan # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/ChangeLog,v 1.50 2012/07/01 12:49:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/ChangeLog,v 1.51 2012/09/24 00:45:14 vapier Exp $ + + 24 Sep 2012; Mike Frysinger <vapier@gentoo.org> iscan-2.26.2.ebuild, + iscan-2.28.1.3.ebuild: + QA_DT_HASH (old/deprecated) -> QA_FLAGS_IGNORED (new hotness). 01 Jul 2012; Diego E. Pettenò <flameeyes@gentoo.org> +files/iscan-2.28.1.3+libpng-1.5.patch, iscan-2.28.1.3.ebuild: diff --git a/media-gfx/iscan/iscan-2.26.2.ebuild b/media-gfx/iscan/iscan-2.26.2.ebuild index 8d4bea42066a..d9ed1e551524 100644 --- a/media-gfx/iscan/iscan-2.26.2.ebuild +++ b/media-gfx/iscan/iscan-2.26.2.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/media-gfx/iscan/iscan-2.26.2.ebuild,v 1.7 2012/05/22 16:17:51 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.26.2.ebuild,v 1.8 2012/09/24 00:45:14 vapier Exp $ EAPI="2" @@ -39,7 +39,7 @@ for X in ${IUSE_LINGUAS}; do IUSE="${IUSE} linguas_${X}"; done QA_PRESTRIPPED="usr/$(get_libdir)/libesmod.so.*" QA_TEXTRELS="${QA_PRESTRIPPED}" -QA_DT_HASH="${QA_PRESTRIPPED}" +QA_FLAGS_IGNORED="${QA_PRESTRIPPED}" # Upstream ships broken sanity test RESTRICT="test" diff --git a/media-gfx/iscan/iscan-2.28.1.3.ebuild b/media-gfx/iscan/iscan-2.28.1.3.ebuild index 16a1b47b2933..f6f13db8f378 100644 --- a/media-gfx/iscan/iscan-2.28.1.3.ebuild +++ b/media-gfx/iscan/iscan-2.28.1.3.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/media-gfx/iscan/iscan-2.28.1.3.ebuild,v 1.2 2012/07/01 12:49:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.28.1.3.ebuild,v 1.3 2012/09/24 00:45:14 vapier Exp $ EAPI="4" @@ -40,7 +40,7 @@ for X in ${IUSE_LINGUAS}; do IUSE="${IUSE} linguas_${X}"; done QA_PRESTRIPPED="usr/$(get_libdir)/libesmod.so.*" QA_TEXTRELS="${QA_PRESTRIPPED}" -QA_DT_HASH="${QA_PRESTRIPPED}" +QA_FLAGS_IGNORED="${QA_PRESTRIPPED}" # Upstream ships broken sanity test RESTRICT="test" |