diff options
author | 2012-02-03 14:00:34 +0000 | |
---|---|---|
committer | 2012-02-03 14:00:34 +0000 | |
commit | c5f4fcfb7bee46eb3c3d165e2e6e0830fd051c7f (patch) | |
tree | 6607a403ed85276e4435f6aead8785e28c51aa2f /sci-chemistry/solve-resolve-bin | |
parent | Adding 1.0_rc2 to allow people help testing, hardmasked for now. (diff) | |
download | gentoo-2-c5f4fcfb7bee46eb3c3d165e2e6e0830fd051c7f.tar.gz gentoo-2-c5f4fcfb7bee46eb3c3d165e2e6e0830fd051c7f.tar.bz2 gentoo-2-c5f4fcfb7bee46eb3c3d165e2e6e0830fd051c7f.zip |
Correct QA_* , stable x86 tested by me
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'sci-chemistry/solve-resolve-bin')
-rw-r--r-- | sci-chemistry/solve-resolve-bin/ChangeLog | 8 | ||||
-rw-r--r-- | sci-chemistry/solve-resolve-bin/metadata.xml | 8 | ||||
-rw-r--r-- | sci-chemistry/solve-resolve-bin/solve-resolve-bin-2.13.ebuild | 12 |
3 files changed, 18 insertions, 10 deletions
diff --git a/sci-chemistry/solve-resolve-bin/ChangeLog b/sci-chemistry/solve-resolve-bin/ChangeLog index 80eeefdff5a0..4070ac6ef404 100644 --- a/sci-chemistry/solve-resolve-bin/ChangeLog +++ b/sci-chemistry/solve-resolve-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/solve-resolve-bin -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/solve-resolve-bin/ChangeLog,v 1.3 2011/10/06 11:24:01 chainsaw Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/solve-resolve-bin/ChangeLog,v 1.4 2012/02/03 14:00:34 jlec Exp $ + + 03 Feb 2012; Justin Lecher <jlec@gentoo.org> solve-resolve-bin-2.13.ebuild, + metadata.xml: + Correct QA_* , stable x86 tested by me 06 Oct 2011; Tony Vroon <chainsaw@gentoo.org> solve-resolve-bin-2.13.ebuild: Marked stable on AMD64 without rigorous testing as it is part of a tangled diff --git a/sci-chemistry/solve-resolve-bin/metadata.xml b/sci-chemistry/solve-resolve-bin/metadata.xml index dde7ca88a50f..1837bbc07a6e 100644 --- a/sci-chemistry/solve-resolve-bin/metadata.xml +++ b/sci-chemistry/solve-resolve-bin/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci-chemistry</herd> -<maintainer> - <email>jlec@gentoo.org</email> -</maintainer> + <herd>sci-chemistry</herd> + <maintainer> + <email>jlec@gentoo.org</email> + </maintainer> </pkgmetadata> diff --git a/sci-chemistry/solve-resolve-bin/solve-resolve-bin-2.13.ebuild b/sci-chemistry/solve-resolve-bin/solve-resolve-bin-2.13.ebuild index b35e9060aeb2..c1b75c3654d9 100644 --- a/sci-chemistry/solve-resolve-bin/solve-resolve-bin-2.13.ebuild +++ b/sci-chemistry/solve-resolve-bin/solve-resolve-bin-2.13.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-chemistry/solve-resolve-bin/solve-resolve-bin-2.13.ebuild,v 1.3 2011/10/06 11:24:01 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/solve-resolve-bin/solve-resolve-bin-2.13.ebuild,v 1.4 2012/02/03 14:00:34 jlec Exp $ EAPI="3" @@ -14,7 +14,7 @@ SRC_URI=" SLOT="0" LICENSE="solve" -KEYWORDS="-* ~x86 amd64" +KEYWORDS="-* x86 amd64" IUSE="examples" RDEPEND="sci-libs/ccp4-libs" @@ -23,9 +23,13 @@ DEPEND="" RESTRICT="mirror" S="${WORKDIR}"/solve-${PV} -IN_PATH="/opt/solve-resolve/" +QA_FLAGS_IGNORED="${EROOT#/}opt/solve-resolve/bin/.*" +QA_EXECSTACK="*" +QA_TEXTRELS="*" src_install(){ + local IN_PATH="/opt/solve-resolve/" + exeinto ${IN_PATH}bin/ doexe bin/* || die |