Ebuild
April 06, 2011, 20:01
gitosis -- software for hosting git repositories, Gentoo fork
| alpha | amd64 | arm | hppa | ia64 | m68k | mips | ppc | ppc64 | s390 | sh | sparc | x86 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0.2_p20100721 | – | ~ | – | – | – | – | – | ~ | – | – | – | – | ~ |
PACKAGE DESCRIPTION:
gitosis -- software for hosting git repositories, Gentoo fork
Category:
CHANGELOG
# ChangeLog for dev-vcs/gitosis-gentoo # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitosis-gentoo/ChangeLog,v 1.5 2011/04/06 19:39:15 arfrever Exp $ 06 Apr 2011; Arfrever Frehtes Taifersar Arahesis (arfrever) gitosis-gentoo-0.2_p20080203.ebuild, gitosis-gentoo-0.2_p20080711.ebuild, gitosis-gentoo-0.2_p20081028.ebuild, gitosis-gentoo-0.2_p20090515.ebuild, gitosis-gentoo-0.2_p20100721.ebuild: Use Python 2 (bug #329483). 22 Jul 2010; Robin H. Johnson (robbat2) -gitosis-gentoo-0.2_p20100718.ebuild: 20100718 had a bug that was missed, fixed in 20100721. *gitosis-gentoo-0.2_p20100721 (21 Jul 2010) 21 Jul 2010; Robin H. Johnson (robbat2) +gitosis-gentoo-0.2_p20100721.ebuild: Another verbump for minor bug. *gitosis-gentoo-0.2_p20100718 (21 Jul 2010) 21 Jul 2010; Theo Chatzimichos (tampakrap) +gitosis-gentoo-0.2_p20100718.ebuild: Version bump It includes commit a88bc14fe0b5507ea54c5d5fe695e828beefd7ca which exports GITOSIS_NAME and GITOSIS_EMAIL env vars 19 Jun 2010; Arfrever Frehtes Taifersar Arahesis (arfrever) gitosis-gentoo-0.2_p20080203.ebuild, gitosis-gentoo-0.2_p20080711.ebuild, gitosis-gentoo-0.2_p20081028.ebuild, gitosis-gentoo-0.2_p20090515.ebuild: dev-util/gitosis renamed to dev-vcs/gitosis (bug #56967). 17 Mar 2010; Sebastian Pipping (sping) gitosis-gentoo-0.2_p20080203.ebuild, gitosis-gentoo-0.2_p20080711.ebuild, gitosis-gentoo-0.2_p20081028.ebuild, gitosis-gentoo-0.2_p20090515.ebuild: Propagate move of dev-util/git to dev-vcs/git 08 Feb 2010; Peter Volkov (pva) gitosis-gentoo-0.2_p20080203.ebuild, gitosis-gentoo-0.2_p20080711.ebuild, gitosis-gentoo-0.2_p20081028.ebuild, gitosis-gentoo-0.2_p20090515.ebuild: Add inherit eutils for enewgroup and enewuser. 15 Jan 2010; Christian Faulhammer (fauli) gitosis-gentoo-0.2_p20090515.ebuild: Transfer Prefix keywords *gitosis-gentoo-0.2_p20090515 (15 May 2009) 15 May 2009; Robin H. Johnson (robbat2) +gitosis-gentoo-0.2_p20090515.ebuild: Version bump with the cgit patch. 24 Nov 2008; Robin H. Johnson (robbat2) gitosis-gentoo-0.2_p20080711.ebuild, gitosis-gentoo-0.2_p20081028.ebuild: Bug #247322 - gitosis does actually need setuptools at runtime. *gitosis-gentoo-0.2_p20081028 (28 Oct 2008) 28 Oct 2008; Robin H. Johnson (robbat2) +gitosis-gentoo-0.2_p20081028.ebuild: Version bump per bug #236185, fixes for git-1.6. 17 Jul 2008; Robin H. Johnson (robbat2) gitosis-gentoo-0.2_p20080711.ebuild: setuptools should only be in DEPEND, not RDEPEND, but git needs to be in both. *gitosis-gentoo-0.2_p20080711 (11 Jul 2008) 11 Jul 2008; Robin H. Johnson (robbat2) +gitosis-gentoo-0.2_p20080711.ebuild: Minor version bump: New version ignore comments and excess whitespace in SSH keys. Allows commenting of keydir contents. *gitosis-gentoo-0.2_p20080203 (04 Apr 2008) 04 Apr 2008; Robin H. Johnson (robbat2) +metadata.xml, +gitosis-gentoo-0.2_p20080203.ebuild: Specifically package the Gitosis fork that powers git.overlays.gentoo.org. Upstream has not responded to multiple requests to integrate these features.
BUGS
No bugs found
Notes: This list is taken from a snapshot, and is not a reliable reference. Search bugzilla for accurate results.
USE FLAGS
No Use Flags
BUILD DEPENDENCIES
| 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/setuptools | Distribute (fork of Setuptools) is a collection of extensions to Distutils |
| dev-vcs/git | GIT - the stupid content tracker, the revision control system heavily used by the Linux kernel team |
RUNTIME DEPENDENCIES
| 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/setuptools | Distribute (fork of Setuptools) is a collection of extensions to Distutils |
| dev-vcs/git | GIT - the stupid content tracker, the revision control system heavily used by the Linux kernel team |
| dev-vcs/gitosis | gitosis -- software for hosting git repositories |
SOURCE CODE
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20100721.ebuild,v
1.2 2011/04/06 19:39:15 arfrever Exp $
EAPI=3
PYTHON_DEPEND="2"
inherit eutils distutils
DESCRIPTION="gitosis -- software for hosting git repositories, Gentoo fork"
HOMEPAGE="http://git.overlays.gentoo.org/gitweb/?p=proj/gitosis-gentoo.git"
# This is a snapshot taken from the Gentoo overlays gitweb.
MY_GITREV="9f39956b8b10e4952cdf0efb8462efd55c71926b"
MY_PV="${PV}"
MY_P="${PN}-${MY_PV}" # identical to P for now
SRC_URI="http://git.overlays.gentoo.org/gitweb/?p=proj/gitosis-gentoo.git;a=snapshot;h=refs/tags/${PV};sf=tbz2
-> ${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
IUSE=""
DEPEND_GIT=">=dev-vcs/git-1.5.6.4"
DEPEND="${DEPEND_GIT}
>=dev-python/setuptools-0.6_rc5"
RDEPEND="${DEPEND}
!dev-vcs/gitosis"
S="${WORKDIR}/${MY_P}"
DOCS="example.conf gitweb.conf lighttpd-gitweb.conf TODO.rst"
PYTHON_MODNAME="gitosis"
pkg_setup() {
python_set_active_version 2
python_pkg_setup
enewgroup git
enewuser git -1 /bin/sh /var/spool/gitosis git
}
src_install() {
distutils_src_install
keepdir /var/spool/gitosis
fowners git:git /var/spool/gitosis
}
# We should handle more of this, but it requires the input of an SSH public key
# from the user, and they may want to set up more configuration first.
#pkg_config() {
#}
pkg_postinst() {
distutils_pkg_postinst
einfo "If you need to actually use gitosis, you must unlock the git user."
}