From f5bd0697b497538157d2533ab0c46af019e8a6d6 Mon Sep 17 00:00:00 2001 From: Rafael Martins Date: Fri, 14 Jan 2011 21:32:48 +0000 Subject: Initial commit. (Portage version: 2.2.0_alpha15/cvs/Linux x86_64) --- www-apps/trac-mercurial/ChangeLog | 10 ++++++++ www-apps/trac-mercurial/metadata.xml | 10 ++++++++ .../trac-mercurial/trac-mercurial-0.12.0.23.ebuild | 29 ++++++++++++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 www-apps/trac-mercurial/ChangeLog create mode 100644 www-apps/trac-mercurial/metadata.xml create mode 100644 www-apps/trac-mercurial/trac-mercurial-0.12.0.23.ebuild (limited to 'www-apps/trac-mercurial') diff --git a/www-apps/trac-mercurial/ChangeLog b/www-apps/trac-mercurial/ChangeLog new file mode 100644 index 000000000000..d3019ab5fa9c --- /dev/null +++ b/www-apps/trac-mercurial/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for www-apps/trac-mercurial +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/trac-mercurial/ChangeLog,v 1.1 2011/01/14 21:32:48 rafaelmartins Exp $ + +*trac-mercurial-0.12.0.23 (14 Jan 2011) + + 14 Jan 2011; Rafael G. Martins + +trac-mercurial-0.12.0.23.ebuild, +metadata.xml: + Initial commit. + diff --git a/www-apps/trac-mercurial/metadata.xml b/www-apps/trac-mercurial/metadata.xml new file mode 100644 index 000000000000..2404989268d7 --- /dev/null +++ b/www-apps/trac-mercurial/metadata.xml @@ -0,0 +1,10 @@ + + + + no-herd + + rafaelmartins@gentoo.org + Rafael G. Martins + + + diff --git a/www-apps/trac-mercurial/trac-mercurial-0.12.0.23.ebuild b/www-apps/trac-mercurial/trac-mercurial-0.12.0.23.ebuild new file mode 100644 index 000000000000..0a034e37393f --- /dev/null +++ b/www-apps/trac-mercurial/trac-mercurial-0.12.0.23.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/trac-mercurial/trac-mercurial-0.12.0.23.ebuild,v 1.1 2011/01/14 21:32:48 rafaelmartins Exp $ + +EAPI=3 + +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" + +inherit distutils + +MY_PN="TracMercurial" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="A Mercurial plugin for Trac" +HOMEPAGE="http://trac.edgewall.org/" +SRC_URI="mirror://gentoo/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools" +RDEPEND=">=www-apps/trac-0.12 + >=dev-vcs/mercurial-1.1" + +S="${WORKDIR}/${MY_P}" -- cgit v1.2.3-65-gdbad