Ebuild
January 23, 2012, 16:47
A Bazaar plugin that provides a option to generate XML output for builtin commands.
| alpha | amd64 | arm | hppa | ia64 | m68k | mips | ppc | ppc64 | s390 | sh | sparc | x86 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0.8.7 | + | + | – | – | – | – | – | – | – | – | – | – | + |
DESCRIZIONE DEL PACCHETTO:
A Bazaar plugin that provides a option to generate XML output for builtin commands.
Categoria:
CHANGELOG
# ChangeLog for dev-vcs/bzr-xmloutput # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-xmloutput/ChangeLog,v 1.10 2012/03/17 11:17:09 fauli Exp $ *bzr-xmloutput-0.8.8 (17 Mar 2012) 17 Mar 2012; Christian Faulhammer (fauli) +bzr-xmloutput-0.8.8.ebuild: version bump 17 Mar 2012; Christian Faulhammer (fauli) -bzr-xmloutput-0.8.6.ebuild: clean up 23 Jan 2012; Thomas Kahle (tomka) bzr-xmloutput-0.8.7.ebuild: x86 stable per bug 383751 21 Jan 2012; Tobias Klausmann (klausman) bzr-xmloutput-0.8.7.ebuild: Stable on alpha, bug #383751 30 Oct 2011; Markos Chandras (hwoarang) bzr-xmloutput-0.8.7.ebuild: Stable on amd64 wrt bug #383751 *bzr-xmloutput-0.8.7 (16 Aug 2011) 16 Aug 2011; Christian Faulhammer (fauli) +bzr-xmloutput-0.8.7.ebuild: version bump 22 Jan 2011; Pawel Hajdan jr (phajdan.jr) bzr-xmloutput-0.8.6.ebuild: x86 stable wrt bug #346985 12 Jan 2011; Markos Chandras (hwoarang) bzr-xmloutput-0.8.6.ebuild: Stable on amd64 wrt bug #346985 27 Jul 2010; Christian Faulhammer (fauli) bzr-xmloutput-0.8.6.ebuild: fix bug 329471 by restricting Python ABIs to 2.*, Bazaar itself has no Python 3 support *bzr-xmloutput-0.8.6 (30 Mar 2010) 30 Mar 2010; Christian Faulhammer (fauli) +bzr-xmloutput-0.8.6.ebuild, +metadata.xml: initial commit, ebuild taken from Mark Lee's Bazaar overlay
BUGS
Nessun bug trovato
USE FLAGS
Nessuna Use Flag
DIPENDENZE PER LA COMPILAZIONE
| dev-lang/python | Python is an interpreted, interactive, object-oriented programming language. |
DIPENDENZE PER L'ESECUZIONE
| dev-lang/python | Python is an interpreted, interactive, object-oriented programming language. |
| dev-vcs/bzr | Bazaar is a next generation distributed version control system. |
CODICE SORGENTE
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.7.ebuild,v 1.4
2012/01/23 16:47:25 tomka Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
MY_P="${P}.final.0"
inherit distutils
DESCRIPTION="A Bazaar plugin that provides a option to generate XML output for
builtin commands."
HOMEPAGE="http://bazaar-vcs.org/XMLOutput"
SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 x86"
IUSE=""
DEPEND=""
RDEPEND="dev-vcs/bzr"
S="${WORKDIR}/${MY_P}"