jlec 15/06/16 08:38:38 Modified: rmblast-1.2-r1.ebuild ChangeLog Removed: rmblast-1.2.ebuild Log: Add missing dependency on cpio, bug #513420 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.2 sci-biology/rmblast/rmblast-1.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rmblast/rmblast-1.2-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rmblast/rmblast-1.2-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rmblast/rmblast-1.2-r1.ebuild?r1=1.1&r2=1.2 Index: rmblast-1.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-biology/rmblast/rmblast-1.2-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rmblast-1.2-r1.ebuild 18 Feb 2013 10:48:11 -0000 1.1 +++ rmblast-1.2-r1.ebuild 16 Jun 2015 08:38:38 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 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/rmblast/rmblast-1.2-r1.ebuild,v 1.1 2013/02/18 10:48:11 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rmblast/rmblast-1.2-r1.ebuild,v 1.2 2015/06/16 08:38:38 jlec Exp $ EAPI=5 @@ -17,8 +17,9 @@ IUSE="" KEYWORDS="~amd64 ~x86" -DEPEND="dev-libs/boost" -RDEPEND="${DEPEND}" +RDEPEND="dev-libs/boost" +DEPEND="${RDEPEND} + app-arch/cpio" S="${WORKDIR}/${P}-ncbi-blast-${MY_NCBI_BLAST_V}-src/c++" 1.6 sci-biology/rmblast/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rmblast/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rmblast/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/rmblast/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-biology/rmblast/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 11 Mar 2013 16:55:57 -0000 1.5 +++ ChangeLog 16 Jun 2015 08:38:38 -0000 1.6 @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/rmblast -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/rmblast/ChangeLog,v 1.5 2013/03/11 16:55:57 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rmblast/ChangeLog,v 1.6 2015/06/16 08:38:38 jlec Exp $ + + 16 Jun 2015; Justin Lecher <[email protected]> -rmblast-1.2.ebuild, + rmblast-1.2-r1.ebuild: + Add missing dependency on cpio, bug #513420 11 Mar 2013; Justin Lecher <[email protected]> metadata.xml: Drop Andrey as maintainer so that bugs get assigned to sci-biology directly
