radhermit 15/02/19 17:30:25 Modified: ChangeLog pkgcore-checks-9999.ebuild Log: Bump to EAPI 5. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.57 dev-util/pkgcore-checks/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcore-checks/ChangeLog?rev=1.57&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcore-checks/ChangeLog?rev=1.57&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcore-checks/ChangeLog?r1=1.56&r2=1.57 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/ChangeLog,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- ChangeLog 21 Dec 2014 00:16:50 -0000 1.56 +++ ChangeLog 19 Feb 2015 17:30:25 -0000 1.57 @@ -1,6 +1,9 @@ # ChangeLog for dev-util/pkgcore-checks -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/ChangeLog,v 1.56 2014/12/21 00:16:50 radhermit Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/ChangeLog,v 1.57 2015/02/19 17:30:25 radhermit Exp $ + + 19 Feb 2015; Tim Harder <[email protected]> pkgcore-checks-9999.ebuild: + Bump to EAPI 5. 21 Dec 2014; Tim Harder <[email protected]> pkgcore-checks-9999.ebuild: Don't regen plugins in the pkgcore.plugins namespace. 1.7 dev-util/pkgcore-checks/pkgcore-checks-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcore-checks/pkgcore-checks-9999.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcore-checks/pkgcore-checks-9999.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcore-checks/pkgcore-checks-9999.ebuild?r1=1.6&r2=1.7 Index: pkgcore-checks-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/pkgcore-checks-9999.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- pkgcore-checks-9999.ebuild 21 Dec 2014 00:16:50 -0000 1.6 +++ pkgcore-checks-9999.ebuild 19 Feb 2015 17:30:25 -0000 1.7 @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/pkgcore-checks-9999.ebuild,v 1.6 2014/12/21 00:16:50 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/pkgcore-checks-9999.ebuild,v 1.7 2015/02/19 17:30:25 radhermit Exp $ -EAPI=4 +EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1
