adding a svn-based trac-mercurial through api-changes in hg-1.9
This commit is contained in:
parent
ef8c0de9fa
commit
9acf3f97b8
10
www-apps/trac-mercurial/ChangeLog
Normal file
10
www-apps/trac-mercurial/ChangeLog
Normal file
@ -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 <rafaelmartins@gentoo.org>
|
||||||
|
+trac-mercurial-0.12.0.23.ebuild, +metadata.xml:
|
||||||
|
Initial commit.
|
||||||
|
|
3
www-apps/trac-mercurial/Manifest
Normal file
3
www-apps/trac-mercurial/Manifest
Normal file
@ -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
|
10
www-apps/trac-mercurial/metadata.xml
Normal file
10
www-apps/trac-mercurial/metadata.xml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<herd>no-herd</herd>
|
||||||
|
<maintainer>
|
||||||
|
<email>rafaelmartins@gentoo.org</email>
|
||||||
|
<name>Rafael G. Martins</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
||||||
|
|
30
www-apps/trac-mercurial/trac-mercurial-0.12.0.28.ebuild
Normal file
30
www-apps/trac-mercurial/trac-mercurial-0.12.0.28.ebuild
Normal file
@ -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}"
|
Loading…
Reference in New Issue
Block a user