jlec 15/05/07 10:17:54 Modified: emboss-6.6.0.ebuild ChangeLog Log: Correct Licenses, bug #548810; make build with newer plplot, bug #548806; add missing dep, bug #544516 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.2 sci-biology/emboss/emboss-6.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/emboss/emboss-6.6.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/emboss/emboss-6.6.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/emboss/emboss-6.6.0.ebuild?r1=1.1&r2=1.2 Index: emboss-6.6.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-biology/emboss/emboss-6.6.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- emboss-6.6.0.ebuild 28 Mar 2015 17:03:16 -0000 1.1 +++ emboss-6.6.0.ebuild 7 May 2015 10:17:54 -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/emboss/emboss-6.6.0.ebuild,v 1.1 2015/03/28 17:03:16 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/emboss-6.6.0.ebuild,v 1.2 2015/05/07 10:17:54 jlec Exp $ EAPI=5 @@ -12,12 +12,14 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE+=" minimal" +LICENSE+=" Apache-2.0 GPL-3+ CC-BY-3.0" RDEPEND+=" !sys-devel/cons" PDEPEND+=" !minimal? ( sci-biology/aaindex sci-biology/cutg + sci-biology/primer3 sci-biology/prints sci-biology/prosite sci-biology/rebase 1.74 sci-biology/emboss/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/emboss/ChangeLog?rev=1.74&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/emboss/ChangeLog?rev=1.74&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/emboss/ChangeLog?r1=1.73&r2=1.74 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-biology/emboss/ChangeLog,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- ChangeLog 28 Mar 2015 18:03:23 -0000 1.73 +++ ChangeLog 7 May 2015 10:17:54 -0000 1.74 @@ -1,6 +1,11 @@ # ChangeLog for sci-biology/emboss # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/ChangeLog,v 1.73 2015/03/28 18:03:23 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/ChangeLog,v 1.74 2015/05/07 10:17:54 jlec Exp $ + + 07 May 2015; Justin Lecher <[email protected]> emboss-6.6.0.ebuild, + files/emboss-6.6.0_fix-build-system.patch: + Correct Licenses, bug #548810; make build with newer plplot, bug #548806; add + missing dep, bug #544516 28 Mar 2015; Justin Lecher <[email protected]> -emboss-6.1.0-r1.ebuild, -emboss-6.3.1_p4.ebuild:
