mrueg 15/01/17 20:14:03 Modified: gtk-gamess-2.00.ebuild ChangeLog Log: Add ~amd64 keyword. Bump to EAPI=5. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.10 sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild?r1=1.9&r2=1.10 Index: gtk-gamess-2.00.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gtk-gamess-2.00.ebuild 4 May 2012 07:02:32 -0000 1.9 +++ gtk-gamess-2.00.ebuild 17 Jan 2015 20:14:03 -0000 1.10 @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild,v 1.9 2012/05/04 07:02:32 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gtk-gamess/gtk-gamess-2.00.ebuild,v 1.10 2015/01/17 20:14:03 mrueg Exp $ -EAPI="1" +EAPI=5 DESCRIPTION="GUI for GAMESS, a General Atomic and Molecular Electronic Structure System" HOMEPAGE="http://sourceforge.net/projects/gtk-gamess/" @@ -12,7 +12,7 @@ SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" @@ -25,7 +25,6 @@ virtual/pkgconfig" src_install() { - - make DESTDIR="${D}" install || die "install failed" + emake DESTDIR="${D}" install dodoc README } 1.9 sci-chemistry/gtk-gamess/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gtk-gamess/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gtk-gamess/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gtk-gamess/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gtk-gamess/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 4 May 2012 07:02:32 -0000 1.8 +++ ChangeLog 17 Jan 2015 20:14:03 -0000 1.9 @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/gtk-gamess -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gtk-gamess/ChangeLog,v 1.8 2012/05/04 07:02:32 jdhore Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gtk-gamess/ChangeLog,v 1.9 2015/01/17 20:14:03 mrueg Exp $ + + 17 Jan 2015; Manuel RĂ¼ger <mr...@gentoo.org> gtk-gamess-2.00.ebuild: + Add ~amd64 keyword. Bump to EAPI=5. 04 May 2012; Jeff Horelick <jdh...@gentoo.org> gtk-gamess-2.00.ebuild: dev-util/pkgconfig -> virtual/pkgconfig @@ -34,4 +37,3 @@ 18 Jan 2007; Jeff Gardner <je_...@gentoo.org> +metadata.xml, +gtk-gamess-2.00.ebuild: Initial import of gtk-gamess-2.0 -