jlec 15/03/29 14:59:48 Modified: paml-4.4c-r1.ebuild ChangeLog Log: Streamline ebuild layout (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.2 sci-biology/paml/paml-4.4c-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/paml/paml-4.4c-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/paml/paml-4.4c-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/paml/paml-4.4c-r1.ebuild?r1=1.1&r2=1.2 Index: paml-4.4c-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-biology/paml/paml-4.4c-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- paml-4.4c-r1.ebuild 3 Mar 2015 15:26:16 -0000 1.1 +++ paml-4.4c-r1.ebuild 29 Mar 2015 14:59:48 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/paml/paml-4.4c-r1.ebuild,v 1.1 2015/03/03 15:26:16 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/paml/paml-4.4c-r1.ebuild,v 1.2 2015/03/29 14:59:48 jlec Exp $ EAPI=5 @@ -25,19 +25,24 @@ } src_compile() { - emake -C src CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" + emake -C src \ + CC="$(tc-getCC)" \ + CFLAGS="${CFLAGS} -Wno-unused-result" \ + LDFLAGS="${LDFLAGS}" } src_install() { - pushd "${S}"/src - dobin baseml codeml basemlg mcmctree pamp evolver yn00 chi2 - popd dodoc README.txt doc/* + insinto /usr/share/${PN}/control doins *.ctl + insinto /usr/share/${PN}/dat doins stewart* *.dat dat/* + insinto /usr/share/${PN} doins -r examples/ + + cd src || die + dobin baseml codeml basemlg mcmctree pamp evolver yn00 chi2 } 1.17 sci-biology/paml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/paml/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/paml/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/paml/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-biology/paml/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 3 Mar 2015 15:26:16 -0000 1.16 +++ ChangeLog 29 Mar 2015 14:59:48 -0000 1.17 @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/paml # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/paml/ChangeLog,v 1.16 2015/03/03 15:26:16 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/paml/ChangeLog,v 1.17 2015/03/29 14:59:48 jlec Exp $ + + 29 Mar 2015; Justin Lecher <[email protected]> paml-4.4c-r1.ebuild: + Streamline ebuild layout *paml-4.4c-r1 (03 Mar 2015)
