Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/
Date: Fri, 22 Feb 2019 19:13:14
Message-Id: 1550862729.9d6f41c1272d44caf4c0012a66764c9175ee4da1.leio@gentoo
1 commit: 9d6f41c1272d44caf4c0012a66764c9175ee4da1
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 22 19:05:28 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 22 19:12:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d6f41c1
7
8 x11-libs/vte: fix HOMEPAGE
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 x11-libs/vte/vte-0.48.4.ebuild | 4 ++--
14 x11-libs/vte/vte-0.54.1.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/x11-libs/vte/vte-0.48.4.ebuild b/x11-libs/vte/vte-0.48.4.ebuild
18 index 386ce27988c..23c0c8fdfbd 100644
19 --- a/x11-libs/vte/vte-0.48.4.ebuild
20 +++ b/x11-libs/vte/vte-0.48.4.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 @@ -8,7 +8,7 @@ VALA_MIN_API_VERSION="0.32"
28 inherit gnome2 vala
29
30 DESCRIPTION="Library providing a virtual terminal emulator widget"
31 -HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"
32 +HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE"
33
34 LICENSE="LGPL-2+"
35 SLOT="2.91"
36
37 diff --git a/x11-libs/vte/vte-0.54.1.ebuild b/x11-libs/vte/vte-0.54.1.ebuild
38 index f8c6fcc8b2f..61582d14a38 100644
39 --- a/x11-libs/vte/vte-0.54.1.ebuild
40 +++ b/x11-libs/vte/vte-0.54.1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Authors
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI="6"
47 @@ -8,7 +8,7 @@ VALA_MIN_API_VERSION="0.32"
48 inherit gnome2 vala
49
50 DESCRIPTION="Library providing a virtual terminal emulator widget"
51 -HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE"
52 +HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE"
53
54 LICENSE="LGPL-2+"
55 SLOT="2.91"