add gitosis plugin

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2344 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2010-08-31 15:25:12 +00:00
parent 42c3760fa3
commit eab8aa568c
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1 @@
EBUILD trac-gitosisplugin-1.0.2.ebuild 789 RMD160 603300bdda42b48290c25a03ef7e9c943373f30b SHA1 dbfa9f47029cdeb9294ca91e0ef313176b39f635 SHA256 9b0bf3fa78e9ece86304cfa9869c6729c0948901baf13e7a205ed755d27f8799

View File

@ -0,0 +1,31 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/trac-git/trac-git-8215.ebuild,v 1.2 2010/07/05 11:00:44 hollow Exp $
EAPI="2"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils git
EGIT_REPO_URI="git://github.com/dr4Ke/TracGitosisPlugin.git"
DESCRIPTION="partial gitosis administration for Trac"
HOMEPAGE="http://trac-hacks.org/wiki/TracGitosisPlugin"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools
app-arch/unzip"
RDEPEND=">=www-apps/trac-0.12
|| ( dev-vcs/gitosis dev-vcs/gitosis-gentoo )"
S="${WORKDIR}/gitosisplugin/0.11"
src_install() {
distutils_src_install
rm -f "${D}"/usr/{README,COPYING}
}