jlec 15/03/21 20:42:37 Modified: poa-2-r1.ebuild metadata.xml ChangeLog Removed: poa-2.ebuild Log: Drop old; BUmp EAPI; handle static-libs (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.2 sci-biology/poa/poa-2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/poa/poa-2-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/poa/poa-2-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/poa/poa-2-r1.ebuild?r1=1.1&r2=1.2 Index: poa-2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-biology/poa/poa-2-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- poa-2-r1.ebuild 18 Sep 2010 16:04:00 -0000 1.1 +++ poa-2-r1.ebuild 21 Mar 2015 20:42:37 -0000 1.2 @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/poa/poa-2-r1.ebuild,v 1.1 2010/09/18 16:04:00 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/poa/poa-2-r1.ebuild,v 1.2 2015/03/21 20:42:37 jlec Exp $ -EAPI="3" +EAPI=5 inherit eutils @@ -16,7 +16,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" -IUSE="" +IUSE="static-libs" S="${WORKDIR}/${MY_P}" @@ -28,15 +28,15 @@ emake \ CC="$(tc-getCC)" \ OPT_CFLAGS="${CFLAGS}" \ - poa || die "make failed" + poa } src_install() { - dobin "${S}"/poa "${S}"/make_pscores.pl || die - dolib.a "${S}"/liblpo.a || die - dodoc "${S}"/README "${S}"/multidom.* || die + dobin "${S}"/poa "${S}"/make_pscores.pl + use static-libs && dolib.a "${S}"/liblpo.a + dodoc "${S}"/README "${S}"/multidom.* insinto /usr/share/poa - doins "${S}"/*.mat || die + doins "${S}"/*.mat } pkg_postinst() { 1.2 sci-biology/poa/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/poa/metadata.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/poa/metadata.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/poa/metadata.xml?r1=1.1&r2=1.2 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-biology/poa/metadata.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- metadata.xml 21 Oct 2006 06:31:50 -0000 1.1 +++ metadata.xml 21 Mar 2015 20:42:37 -0000 1.2 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci-biology</herd> + <herd>sci-biology</herd> </pkgmetadata> 1.4 sci-biology/poa/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/poa/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/poa/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/poa/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-biology/poa/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 18 Sep 2010 16:04:00 -0000 1.3 +++ ChangeLog 21 Mar 2015 20:42:37 -0000 1.4 @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/poa -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/poa/ChangeLog,v 1.3 2010/09/18 16:04:00 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/poa/ChangeLog,v 1.4 2015/03/21 20:42:37 jlec Exp $ + + 21 Mar 2015; Justin Lecher <[email protected]> -poa-2.ebuild, metadata.xml, + poa-2-r1.ebuild: + Drop old; BUmp EAPI; handle static-libs *poa-2-r1 (18 Sep 2010) @@ -16,4 +20,3 @@ 21 Oct 2006; Donnie Berkholz <[email protected]>; +files/respect-cflags.patch, +metadata.xml, +poa-2.ebuild: New package: Fast multiple sequence alignments using partial-order graphs. -
