jlec 15/03/07 19:59:57 Modified: cutg-160-r1.ebuild ChangeLog Log: Fix broken doc installations, #542348 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.2 sci-biology/cutg/cutg-160-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/cutg/cutg-160-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/cutg/cutg-160-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/cutg/cutg-160-r1.ebuild?r1=1.1&r2=1.2 Index: cutg-160-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-160-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cutg-160-r1.ebuild 5 Mar 2015 10:14:41 -0000 1.1 +++ cutg-160-r1.ebuild 7 Mar 2015 19:59:57 -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/cutg/cutg-160-r1.ebuild,v 1.1 2015/03/05 10:14:41 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-160-r1.ebuild,v 1.2 2015/03/07 19:59:57 jlec Exp $ EAPI=5 @@ -32,6 +32,7 @@ src_install() { local file + dodoc README CODON_LABEL SPSUM_LABEL if ! use minimal; then dodir /usr/share/${PN} mv *.codon *.spsum "${ED}"/usr/share/${PN} || die \ @@ -46,6 +47,4 @@ "Installing the EMBOSS-indexed database failed." done fi - - dodoc README CODON_LABEL SPSUM_LABEL } 1.58 sci-biology/cutg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/cutg/ChangeLog?rev=1.58&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/cutg/ChangeLog?rev=1.58&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/cutg/ChangeLog?r1=1.57&r2=1.58 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- ChangeLog 5 Mar 2015 10:14:41 -0000 1.57 +++ ChangeLog 7 Mar 2015 19:59:57 -0000 1.58 @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/cutg # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.57 2015/03/05 10:14:41 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.58 2015/03/07 19:59:57 jlec Exp $ + + 07 Mar 2015; Justin Lecher <[email protected]> cutg-160-r1.ebuild: + Fix broken doc installations, #542348 *cutg-160-r1 (05 Mar 2015)
