jlec 15/04/03 13:02:18 Modified: balbes-db-6.1.3-r1.ebuild metadata.xml ChangeLog Log: Bump to EAPI=5 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.3 sci-libs/balbes-db/balbes-db-6.1.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/balbes-db/balbes-db-6.1.3-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/balbes-db/balbes-db-6.1.3-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/balbes-db/balbes-db-6.1.3-r1.ebuild?r1=1.2&r2=1.3 Index: balbes-db-6.1.3-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/balbes-db/balbes-db-6.1.3-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- balbes-db-6.1.3-r1.ebuild 21 Nov 2011 15:29:17 -0000 1.2 +++ balbes-db-6.1.3-r1.ebuild 3 Apr 2015 13:02:18 -0000 1.3 @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/balbes-db/balbes-db-6.1.3-r1.ebuild,v 1.2 2011/11/21 15:29:17 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/balbes-db/balbes-db-6.1.3-r1.ebuild,v 1.3 2015/04/03 13:02:18 jlec Exp $ -EAPI="3" +EAPI=5 MY_P="ccp4-${PV}" @@ -28,7 +28,7 @@ src_install() { dodir /usr/share/balbes/BALBES_0.0.1 - rm -rf share/balbes/BALBES_0.0.1/dic + rm -rf share/balbes/BALBES_0.0.1/dic || die # We don't want to wait around to copy all this, or suck up double # the disk space einfo "Installing files, which can take some time ..." @@ -36,8 +36,8 @@ # db files shouldn't be executable find "${ED}"/usr/share/balbes/BALBES_0.0.1/ \ -type f \ - -exec chmod 664 '{}' \; - dosym ../../ccp4/data/monomers /usr/share/balbes/BALBES_0.0.1/dic || die + -exec chmod 664 '{}' \; || die + dosym ../../ccp4/data/monomers /usr/share/balbes/BALBES_0.0.1/dic cat >> "${T}"/20balbes <<- EOF BALBES_ROOT="${EPREFIX}/usr/share/balbes/BALBES_0.0.1/" 1.4 sci-libs/balbes-db/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/balbes-db/metadata.xml?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/balbes-db/metadata.xml?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/balbes-db/metadata.xml?r1=1.3&r2=1.4 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/balbes-db/metadata.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- metadata.xml 19 Jun 2013 04:36:22 -0000 1.3 +++ metadata.xml 3 Apr 2015 13:02:18 -0000 1.4 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci-chemistry</herd> + <herd>sci-chemistry</herd> </pkgmetadata> 1.9 sci-libs/balbes-db/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/balbes-db/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/balbes-db/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/balbes-db/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/balbes-db/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 19 Jun 2013 04:36:22 -0000 1.8 +++ ChangeLog 3 Apr 2015 13:02:18 -0000 1.9 @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/balbes-db -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/balbes-db/ChangeLog,v 1.8 2013/06/19 04:36:22 bicatali Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/balbes-db/ChangeLog,v 1.9 2015/04/03 13:02:18 jlec Exp $ + + 03 Apr 2015; Justin Lecher <[email protected]> balbes-db-6.1.3-r1.ebuild, + metadata.xml: + Bump to EAPI=5 19 Jun 2013; Sébastien Fabbro <[email protected]> metadata.xml: Switch to sci-chemistry herd
