Ebuild
January 23, 2012, 16:49
A high level interface to all commonly used Bazaar features
| alpha | amd64 | arm | hppa | ia64 | m68k | mips | ppc | ppc64 | s390 | sh | sparc | x86 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1.2.1 | + | + | – | – | – | – | – | – | – | – | – | – | + |
DESCRIZIONE DEL PACCHETTO:
A high level interface to all commonly used Bazaar features
Categoria:
CHANGELOG
# ChangeLog for dev-vcs/bzr-explorer # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-explorer/ChangeLog,v 1.18 2012/04/11 21:13:05 fauli Exp $ 11 Apr 2012; Christian Faulhammer (fauli) -bzr-explorer-1.1.1.ebuild: clean up *bzr-explorer-1.2.2 (16 Mar 2012) 16 Mar 2012; Christian Faulhammer (fauli) +bzr-explorer-1.2.2.ebuild: version bump 23 Jan 2012; Thomas Kahle (tomka) bzr-explorer-1.2.1.ebuild: x86 stable per bug 383751 21 Jan 2012; Tobias Klausmann (klausman) bzr-explorer-1.2.1.ebuild: Stable on alpha, bug #383751 30 Oct 2011; Markos Chandras (hwoarang) bzr-explorer-1.2.1.ebuild: Stable on amd64 wrt bug #383751 29 Aug 2011; Christian Faulhammer (fauli) -bzr-explorer-1.1.4.ebuild: clean up *bzr-explorer-1.2.1 (16 Aug 2011) 16 Aug 2011; Christian Faulhammer (fauli) -bzr-explorer-1.1.2.ebuild, +bzr-explorer-1.2.1.ebuild: version bump and clean up *bzr-explorer-1.1.4 (17 Jul 2011) 17 Jul 2011; Christian Faulhammer (fauli) +bzr-explorer-1.1.4.ebuild: version bump *bzr-explorer-1.1.2 (12 Feb 2011) 12 Feb 2011; Christian Faulhammer (fauli) -bzr-explorer-1.0.2.ebuild, +bzr-explorer-1.1.2.ebuild: version bump and clean up 22 Jan 2011; Pawel Hajdan jr (phajdan.jr) bzr-explorer-1.1.1.ebuild: x86 stable wrt bug #346985 12 Jan 2011; Markos Chandras (hwoarang) bzr-explorer-1.1.1.ebuild: Stable on amd64 wrt bug #346985 *bzr-explorer-1.1.1 (16 Nov 2010) 16 Nov 2010; Christian Faulhammer (fauli) +bzr-explorer-1.1.1.ebuild: version bump 28 Jul 2010; Christian Faulhammer (fauli) bzr-explorer-1.0.2.ebuild: add ~amd64 27 Jul 2010; Christian Faulhammer (fauli) -bzr-explorer-1.0.1.ebuild: clean up 27 Jul 2010; Christian Faulhammer (fauli) bzr-explorer-1.0.2.ebuild: fix bug 329461 by restricting Python ABIs to 2.*, Bazaar itself has no Python 3 support *bzr-explorer-1.0.2 (23 Jun 2010) 23 Jun 2010; Christian Faulhammer (fauli) -bzr-explorer-1.0.0.ebuild, +bzr-explorer-1.0.2.ebuild: version bump *bzr-explorer-1.0.1 (16 Mar 2010) 16 Mar 2010; Christian Faulhammer (fauli) +bzr-explorer-1.0.1.ebuild: version bump *bzr-explorer-1.0.0 (08 Mar 2010) 08 Mar 2010; Christian Faulhammer (fauli) +bzr-explorer-1.0.0.ebuild, +metadata.xml: initial commit, ebuild taken from Bazaar overlay by Mark Lee
BUGS
Nessun bug trovato
USE FLAGS
| gtk | Adds support for x11-libs/gtk+ (The GIMP Toolkit) |
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. |
| dev-vcs/bzr-gtk | A GTK+ interfaces to most Bazaar operations |
| dev-vcs/qbzr | Qt frontend for Bazaar |
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-explorer/bzr-explorer-1.2.1.ebuild,v 1.4
2012/01/23 16:49:15 tomka Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
MY_PV=${PV/_beta/b}
MY_PV=${MY_PV/_rc/rc}
LPV=${MY_PV}
MY_P=${PN}-${MY_PV}
DESCRIPTION="A high level interface to all commonly used Bazaar features"
HOMEPAGE="https://launchpad.net/bzr-explorer"
SRC_URI="http://launchpad.net/${PN}/1.2/${LPV}/+download/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 x86"
IUSE="gtk"
DEPEND=""
RDEPEND=">=dev-vcs/bzr-1.14
>=dev-vcs/qbzr-0.21
gtk? ( dev-vcs/bzr-gtk )"