radhermit 15/03/30 06:03:29 Modified: pkgcore-checks-9999.ebuild ChangeLog Log: Update DOCS and remove old plugincache2 support. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Revision Changes Path 1.9 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.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcore-checks/pkgcore-checks-9999.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcore-checks/pkgcore-checks-9999.ebuild?r1=1.8&r2=1.9 Index: pkgcore-checks-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/pkgcore-checks-9999.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- pkgcore-checks-9999.ebuild 24 Mar 2015 15:05:27 -0000 1.8 +++ pkgcore-checks-9999.ebuild 30 Mar 2015 06:03:29 -0000 1.9 @@ -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.8 2015/03/24 15:05:27 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/pkgcore-checks-9999.ebuild,v 1.9 2015/03/30 06:03:29 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -34,7 +34,7 @@ } python_install_all() { - local DOCS=( AUTHORS NEWS ) + local DOCS=( AUTHORS NEWS.rst ) distutils-r1_python_install_all } @@ -42,14 +42,3 @@ einfo "updating pkgcore plugin cache" python_foreach_impl pplugincache pkgcheck.plugins } - -pkg_postrm() { - # Careful not to remove this on up/downgrades. - plugincache_update() { - local sitep="${ROOT}$(python_get_sitedir)" - if [[ -e "${sitep}/pkgcore_checks/plugins/plugincache2" && ! -e "${sitep}/pkgcore_checks/base.py" ]]; then - rm "${sitep}/pkgcore_checks/plugins/plugincache2" - fi - } - python_foreach_impl plugincache_update -} 1.59 dev-util/pkgcore-checks/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcore-checks/ChangeLog?rev=1.59&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcore-checks/ChangeLog?rev=1.59&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgcore-checks/ChangeLog?r1=1.58&r2=1.59 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/ChangeLog,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- ChangeLog 24 Mar 2015 15:05:27 -0000 1.58 +++ ChangeLog 30 Mar 2015 06:03:29 -0000 1.59 @@ -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.58 2015/03/24 15:05:27 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/ChangeLog,v 1.59 2015/03/30 06:03:29 radhermit Exp $ + + 30 Mar 2015; Tim Harder <[email protected]> pkgcore-checks-9999.ebuild: + Update DOCS and remove old plugincache2 support. 24 Mar 2015; Tim Harder <[email protected]> pkgcore-checks-9999.ebuild: Update module name for plugincache generation.
