From eab8aa568ca34cc212a9408363f16b9950d72f82 Mon Sep 17 00:00:00 2001 From: geos_one Date: Tue, 31 Aug 2010 15:25:12 +0000 Subject: [PATCH] add gitosis plugin git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2344 6952d904-891a-0410-993b-d76249ca496b --- www-apps/trac-gitosisplugin/Manifest | 1 + .../trac-gitosisplugin-1.0.2.ebuild | 31 +++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 www-apps/trac-gitosisplugin/Manifest create mode 100644 www-apps/trac-gitosisplugin/trac-gitosisplugin-1.0.2.ebuild diff --git a/www-apps/trac-gitosisplugin/Manifest b/www-apps/trac-gitosisplugin/Manifest new file mode 100644 index 00000000..337b9377 --- /dev/null +++ b/www-apps/trac-gitosisplugin/Manifest @@ -0,0 +1 @@ +EBUILD trac-gitosisplugin-1.0.2.ebuild 789 RMD160 603300bdda42b48290c25a03ef7e9c943373f30b SHA1 dbfa9f47029cdeb9294ca91e0ef313176b39f635 SHA256 9b0bf3fa78e9ece86304cfa9869c6729c0948901baf13e7a205ed755d27f8799 diff --git a/www-apps/trac-gitosisplugin/trac-gitosisplugin-1.0.2.ebuild b/www-apps/trac-gitosisplugin/trac-gitosisplugin-1.0.2.ebuild new file mode 100644 index 00000000..e30bcfc9 --- /dev/null +++ b/www-apps/trac-gitosisplugin/trac-gitosisplugin-1.0.2.ebuild @@ -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} +}