jlec 15/06/17 14:39:33 Modified: rasmol-2.7.5.2-r2.ebuild ChangeLog Removed: rasmol-2.7.5.2-r1.ebuild Log: Fix compilation problems on ppc, bug #547318; drop old (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.2 sci-chemistry/rasmol/rasmol-2.7.5.2-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/rasmol/rasmol-2.7.5.2-r2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/rasmol/rasmol-2.7.5.2-r2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/rasmol/rasmol-2.7.5.2-r2.ebuild?r1=1.1&r2=1.2 Index: rasmol-2.7.5.2-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/rasmol-2.7.5.2-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rasmol-2.7.5.2-r2.ebuild 18 May 2015 07:01:19 -0000 1.1 +++ rasmol-2.7.5.2-r2.ebuild 17 Jun 2015 14:39:33 -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-chemistry/rasmol/rasmol-2.7.5.2-r2.ebuild,v 1.1 2015/05/18 07:01:19 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/rasmol-2.7.5.2-r2.ebuild,v 1.2 2015/06/17 14:39:33 jlec Exp $ EAPI=5 @@ -17,7 +17,7 @@ LICENSE="|| ( GPL-2 RASLIC )" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=" @@ -67,6 +67,19 @@ eprefixify Imakefile + sed \ + -e 's:vector.c:v_ector.c:g' \ + -e 's:vector.o:v_ector.o:g' \ + -e 's:vector.h:v_ector.h:g' \ + -i *akefile* || die + + sed \ + -e 's:vector.h:v_ector.h:g' \ + -i *.c *.h || die + + mv vector.c v_ector.c || die + mv vector.h v_ector.h || die + xmkmf -DGTKWIN || die "xmkmf failed with ${myconf}" } 1.46 sci-chemistry/rasmol/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/rasmol/ChangeLog?rev=1.46&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/rasmol/ChangeLog?rev=1.46&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/rasmol/ChangeLog?r1=1.45&r2=1.46 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/ChangeLog,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- ChangeLog 18 May 2015 07:01:19 -0000 1.45 +++ ChangeLog 17 Jun 2015 14:39:33 -0000 1.46 @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/rasmol # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/ChangeLog,v 1.45 2015/05/18 07:01:19 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/rasmol/ChangeLog,v 1.46 2015/06/17 14:39:33 jlec Exp $ + + 17 Jun 2015; Justin Lecher <[email protected]> -rasmol-2.7.5.2-r1.ebuild, + rasmol-2.7.5.2-r2.ebuild: + Fix compilation problems on ppc, bug #547318; drop old *rasmol-2.7.5.2-r2 (18 May 2015)
