diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-12-28 18:39:43 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-12-28 18:39:43 +0000 |
commit | 45fea4ede47fbf20631e1af0e2f7bd54b5d9ef3c (patch) | |
tree | 079efdef7f4a21115b2cbc39a9764614537f6249 /dev-vcs | |
parent | Make the invalid function/variable checks non-fatal for now. (diff) | |
download | gentoo-2-45fea4ede47fbf20631e1af0e2f7bd54b5d9ef3c.tar.gz gentoo-2-45fea4ede47fbf20631e1af0e2f7bd54b5d9ef3c.tar.bz2 gentoo-2-45fea4ede47fbf20631e1af0e2f7bd54b5d9ef3c.zip |
Drop PYTHON_MODNAME, bug 533838.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/bzr-fastimport/ChangeLog | 8 | ||||
-rw-r--r-- | dev-vcs/bzr-fastimport/bzr-fastimport-0.13.0.ebuild | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/dev-vcs/bzr-fastimport/ChangeLog b/dev-vcs/bzr-fastimport/ChangeLog index c6f3616f27df..ae9fbe3a1383 100644 --- a/dev-vcs/bzr-fastimport/ChangeLog +++ b/dev-vcs/bzr-fastimport/ChangeLog @@ -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 <floppym@gentoo.org> bzr-fastimport-0.13.0.ebuild: + Drop PYTHON_MODNAME, bug 533838. 06 Aug 2013; Christian Faulhammer <fauli@gentoo.org> bzr-fastimport-0.13.0.ebuild: @@ -36,4 +39,3 @@ 13 Feb 2012; Alexandre Rostovtsev <tetromino@gentoo.org> +bzr-fastimport-0.11.0.ebuild, +metadata.xml: New ebuild for a fastimport plugin for bzr. - diff --git a/dev-vcs/bzr-fastimport/bzr-fastimport-0.13.0.ebuild b/dev-vcs/bzr-fastimport/bzr-fastimport-0.13.0.ebuild index 8470d6374779..77b81a254591 100644 --- a/dev-vcs/bzr-fastimport/bzr-fastimport-0.13.0.ebuild +++ b/dev-vcs/bzr-fastimport/bzr-fastimport-0.13.0.ebuild @@ -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 @@ RDEPEND=">=dev-vcs/bzr-1.18 >=dev-python/python-fastimport-0.9" DEPEND="" -PYTHON_MODNAME="bzrlib/plugins/fastimport" DOCS=( NEWS README.txt doc/notes.txt ) pkg_postinst() { |