From 57cc0b622659c4b1851de555642cec5414a7ae60 Mon Sep 17 00:00:00 2001 From: Micha Glave Date: Mon, 9 Nov 2015 11:55:59 +0100 Subject: [PATCH] trac-piwik-plugin from https://bitbucket.org/piquadrat/tracpiwik --- www-apps/trac-piwik/Manifest | 1 + www-apps/trac-piwik/trac-piwik-0.1.1.ebuild | 29 +++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 www-apps/trac-piwik/Manifest create mode 100644 www-apps/trac-piwik/trac-piwik-0.1.1.ebuild diff --git a/www-apps/trac-piwik/Manifest b/www-apps/trac-piwik/Manifest new file mode 100644 index 0000000..1084452 --- /dev/null +++ b/www-apps/trac-piwik/Manifest @@ -0,0 +1 @@ +EBUILD trac-piwik-0.1.1.ebuild 706 SHA256 1e9f270ec09148d1ace765ef71c0045ef69d823e72834c549e08a9810d4f239b SHA512 4234b2e22214e210f18dc1a27a9f43e20de54dd232a483d409bdceb895d347c66f26c11429e14c88c65ee373c59dff9b6d1467ade82caddb76e751a2ee3e4600 WHIRLPOOL 0e567b4db581fa759d7f08f85238b0a21ab28a0eea99e411de59537c39d486b636cfd7c0cda5432a1f5ff2dfbe29c115540f8bd4770f558f7b2ffadb5b47ef0e diff --git a/www-apps/trac-piwik/trac-piwik-0.1.1.ebuild b/www-apps/trac-piwik/trac-piwik-0.1.1.ebuild new file mode 100644 index 0000000..bb9ea96 --- /dev/null +++ b/www-apps/trac-piwik/trac-piwik-0.1.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit mercurial distutils-r1 + +DESCRIPTION="Piwik Statistics Plugin for Trac" +HOMEPAGE="https://bitbucket.org/piquadrat/tracpiwik" +EHG_REPO_URI="https://bitbucket.org/piquadrat/tracpiwik" +EHG_REVISION="3ad1491b8c11" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="" + +python_prepare_all() { + # Req'd to avoid file collisions + sed -e s":find_packages():find_packages(exclude=['tests']):" -i setup.py || die + + distutils-r1_python_prepare_all +} +# Tests attempt to import an abandonned module