diff options
Diffstat (limited to 'www-apps/trac-mercurial')
-rw-r--r-- | www-apps/trac-mercurial/Manifest | 4 | ||||
-rw-r--r-- | www-apps/trac-mercurial/trac-mercurial-0.12.0.29_pre10899-r2.ebuild (renamed from www-apps/trac-mercurial/trac-mercurial-0.12.0.29_pre10899-r1.ebuild) | 10 | ||||
-rw-r--r-- | www-apps/trac-mercurial/trac-mercurial-1.0.0.3_pre20130206-r1.ebuild | 10 |
3 files changed, 14 insertions, 10 deletions
diff --git a/www-apps/trac-mercurial/Manifest b/www-apps/trac-mercurial/Manifest index 5a8f651a21bd..5eded3b24104 100644 --- a/www-apps/trac-mercurial/Manifest +++ b/www-apps/trac-mercurial/Manifest @@ -1,4 +1,4 @@ DIST TracMercurial-0.12.0.29dev-r10899.tar.gz 26248 BLAKE2B e9734b7fcce215c7929869bd1f857e3bc07026a275c3eee34cd0bddbe06811ee8c190b95934ca118d6680ffe3e7bcd45454ffb3e50a236e406454ba17ff1dcd1 SHA512 bc2ea9676dadc926cb9caf65219924953e36ccdfd2d4a6a8f1fdedc05486578b16972f4cb66bf948737e08160ebe366193a5071f293927f573c940c92fa7e31d -EBUILD trac-mercurial-0.12.0.29_pre10899-r1.ebuild 598 BLAKE2B 12d2229351cf539f0137d7c2a96f8e48e7196f958ca5144aa34bbb05144a1716dde888630f8cab83298d22877ea5e5ad9f1efd13ee7b522c2ba38e0b31d298f7 SHA512 b0f59a6abefec46871fd52b429a0d9133d1fb5a1d48d283a247449a999463e3513b39aac2351c36e3392694598932b6f0eac7b2bcd39c2f0dbc7815c1aa7b733 -EBUILD trac-mercurial-1.0.0.3_pre20130206-r1.ebuild 626 BLAKE2B 3be90007bd24258b6efd77712461b54fc115bff82f02138bb93734bb330b01e1a05d3c0c2a06671ea2681877bcc4687325456057253e4023fa5996e6d5830a46 SHA512 7661e92f7579a02436748716d2f22ddfa3a2ff90f98dd857441a9a491e43807a73626e6faefa9ace633c9e7293777efeb71964b770fdcda91de90ce43909662c +EBUILD trac-mercurial-0.12.0.29_pre10899-r2.ebuild 613 BLAKE2B 6b7d81ae2eddc31d146d1f02649ea23d64063f48603b3b3ae42fcd84391e76a4b2060751546eb363d1f7e99cb9dcccfe98b2d5ba1bb7d7c38886426eda8220e1 SHA512 6b15bfbfae0b05e9f83a06401fd2814b77bf9a9426a345cc70056de36b565672be93b0f4f3aa3172779b9053ddfb1c3132e7d283b735973f238aaff14023ef75 +EBUILD trac-mercurial-1.0.0.3_pre20130206-r1.ebuild 640 BLAKE2B a15d8eb34cdceb7ccd140a781c52be8ed759880038f596ee2fcbb41e83125bd483dc95b151e8efe462eb5c1d847be19ddfd341e3aff12e73f9a24552c152b994 SHA512 e830f121ae7220cac568e36091cb9df0b0fb68127c48c8ebabf093cce7ecd40815ffb6db2900e14b98130fbfb15298fd1ef180d26a1f16674b7266ab35362abd MISC metadata.xml 168 BLAKE2B 5f277cc66dbafa7e7985433f84b0f9a656a176a9b901862e2a8353ca2d4526797dded9696e835b9696c7f72324e94959cfb5a22de49a7e3e61604153886037ab SHA512 00eec08786156434460f5ed77b647579546cf1a86341a4f2c9c9c84326468c2c21dc5101c4277103b19266bb6f788823f4ddf3b9d044da26326d79bf2ac9a274 diff --git a/www-apps/trac-mercurial/trac-mercurial-0.12.0.29_pre10899-r1.ebuild b/www-apps/trac-mercurial/trac-mercurial-0.12.0.29_pre10899-r2.ebuild index e661cc957b68..705c196994e6 100644 --- a/www-apps/trac-mercurial/trac-mercurial-0.12.0.29_pre10899-r1.ebuild +++ b/www-apps/trac-mercurial/trac-mercurial-0.12.0.29_pre10899-r2.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 +DISTUTILS_SINGLE_IMPL=1 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 @@ -19,8 +20,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=">=www-apps/trac-0.12[${PYTHON_USEDEP}] - >=dev-vcs/mercurial-1.1[${PYTHON_USEDEP}]" +RDEPEND=">=www-apps/trac-0.12[${PYTHON_SINGLE_USEDEP}] + $(python_gen_cond_dep ' + >=dev-vcs/mercurial-1.1[${PYTHON_MULTI_USEDEP}] + ')" S="${WORKDIR}/${MY_P}" diff --git a/www-apps/trac-mercurial/trac-mercurial-1.0.0.3_pre20130206-r1.ebuild b/www-apps/trac-mercurial/trac-mercurial-1.0.0.3_pre20130206-r1.ebuild index 9b4f678dd53a..6aa50c5b940c 100644 --- a/www-apps/trac-mercurial/trac-mercurial-1.0.0.3_pre20130206-r1.ebuild +++ b/www-apps/trac-mercurial/trac-mercurial-1.0.0.3_pre20130206-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 +DISTUTILS_SINGLE_IMPL=1 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 mercurial @@ -20,8 +21,9 @@ SLOT="0" # KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=">=www-apps/trac-1.0[${PYTHON_USEDEP}] - >=dev-vcs/mercurial-1.1[${PYTHON_USEDEP}]" +RDEPEND=">=www-apps/trac-1.0[${PYTHON_SINGLE_USEDEP}] + $(python_gen_cond_dep ' + >=dev-vcs/mercurial-1.1[${PYTHON_MULTI_USEDEP}] + ')" S="${WORKDIR}/${MY_P}" |