2015-03-10 22:47:28 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2015-03-10 22:47:28 +03:00
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
|
|
|
PYTHON_COMPAT=( python2_7 )
|
|
|
|
DISTUTILS_SINGLE_IMPL=1
|
|
|
|
|
|
|
|
inherit distutils-r1
|
|
|
|
|
|
|
|
DESCRIPTION="A Bazaar plugin that provides a option to generate XML output forbuiltin commands."
|
|
|
|
HOMEPAGE="http://bazaar-vcs.org/XMLOutput"
|
2015-08-25 09:05:57 +03:00
|
|
|
SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
|
2015-03-10 22:47:28 +03:00
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
DEPEND=""
|
|
|
|
RDEPEND="dev-vcs/bzr[${PYTHON_USEDEP}]"
|
|
|
|
|
|
|
|
PATCHES=( "${FILESDIR}"/${P}_remove-relative-imports.patch )
|
|
|
|
|
|
|
|
pkg_setup() {
|
|
|
|
python-single-r1_pkg_setup
|
|
|
|
}
|