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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9DA4415800A for ; Tue, 1 Aug 2023 16:14:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E809E0C5F; Tue, 1 Aug 2023 16:14:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6ADD5E0C5F for ; Tue, 1 Aug 2023 16:14:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BB7834099A for ; Tue, 1 Aug 2023 16:14:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6B14EAE for ; Tue, 1 Aug 2023 16:14:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1690906417.00b3915067ae752f1b25233a237a0ce8708bb7cc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/libva-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/libva-utils/libva-utils-2.18.2.ebuild media-video/libva-utils/libva-utils-9999.ebuild X-VCS-Directories: media-video/libva-utils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 00b3915067ae752f1b25233a237a0ce8708bb7cc X-VCS-Branch: master Date: Tue, 1 Aug 2023 16:14:19 +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: f89b851c-238e-4578-8b25-0ccd5eb8f872 X-Archives-Hash: 78d30f02173f76a661f09abcab21fe1d commit: 00b3915067ae752f1b25233a237a0ce8708bb7cc Author: Azamat H. Hackimov gmail com> AuthorDate: Mon Jul 10 20:22:32 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 1 16:13:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00b39150 media-video/libva-utils: update HOMEPAGE Signed-off-by: Azamat H. Hackimov gmail.com> Signed-off-by: Sam James gentoo.org> media-video/libva-utils/libva-utils-2.18.2.ebuild | 2 +- media-video/libva-utils/libva-utils-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/libva-utils/libva-utils-2.18.2.ebuild b/media-video/libva-utils/libva-utils-2.18.2.ebuild index 28c1a1ca332c..f5fb22778737 100644 --- a/media-video/libva-utils/libva-utils-2.18.2.ebuild +++ b/media-video/libva-utils/libva-utils-2.18.2.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit meson DESCRIPTION="Collection of utilities and tests for VA-API" -HOMEPAGE="https://01.org/linuxmedia/vaapi" +HOMEPAGE="https://github.com/intel/libva-utils" if [[ ${PV} = *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/intel/libva-utils" diff --git a/media-video/libva-utils/libva-utils-9999.ebuild b/media-video/libva-utils/libva-utils-9999.ebuild index f2d6709a0a66..4641d69cb961 100644 --- a/media-video/libva-utils/libva-utils-9999.ebuild +++ b/media-video/libva-utils/libva-utils-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit meson DESCRIPTION="Collection of utilities and tests for VA-API" -HOMEPAGE="https://01.org/linuxmedia/vaapi" +HOMEPAGE="https://github.com/intel/libva-utils" if [[ ${PV} = *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/intel/libva-utils"