summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crandall <triquetra@triquetradevelopment.com>2016-01-30 16:36:07 -0600
committerDavid Crandall <triquetra@triquetradevelopment.com>2016-01-30 16:36:07 -0600
commitb43db03f3923743b40762c40a3413ba6ad3129c8 (patch)
tree3930673776e85adf5cfc0ed10db28c594ab95087 /dev-vcs/guestrepo/guestrepo-1.14_rc.ebuild
parentadded ~amd64 keyword to guestrepo ebuild (diff)
downloadtriquetra-b43db03f3923743b40762c40a3413ba6ad3129c8.tar.gz
triquetra-b43db03f3923743b40762c40a3413ba6ad3129c8.tar.bz2
triquetra-b43db03f3923743b40762c40a3413ba6ad3129c8.zip
added version 1.14_rc of guestrepoHEADmaster
Diffstat (limited to 'dev-vcs/guestrepo/guestrepo-1.14_rc.ebuild')
-rw-r--r--dev-vcs/guestrepo/guestrepo-1.14_rc.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-vcs/guestrepo/guestrepo-1.14_rc.ebuild b/dev-vcs/guestrepo/guestrepo-1.14_rc.ebuild
new file mode 100644
index 0000000..0f89834
--- /dev/null
+++ b/dev-vcs/guestrepo/guestrepo-1.14_rc.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 mercurial versionator
+
+DESCRIPTION="Mercurial extension for guest repositories (alterative to subrepo)"
+HOMEPAGE="https://bitbucket.org/selinc/guestrepo/overview"
+SRC_URI=""
+EHG_REPO_URI="https://bitbucket.org/pnathan/guestrepo"
+EHG_REVISION="v$(replace_version_separator '_' '-' ${PV})"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-vcs/mercurial[${PYTHON_USEDEP}]"
+
+DOCS="README.md"
+