hwoarang 14/11/17 19:08:36 Modified: buildbot-9999.ebuild ChangeLog Log: Do not try to enter the master directory on pkg_postinst. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Revision Changes Path 1.9 dev-util/buildbot/buildbot-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild?r1=1.8&r2=1.9 Index: buildbot-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- buildbot-9999.ebuild 9 Nov 2014 10:12:20 -0000 1.8 +++ buildbot-9999.ebuild 17 Nov 2014 19:08:36 -0000 1.9 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild,v 1.8 2014/11/09 10:12:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild,v 1.9 2014/11/17 19:08:36 hwoarang Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -96,7 +96,6 @@ } pkg_postinst() { - [[ ${PV} = 9999 ]] && cd master/ readme.gentoo_print_elog elog elog "Upstream recommends the following when upgrading:" 1.160 dev-util/buildbot/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?rev=1.160&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?rev=1.160&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?r1=1.159&r2=1.160 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v retrieving revision 1.159 retrieving revision 1.160 diff -u -r1.159 -r1.160 --- ChangeLog 9 Nov 2014 10:12:20 -0000 1.159 +++ ChangeLog 17 Nov 2014 19:08:36 -0000 1.160 @@ -1,6 +1,9 @@ # ChangeLog for dev-util/buildbot # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.159 2014/11/09 10:12:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.160 2014/11/17 19:08:36 hwoarang Exp $ + + 17 Nov 2014; Markos Chandras <[email protected]> buildbot-9999.ebuild: + Do not try to enter the master directory on pkg_postinst. 09 Nov 2014; Markos Chandras <[email protected]> buildbot-0.8.9-r1.ebuild, buildbot-9999.ebuild:
