Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/ctwm/
Date: Mon, 28 Oct 2019 21:29:35
Message-Id: 1572298147.5f9024daa726141821d14c0cc583e27dc147552f.jstein@gentoo
1 commit: 5f9024daa726141821d14c0cc583e27dc147552f
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 28 21:28:06 2019 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 28 21:29:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f9024da
7
8 x11-wm/ctwm: QA fix in SRC_URI
9
10 fix ${HOMEPAGE} in SRC_URI
11
12 Package-Manager: Portage-2.3.78, Repoman-2.3.17
13 Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
14
15 x11-wm/ctwm/ctwm-4.0.2.ebuild | 4 ++--
16 x11-wm/ctwm/ctwm-4.0.3.ebuild | 2 +-
17 2 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/x11-wm/ctwm/ctwm-4.0.2.ebuild b/x11-wm/ctwm/ctwm-4.0.2.ebuild
20 index b19c081cece..883e461c3da 100644
21 --- a/x11-wm/ctwm/ctwm-4.0.2.ebuild
22 +++ b/x11-wm/ctwm/ctwm-4.0.2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Authors
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -7,7 +7,7 @@ inherit cmake-utils eutils flag-o-matic toolchain-funcs
30
31 DESCRIPTION="A clean, light window manager"
32 HOMEPAGE="http://ctwm.org/"
33 -SRC_URI="${HOMEPAGE}dist/${P}.tar.xz"
34 +SRC_URI="http://ctwm.org/dist/${P}.tar.xz"
35
36 LICENSE="MIT"
37 SLOT="0"
38
39 diff --git a/x11-wm/ctwm/ctwm-4.0.3.ebuild b/x11-wm/ctwm/ctwm-4.0.3.ebuild
40 index 76858cabf87..cceee0bca32 100644
41 --- a/x11-wm/ctwm/ctwm-4.0.3.ebuild
42 +++ b/x11-wm/ctwm/ctwm-4.0.3.ebuild
43 @@ -6,7 +6,7 @@ inherit cmake-utils
44
45 DESCRIPTION="A clean, light window manager"
46 HOMEPAGE="https://ctwm.org/"
47 -SRC_URI="${HOMEPAGE}dist/${P}.tar.xz"
48 +SRC_URI="https://ctwm.org/dist/${P}.tar.xz"
49
50 LICENSE="MIT"
51 SLOT="0"