Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/ganeti-os-noop/
Date: Wed, 28 Aug 2019 14:34:32
Message-Id: 1567002822.deb2d51b80269e47baa9c27aab923d36d2135668.soap@gentoo
1 commit: deb2d51b80269e47baa9c27aab923d36d2135668
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 14:33:42 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 14:33:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb2d51b
7
8 app-emulation/ganeti-os-noop: [QA] Fix ${HOMEPAGE} in SRC_URI
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild b/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild
17 index 18148261ba7..3f7639fbd4e 100644
18 --- a/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild
19 +++ b/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26
27 DESCRIPTION="Dummy OS provider for Ganeti"
28 HOMEPAGE="https://github.com/grnet/ganeti-os-noop"
29 -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
30 +SRC_URI="https://github.com/grnet/ganeti-os-noop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
31
32 LICENSE="GPL-2"
33 SLOT="0"