From 9acf3f97b8eb07bffce8a6a3a3753a665bf7401f Mon Sep 17 00:00:00 2001 From: Micha Glave Date: Mon, 25 Jul 2011 11:00:40 +0200 Subject: [PATCH] adding a svn-based trac-mercurial through api-changes in hg-1.9 --- www-apps/trac-mercurial/ChangeLog | 10 +++++++ www-apps/trac-mercurial/Manifest | 3 ++ www-apps/trac-mercurial/metadata.xml | 10 +++++++ .../trac-mercurial-0.12.0.28.ebuild | 30 +++++++++++++++++++ 4 files changed, 53 insertions(+) create mode 100644 www-apps/trac-mercurial/ChangeLog create mode 100644 www-apps/trac-mercurial/Manifest create mode 100644 www-apps/trac-mercurial/metadata.xml create mode 100644 www-apps/trac-mercurial/trac-mercurial-0.12.0.28.ebuild diff --git a/www-apps/trac-mercurial/ChangeLog b/www-apps/trac-mercurial/ChangeLog new file mode 100644 index 0000000..d3019ab --- /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/Manifest b/www-apps/trac-mercurial/Manifest new file mode 100644 index 0000000..f149715 --- /dev/null +++ b/www-apps/trac-mercurial/Manifest @@ -0,0 +1,3 @@ +EBUILD trac-mercurial-0.12.0.28.ebuild 749 RMD160 f79ce0b4c3d0092721f4a3e7d712bf8f8eab76ee SHA1 3bf5bd8e98f3bad09545970c9683c27dfdb5e258 SHA256 980b8516c77aa4733b39a9579bf9d218099be0c391c035d4c85824045b2c69e4 +MISC ChangeLog 397 RMD160 ef087ebc9d2ba16c14663f2606cc12a2061d6f2d SHA1 1d9fc8fe2e972ec4c21629ae7608998e3844401a SHA256 e2059c12c36a5251781938b5f912c4ac0e2046c9a0c4b2362148cb14a67dbacb +MISC metadata.xml 273 RMD160 be3cbe44a54fee1c947aa354c65553ffe1644049 SHA1 d3cf26567fe52fd115ee915b2213006e56f2e005 SHA256 3d3f08ce7408e697bd4cd26a7159b3678cf3747111488a38f9dcbef96689e707 diff --git a/www-apps/trac-mercurial/metadata.xml b/www-apps/trac-mercurial/metadata.xml new file mode 100644 index 0000000..2404989 --- /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.28.ebuild b/www-apps/trac-mercurial/trac-mercurial-0.12.0.28.ebuild new file mode 100644 index 0000000..d3c609c --- /dev/null +++ b/www-apps/trac-mercurial/trac-mercurial-0.12.0.28.ebuild @@ -0,0 +1,30 @@ +# 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 subversion + +MY_PN="TracMercurial" +MY_P="${MY_PN}-${PV}" +ESVN_REPO_URI="http://svn.edgewall.com/repos/trac/plugins/0.12/mercurial-plugin" +ESVN_REVISION="10748" + +DESCRIPTION="A Mercurial plugin for Trac" +HOMEPAGE="http://trac.edgewall.org/" + +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}"