Ebuild
January 23, 2012, 16:48
Support for Git branches in Bazaar
| alpha | amd64 | arm | hppa | ia64 | m68k | mips | ppc | ppc64 | s390 | sh | sparc | x86 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0.6.2 | + | + | – | – | – | – | – | – | – | – | – | – | + |
POPIS BALÍČKU:
Support for Git branches in Bazaar
Kategorie:
SEZNAM ZMĚN
# ChangeLog for dev-vcs/bzr-git # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/ChangeLog,v 1.10 2012/03/17 11:04:18 fauli Exp $ *bzr-git-0.6.7 (17 Mar 2012) 17 Mar 2012; Christian Faulhammer (fauli) +bzr-git-0.6.7.ebuild: version bump 17 Mar 2012; Christian Faulhammer (fauli) -bzr-git-0.5.2.ebuild: clean up 23 Jan 2012; Thomas Kahle (tomka) bzr-git-0.6.2.ebuild: x86 stable per bug 383751 21 Jan 2012; Tobias Klausmann (klausman) bzr-git-0.6.2.ebuild: Stable on alpha, bug #383751 28 Dec 2011; Christian Faulhammer (fauli) bzr-git-0.6.2.ebuild: raise dev-python/dulwich dependency to 0.8.0 as reported by Jonathan Lovelace in bug 389465 30 Oct 2011; Markos Chandras (hwoarang) bzr-git-0.6.2.ebuild: Stable on amd64 wrt bug #383751 *bzr-git-0.6.2 (16 Aug 2011) 16 Aug 2011; Christian Faulhammer (fauli) -bzr-git-0.5.4.ebuild, +bzr-git-0.6.2.ebuild: version bump and clean up *bzr-git-0.6.1 (17 Jul 2011) 17 Jul 2011; Christian Faulhammer (fauli) +bzr-git-0.6.1.ebuild: version bump *bzr-git-0.5.4 (12 Feb 2011) 12 Feb 2011; Christian Faulhammer (fauli) +bzr-git-0.5.4.ebuild: version bump 12 Jan 2011; Markos Chandras (hwoarang) bzr-git-0.5.2.ebuild: Stable on amd64 wrt bug #346985 *bzr-git-0.5.2 (10 Oct 2010) 10 Oct 2010; Christian Faulhammer (fauli) +bzr-git-0.5.2.ebuild, +metadata.xml: initial import for bug 335209 from Bazaar overlay, written by Mark Lee and myself
CHYBY
Nenalezeny žádné chyby
USE FLAGY
Žádné use flagy
ZÁVISLOSTI PRO SESTAVENÍ
| dev-lang/python | Python is an interpreted, interactive, object-oriented programming language. |
ZÁVISLOSTI PRO BĚH
| dev-lang/python | Python is an interpreted, interactive, object-oriented programming language. |
| dev-python/dulwich | Dulwich is a pure-Python implementation of the Git file formats and protocols. |
| dev-vcs/bzr | Bazaar is a next generation distributed version control system. |
ZDROJOVÝ KÓD
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-git/bzr-git-0.6.2.ebuild,v 1.5
2012/01/23 16:48:54 tomka Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
DESCRIPTION="Support for Git branches in Bazaar"
HOMEPAGE="http://bazaar-vcs.org/BzrForeignBranches/Git"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
if [[ ${PV} = 9999 ]]; then
inherit bzr
EBZR_REPO_URI="lp:bzr-git"
KEYWORDS=""
else
SRC_URI="http://samba.org/~jelmer/bzr/${P}.tar.gz"
KEYWORDS="alpha amd64 x86"
fi
IUSE=""
# Test are broken, they want API functions from Dulwich which are not
# installed in Gentoo
RESTRICT="test"
# Check info.py for dulwich and bzr version dependency info.
# The file should be fairly straightforward to understand.
DEPEND=""
RDEPEND=">=dev-python/dulwich-0.8.0
>=dev-vcs/bzr-2.3.0"