diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2013-07-01 18:56:31 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2013-07-01 18:56:31 +0200 |
commit | 77d48e6e619b614c33fc4d76e0674c5be2e68abc (patch) | |
tree | b2dbaa26c2ea55f3129481285091f053f049568d /dev-vcs/gitosis-gentoo/gitosis-gentoo-9999.ebuild | |
parent | 88d02fdbc7d514d8a1d760dbca7a9c71cd479555 (diff) | |
download | overlay-77d48e6e619b614c33fc4d76e0674c5be2e68abc.tar.gz overlay-77d48e6e619b614c33fc4d76e0674c5be2e68abc.tar.bz2 overlay-77d48e6e619b614c33fc4d76e0674c5be2e68abc.zip |
Remove gitosis-gentoo
Diffstat (limited to 'dev-vcs/gitosis-gentoo/gitosis-gentoo-9999.ebuild')
-rw-r--r-- | dev-vcs/gitosis-gentoo/gitosis-gentoo-9999.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-vcs/gitosis-gentoo/gitosis-gentoo-9999.ebuild b/dev-vcs/gitosis-gentoo/gitosis-gentoo-9999.ebuild deleted file mode 100644 index ae85ed9..0000000 --- a/dev-vcs/gitosis-gentoo/gitosis-gentoo-9999.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2010 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.1 2010/07/21 15:47:28 robbat2 Exp $ - -EAPI=3 -EGIT_REPO_URI="git://necoro.eu/others/gitosis.git" -EGIT_BRANCH="necoro" -inherit eutils distutils git - -DESCRIPTION="gitosis -- software for hosting git repositories, Gentoo fork, Necoro fork" -HOMEPAGE="https://github.com/Necoro/gitosis" - -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" - -pkg_setup() { - enewgroup git - enewuser git -1 /bin/sh /var/git git -} - -src_install() { - distutils_src_install - keepdir /var/git/repositories - fowners git:git /var/git/repositories -} |