Ebuild
13 de february , 2012, 05:18
Git subcommand providing a bidirectional bridge to Bazaar repositories
| alpha | amd64 | arm | hppa | ia64 | m68k | mips | ppc | ppc64 | s390 | sh | sparc | x86 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0_pre20120130 | – | ~ | – | – | – | – | – | – | – | – | – | – | ~ |
DESCRIPCIÓN DE PAQUETE:
Git subcommand providing a bidirectional bridge to Bazaar repositories
Categoría:
CAMBIOS
# ChangeLog for dev-vcs/git-bzr-ng # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-bzr-ng/ChangeLog,v 1.2 2012/02/13 23:33:36 tetromino Exp $ 13 Feb 2012; Alexandre Rostovtsev (tetromino) metadata.xml: Add to bazaar herd, acked by fauli. *git-bzr-ng-0_pre20120130 (13 Feb 2012) 13 Feb 2012; Alexandre Rostovtsev (tetromino) +git-bzr-ng-0_pre20120130.ebuild, +metadata.xml: New ebuild for a git subcommand providing a bridge to bzr.
PROBLEMAS
No bugs found
OPCIONES USE
No hay opciones use
DEPENDENCIAS DE CONSTRUCCIÓN
| app-admin/eselect-python | Eselect module for management of multiple Python versions |
| app-arch/xz-utils | utils for managing LZMA compressed files |
| dev-lang/python | Python is an interpreted, interactive, object-oriented programming language. |
DEPENDENCIAS DE EJECUCIÓN
| app-admin/eselect-python | Eselect module for management of multiple Python versions |
| dev-lang/python | Python is an interpreted, interactive, object-oriented programming language. |
| dev-python/python-fastimport | Library for parsing the fastimport VCS serialization format |
| dev-vcs/bzr | Bazaar is a next generation distributed version control system. |
| dev-vcs/bzr-fastimport | Plugin providing fast loading of revision control data into Bazaar |
| dev-vcs/git | GIT - the stupid content tracker, the revision control system heavily used by the Linux kernel team |
SOURCE CODE
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-vcs/git-bzr-ng/git-bzr-ng-0_pre20120130.ebuild,v 1.1
2012/02/13 05:18:11 tetromino Exp $
EAPI="4"
PYTHON_DEPEND="2"
inherit python
DESCRIPTION="Git subcommand providing a bidirectional bridge to Bazaar
repositories"
HOMEPAGE="https://github.com/termie/git-bzr-ng"
SRC_URI="http://dev.gentoo.org/~tetromino/distfiles/${PN}/${P}.tar.xz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-vcs/bzr-2.2
dev-vcs/git
>=dev-vcs/bzr-fastimport-0.10
dev-python/python-fastimport"
DEPEND="app-arch/xz-utils"
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_prepare() {
python_convert_shebangs 2 git-bzr
}
src_install() {
exeinto /usr/libexec/git-core
doexe git-bzr
dodoc README.rst
}