From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 80F4C138336 for ; Fri, 22 Feb 2019 19:13:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9317CE0824; Fri, 22 Feb 2019 19:13:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 661A8E0824 for ; Fri, 22 Feb 2019 19:13:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FA5E33BEB2 for ; Fri, 22 Feb 2019 19:13:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5609754C for ; Fri, 22 Feb 2019 19:13:10 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1550862729.9d6f41c1272d44caf4c0012a66764c9175ee4da1.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/vte/vte-0.48.4.ebuild x11-libs/vte/vte-0.54.1.ebuild X-VCS-Directories: x11-libs/vte/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 9d6f41c1272d44caf4c0012a66764c9175ee4da1 X-VCS-Branch: master Date: Fri, 22 Feb 2019 19:13:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bd1e1d70-7c0d-427a-886d-55c71fcc3370 X-Archives-Hash: 86831e7a045dfb39d429e55a01e83e1b commit: 9d6f41c1272d44caf4c0012a66764c9175ee4da1 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Feb 22 19:05:28 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Feb 22 19:12:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d6f41c1 x11-libs/vte: fix HOMEPAGE Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> x11-libs/vte/vte-0.48.4.ebuild | 4 ++-- x11-libs/vte/vte-0.54.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-libs/vte/vte-0.48.4.ebuild b/x11-libs/vte/vte-0.48.4.ebuild index 386ce27988c..23c0c8fdfbd 100644 --- a/x11-libs/vte/vte-0.48.4.ebuild +++ b/x11-libs/vte/vte-0.48.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -8,7 +8,7 @@ VALA_MIN_API_VERSION="0.32" inherit gnome2 vala DESCRIPTION="Library providing a virtual terminal emulator widget" -HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE" +HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE" LICENSE="LGPL-2+" SLOT="2.91" diff --git a/x11-libs/vte/vte-0.54.1.ebuild b/x11-libs/vte/vte-0.54.1.ebuild index f8c6fcc8b2f..61582d14a38 100644 --- a/x11-libs/vte/vte-0.54.1.ebuild +++ b/x11-libs/vte/vte-0.54.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -8,7 +8,7 @@ VALA_MIN_API_VERSION="0.32" inherit gnome2 vala DESCRIPTION="Library providing a virtual terminal emulator widget" -HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE" +HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE" LICENSE="LGPL-2+" SLOT="2.91"