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 3E37813908F for ; Wed, 1 Feb 2017 11:42:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB5E8E0DB9; Wed, 1 Feb 2017 11:42:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84FA4E0DB7 for ; Wed, 1 Feb 2017 11:42:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6841A3414D6 for ; Wed, 1 Feb 2017 11:42:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AE323D2A for ; Wed, 1 Feb 2017 11:42:21 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1485948261.06e34d7ff5986c007e667c320305206f7646520b.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libva/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libva/libva-1.7.3.ebuild x11-libs/libva/libva-9999.ebuild X-VCS-Directories: x11-libs/libva/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 06e34d7ff5986c007e667c320305206f7646520b X-VCS-Branch: master Date: Wed, 1 Feb 2017 11:42:21 +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-Archives-Salt: 4c4342ba-aa99-4c8e-9e05-13e3c5936e07 X-Archives-Hash: 3c25ea61a4dfc6756a0acb5fb1f91982 commit: 06e34d7ff5986c007e667c320305206f7646520b Author: Alexis Ballier gentoo org> AuthorDate: Wed Feb 1 11:24:21 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Feb 1 11:24:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e34d7f x11-libs/libva: Update homepage, bug #607758 Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-libs/libva/libva-1.7.3.ebuild | 2 +- x11-libs/libva/libva-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/libva/libva-1.7.3.ebuild b/x11-libs/libva/libva-1.7.3.ebuild index 777040a..8814313 100644 --- a/x11-libs/libva/libva-1.7.3.ebuild +++ b/x11-libs/libva/libva-1.7.3.ebuild @@ -15,7 +15,7 @@ AUTOTOOLS_AUTORECONF="yes" inherit autotools-multilib ${SCM} multilib DESCRIPTION="Video Acceleration (VA) API for Linux" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/vaapi" +HOMEPAGE="https://01.org/linuxmedia/vaapi" if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild SRC_URI="" S="${WORKDIR}/${PN}" diff --git a/x11-libs/libva/libva-9999.ebuild b/x11-libs/libva/libva-9999.ebuild index b957364..2d53da1 100644 --- a/x11-libs/libva/libva-9999.ebuild +++ b/x11-libs/libva/libva-9999.ebuild @@ -15,7 +15,7 @@ AUTOTOOLS_AUTORECONF="yes" inherit autotools-multilib ${SCM} multilib DESCRIPTION="Video Acceleration (VA) API for Linux" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/vaapi" +HOMEPAGE="https://01.org/linuxmedia/vaapi" if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild SRC_URI="" S="${WORKDIR}/${PN}"