Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/g-sorcery/
Date: Wed, 21 Mar 2018 18:13:08
Message-Id: 1521655960.29ee8deafc40bbd19190a5db1bb8c3f80fe50bee.mgorny@gentoo
1 commit: 29ee8deafc40bbd19190a5db1bb8c3f80fe50bee
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 21 17:09:47 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 21 18:12:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ee8dea
7
8 app-portage/g-sorcery: Support sys-apps/portage-mgorny
9
10 .../g-sorcery/{g-sorcery-0.2.ebuild => g-sorcery-0.2-r1.ebuild} | 7 +++++--
11 app-portage/g-sorcery/g-sorcery-9999.ebuild | 7 +++++--
12 2 files changed, 10 insertions(+), 4 deletions(-)
13
14 diff --git a/app-portage/g-sorcery/g-sorcery-0.2.ebuild b/app-portage/g-sorcery/g-sorcery-0.2-r1.ebuild
15 similarity index 85%
16 rename from app-portage/g-sorcery/g-sorcery-0.2.ebuild
17 rename to app-portage/g-sorcery/g-sorcery-0.2-r1.ebuild
18 index a86a63afcbe..5ee1d41cb94 100644
19 --- a/app-portage/g-sorcery/g-sorcery-0.2.ebuild
20 +++ b/app-portage/g-sorcery/g-sorcery-0.2-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -17,7 +17,10 @@ IUSE="bson"
28 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
29
30 DEPEND="bson? ( dev-python/pymongo[${PYTHON_USEDEP}] )
31 - sys-apps/portage[${PYTHON_USEDEP}]"
32 + || (
33 + sys-apps/portage[${PYTHON_USEDEP}]
34 + sys-apps/portage-mgorny[${PYTHON_USEDEP}]
35 + )"
36 RDEPEND="${DEPEND}"
37 PDEPEND=">=app-portage/layman-2.2.0[g-sorcery(-),${PYTHON_USEDEP}]"
38
39
40 diff --git a/app-portage/g-sorcery/g-sorcery-9999.ebuild b/app-portage/g-sorcery/g-sorcery-9999.ebuild
41 index 8e6f16207b8..8b59511a4f4 100644
42 --- a/app-portage/g-sorcery/g-sorcery-9999.ebuild
43 +++ b/app-portage/g-sorcery/g-sorcery-9999.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2016 Gentoo Foundation
46 +# Copyright 1999-2018 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=6
50 @@ -19,7 +19,10 @@ IUSE="bson git"
51
52 DEPEND="bson? ( dev-python/pymongo[${PYTHON_USEDEP}] )
53 git? ( dev-vcs/git )
54 - sys-apps/portage[${PYTHON_USEDEP}]"
55 + || (
56 + sys-apps/portage[${PYTHON_USEDEP}]
57 + sys-apps/portage-mgorny[${PYTHON_USEDEP}]
58 + )"
59 RDEPEND="${DEPEND}"
60 PDEPEND=">=app-portage/layman-2.2.0[g-sorcery(-),${PYTHON_USEDEP}]"