diff options
author | David Crandall <triquetra@triquetradevelopment.com> | 2016-01-30 11:47:39 -0600 |
---|---|---|
committer | David Crandall <triquetra@triquetradevelopment.com> | 2016-01-30 11:47:39 -0600 |
commit | 52eb618253fbf0b8588b1f3c9d6478f8bec181ee (patch) | |
tree | ec46d2ad057243c1276bce4f51eff3d01aa14e58 | |
parent | Removed hg-git-0.8.4 due to inclusiong in gentoo repository (diff) | |
download | triquetra-52eb618253fbf0b8588b1f3c9d6478f8bec181ee.tar.gz triquetra-52eb618253fbf0b8588b1f3c9d6478f8bec181ee.tar.bz2 triquetra-52eb618253fbf0b8588b1f3c9d6478f8bec181ee.zip |
added test ebuild for HG guestrepo
-rw-r--r-- | dev-vcs/guestrepo/Manifest | 1 | ||||
-rw-r--r-- | dev-vcs/guestrepo/guestrepo-1.13.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-vcs/guestrepo/Manifest b/dev-vcs/guestrepo/Manifest new file mode 100644 index 0000000..d16dcb4 --- /dev/null +++ b/dev-vcs/guestrepo/Manifest @@ -0,0 +1 @@ +EBUILD guestrepo-1.13.ebuild 522 SHA256 8818d9e7e0c45e5a5aee5507e91b64f92376b6b39f24b345de6d2be48473ca5e SHA512 e3a3f7e2fc154866023b4b15c33923eaa03a3905cd86c2ecabc7e8775dc96e837f84ba3952682221f35a35d56ef533dcbf56bfb65de33e3e092fa2a6de56e67a WHIRLPOOL 99ad227a53f64105286f38016de4d69ab363308fc1224aa5e782754707dd2d6caa8a172c40d2e4ba97d57f39ae97e898543fc565e5b3f87b4c6cd12fb9026b09 diff --git a/dev-vcs/guestrepo/guestrepo-1.13.ebuild b/dev-vcs/guestrepo/guestrepo-1.13.ebuild new file mode 100644 index 0000000..6c3686d --- /dev/null +++ b/dev-vcs/guestrepo/guestrepo-1.13.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 mercurial + +DESCRIPTION="Mercurial extension for guest repositories (alterative to subrepo)" +HOMEPAGE="https://bitbucket.org/selinc/guestrepo/overview" +SRC_URI="" +EHG_REPO_URI="https://bitbucket.org/selinc/guestrepo" +EHG_REVISION="v${PV}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="dev-vcs/mercurial[${PYTHON_USEDEP}]" + +DOCS="README.md" + |