radhermit 15/03/24 15:05:27 Modified: ChangeLog pkgcore-checks-9999.ebuild Log: Update module name for plugincache generation. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.58 dev-util/pkgcore-checks/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcore-checks/ChangeLog?rev=1.58&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcore-checks/ChangeLog?rev=1.58&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcore-checks/ChangeLog?r1=1.57&r2=1.58 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/ChangeLog,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- ChangeLog 19 Feb 2015 17:30:25 -0000 1.57 +++ ChangeLog 24 Mar 2015 15:05:27 -0000 1.58 @@ -1,6 +1,9 @@ # ChangeLog for dev-util/pkgcore-checks # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/ChangeLog,v 1.58 2015/03/24 15:05:27 radhermit Exp $ + + 24 Mar 2015; Tim Harder <[email protected]> pkgcore-checks-9999.ebuild: + Update module name for plugincache generation. 19 Feb 2015; Tim Harder <[email protected]> pkgcore-checks-9999.ebuild: Bump to EAPI 5. 1.8 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.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcore-checks/pkgcore-checks-9999.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcore-checks/pkgcore-checks-9999.ebuild?r1=1.7&r2=1.8 Index: pkgcore-checks-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/pkgcore-checks-9999.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pkgcore-checks-9999.ebuild 19 Feb 2015 17:30:25 -0000 1.7 +++ pkgcore-checks-9999.ebuild 24 Mar 2015 15:05:27 -0000 1.8 @@ -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/dev-util/pkgcore-checks/pkgcore-checks-9999.ebuild,v 1.7 2015/02/19 17:30:25 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/pkgcore-checks-9999.ebuild,v 1.8 2015/03/24 15:05:27 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -40,7 +40,7 @@ pkg_postinst() { einfo "updating pkgcore plugin cache" - python_foreach_impl pplugincache pkgcore_checks.plugins + python_foreach_impl pplugincache pkgcheck.plugins } pkg_postrm() {
