floppym 14/12/28 18:39:43 Modified: bzr-fastimport-0.13.0.ebuild ChangeLog Log: Drop PYTHON_MODNAME, bug 533838. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.5 dev-vcs/bzr-fastimport/bzr-fastimport-0.13.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-fastimport/bzr-fastimport-0.13.0.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-fastimport/bzr-fastimport-0.13.0.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-fastimport/bzr-fastimport-0.13.0.ebuild?r1=1.4&r2=1.5 Index: bzr-fastimport-0.13.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/bzr-fastimport/bzr-fastimport-0.13.0.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- bzr-fastimport-0.13.0.ebuild 6 Aug 2013 18:55:03 -0000 1.4 +++ bzr-fastimport-0.13.0.ebuild 28 Dec 2014 18:39:43 -0000 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-fastimport/bzr-fastimport-0.13.0.ebuild,v 1.4 2013/08/06 18:55:03 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-fastimport/bzr-fastimport-0.13.0.ebuild,v 1.5 2014/12/28 18:39:43 floppym Exp $ EAPI="5" @@ -21,7 +21,6 @@ >=dev-python/python-fastimport-0.9" DEPEND="" -PYTHON_MODNAME="bzrlib/plugins/fastimport" DOCS=( NEWS README.txt doc/notes.txt ) pkg_postinst() { 1.9 dev-vcs/bzr-fastimport/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-fastimport/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-fastimport/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/bzr-fastimport/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/bzr-fastimport/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 6 Aug 2013 18:55:03 -0000 1.8 +++ ChangeLog 28 Dec 2014 18:39:43 -0000 1.9 @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/bzr-fastimport -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-fastimport/ChangeLog,v 1.8 2013/08/06 18:55:03 fauli Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-fastimport/ChangeLog,v 1.9 2014/12/28 18:39:43 floppym Exp $ + + 28 Dec 2014; Mike Gilbert <[email protected]> bzr-fastimport-0.13.0.ebuild: + Drop PYTHON_MODNAME, bug 533838. 06 Aug 2013; Christian Faulhammer <[email protected]> bzr-fastimport-0.13.0.ebuild: @@ -36,4 +39,3 @@ 13 Feb 2012; Alexandre Rostovtsev <[email protected]> +bzr-fastimport-0.11.0.ebuild, +metadata.xml: New ebuild for a fastimport plugin for bzr. -
