Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/valentina/
Date: Fri, 31 Jan 2020 08:24:10
Message-Id: 1580459035.d05b5d638fe67cd907e2c0619973b53ccc1660f6.fordfrog@gentoo
1 commit: d05b5d638fe67cd907e2c0619973b53ccc1660f6
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 31 08:23:40 2020 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 31 08:23:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d05b5d63
7
8 media-gfx/valentina: switched 9999 to gitlab
9
10 Package-Manager: Portage-2.3.86, Repoman-2.3.20
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 media-gfx/valentina/valentina-9999.ebuild | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/media-gfx/valentina/valentina-9999.ebuild b/media-gfx/valentina/valentina-9999.ebuild
17 index c5691f998ce..bd927417488 100644
18 --- a/media-gfx/valentina/valentina-9999.ebuild
19 +++ b/media-gfx/valentina/valentina-9999.ebuild
20 @@ -1,14 +1,14 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -inherit mercurial qmake-utils gnome2-utils xdg
28 +inherit qmake-utils gnome2-utils xdg git-r3
29
30 DESCRIPTION="Cloth patternmaking software"
31 -HOMEPAGE="https://valentinaproject.bitbucket.io/"
32 -EHG_REPO_URI="https://bitbucket.org/dismine/valentina"
33 -EHG_REVISION="develop"
34 +HOMEPAGE="https://gitlab.com/smart-pattern/valentina"
35 +EGIT_REPO_URI="https://gitlab.com/smart-pattern/valentina.git"
36 +EGIT_BRANCH="develop"
37
38 LICENSE="GPL-3"
39 SLOT="0"