diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2013-08-06 18:55:03 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2013-08-06 18:55:03 +0000 |
commit | 4bbe9ad68b330a7e3ce76331a8f392c728b679da (patch) | |
tree | 1ba1ba61ff3d4d6f73ca89bb7e79c87ce81637d6 /dev-vcs | |
parent | clean up (diff) | |
download | gentoo-2-4bbe9ad68b330a7e3ce76331a8f392c728b679da.tar.gz gentoo-2-4bbe9ad68b330a7e3ce76331a8f392c728b679da.tar.bz2 gentoo-2-4bbe9ad68b330a7e3ce76331a8f392c728b679da.zip |
convert to distutils-r1.eclass
(Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key 2B859DE3)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/bzr-fastimport/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/bzr-fastimport/bzr-fastimport-0.13.0.ebuild | 22 |
2 files changed, 11 insertions, 17 deletions
diff --git a/dev-vcs/bzr-fastimport/ChangeLog b/dev-vcs/bzr-fastimport/ChangeLog index a5834edda15b..c6f3616f27df 100644 --- a/dev-vcs/bzr-fastimport/ChangeLog +++ b/dev-vcs/bzr-fastimport/ChangeLog @@ -1,6 +1,10 @@ # 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.7 2013/08/06 18:45:08 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-fastimport/ChangeLog,v 1.8 2013/08/06 18:55:03 fauli Exp $ + + 06 Aug 2013; Christian Faulhammer <fauli@gentoo.org> + bzr-fastimport-0.13.0.ebuild: + convert to distutils-r1.eclass 06 Aug 2013; Christian Faulhammer <fauli@gentoo.org> -bzr-fastimport-0.12.0.ebuild: 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 131d99381b2d..8470d6374779 100644 --- a/dev-vcs/bzr-fastimport/bzr-fastimport-0.13.0.ebuild +++ b/dev-vcs/bzr-fastimport/bzr-fastimport-0.13.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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.3 2012/08/11 09:29:58 ago Exp $ +# $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 $ -EAPI="4" +EAPI="5" -PYTHON_DEPEND="2" +PYTHON_COMPAT=( python{2_6,2_7} ) -inherit distutils +inherit distutils-r1 DESCRIPTION="Plugin providing fast loading of revision control data into Bazaar" HOMEPAGE="https://launchpad.net/bzr-fastimport http://wiki.bazaar.canonical.com/BzrFastImport" @@ -22,17 +22,7 @@ RDEPEND=">=dev-vcs/bzr-1.18 DEPEND="" PYTHON_MODNAME="bzrlib/plugins/fastimport" - -pkg_setup() { - DOCS="NEWS README.txt doc/notes.txt" - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - python_convert_shebangs -r 2 . - distutils_src_prepare -} +DOCS=( NEWS README.txt doc/notes.txt ) pkg_postinst() { distutils_pkg_postinst |