summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-04-18 08:49:51 +0000
committerJustin Lecher <jlec@gentoo.org>2010-04-18 08:49:51 +0000
commitfc1a1d31a339984835068e766ebef8cc76cbfed8 (patch)
treedc0c7cf4ca7a893ccfe59f950554dc0cb4e0dbbe /dev-lang/ifc
parentMarked ~x86-macos (diff)
downloadgentoo-2-fc1a1d31a339984835068e766ebef8cc76cbfed8.tar.gz
gentoo-2-fc1a1d31a339984835068e766ebef8cc76cbfed8.tar.bz2
gentoo-2-fc1a1d31a339984835068e766ebef8cc76cbfed8.zip
Using QA_ instead of RESTRICT
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/ifc')
-rw-r--r--dev-lang/ifc/ChangeLog6
-rw-r--r--dev-lang/ifc/ifc-10.1.017.ebuild11
-rw-r--r--dev-lang/ifc/ifc-10.1.018.ebuild11
3 files changed, 21 insertions, 7 deletions
diff --git a/dev-lang/ifc/ChangeLog b/dev-lang/ifc/ChangeLog
index 3d1c6a9483aa..801e093e7356 100644
--- a/dev-lang/ifc/ChangeLog
+++ b/dev-lang/ifc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/ifc
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.54 2010/04/17 13:29:11 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.55 2010/04/18 08:49:51 jlec Exp $
+
+ 18 Apr 2010; Justin Lecher <jlec@gentoo.org> ifc-10.1.017.ebuild,
+ ifc-10.1.018.ebuild:
+ Using QA_ instead of RESTRICT
17 Apr 2010; Justin Lecher <jlec@gentoo.org> ifc-11.1.056.ebuild:
Fixing QA warnings, #315711
diff --git a/dev-lang/ifc/ifc-10.1.017.ebuild b/dev-lang/ifc/ifc-10.1.017.ebuild
index 846cc9bdefb2..f52d60e42a0d 100644
--- a/dev-lang/ifc/ifc-10.1.017.ebuild
+++ b/dev-lang/ifc/ifc-10.1.017.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-10.1.017.ebuild,v 1.4 2009/08/22 20:23:12 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-10.1.017.ebuild,v 1.5 2010/04/18 08:49:51 jlec Exp $
inherit rpm eutils check-reqs
@@ -24,12 +24,17 @@ SRC_URI="amd64? ( ${SRC_COM}_intel64.tar.gz )
LICENSE="Intel-SDP"
SLOT="0"
-RESTRICT="test strip mirror"
+RESTRICT="test mirror"
IUSE=""
DEPEND=""
RDEPEND="~virtual/libstdc++-3.3
amd64? ( app-emulation/emul-linux-x86-compat )"
+DESTINATION="opt/intel/fc.*/${PV}"
+QA_TEXTRELS="*"
+QA_EXECSTACK="*"
+QA_DT_HASH="${DESTINATION}/lib/.* ${DESTINATION}/bin/.*"
+
pkg_setup() {
# Check if we have enough RAM and free diskspace
CHECKREQS_MEMORY="512"
diff --git a/dev-lang/ifc/ifc-10.1.018.ebuild b/dev-lang/ifc/ifc-10.1.018.ebuild
index 162b4711eded..b3ed1bd032e5 100644
--- a/dev-lang/ifc/ifc-10.1.018.ebuild
+++ b/dev-lang/ifc/ifc-10.1.018.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-10.1.018.ebuild,v 1.3 2009/08/22 20:23:12 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-10.1.018.ebuild,v 1.4 2010/04/18 08:49:51 jlec Exp $
inherit rpm eutils check-reqs
@@ -24,12 +24,17 @@ SRC_URI="amd64? ( ${SRC_COM}_intel64.tar.gz )
LICENSE="Intel-SDP"
SLOT="0"
-RESTRICT="test strip mirror"
+RESTRICT="test mirror"
IUSE=""
DEPEND=""
RDEPEND="~virtual/libstdc++-3.3
amd64? ( app-emulation/emul-linux-x86-compat )"
+DESTINATION="opt/intel/fc.*/${PV}"
+QA_TEXTRELS="*"
+QA_EXECSTACK="*"
+QA_DT_HASH="${DESTINATION}/lib/.* ${DESTINATION}/bin/.*"
+
pkg_setup() {
# Check if we have enough RAM and free diskspace
CHECKREQS_MEMORY="512"