From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-936238-garchives=archives.gentoo.org@lists.gentoo.org>
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 4E0F2139694
	for <garchives@archives.gentoo.org>; Sat,  4 Mar 2017 07:23:51 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A0C45E0C3B;
	Sat,  4 Mar 2017 07:23:45 +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 65395E0C3B
	for <gentoo-commits@lists.gentoo.org>; Sat,  4 Mar 2017 07:23:45 +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 4F5943417C1
	for <gentoo-commits@lists.gentoo.org>; Sat,  4 Mar 2017 07:23:44 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id BBF625BD6
	for <gentoo-commits@lists.gentoo.org>; Sat,  4 Mar 2017 07:23:42 +0000 (UTC)
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" <mattst88@gentoo.org>
Message-ID: <1488612213.87b07a6ff927f06bf9a7272c1eeeaae45ca3e676.mattst88@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libxkbcommon/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-libs/libxkbcommon/libxkbcommon-0.5.0.ebuild x11-libs/libxkbcommon/libxkbcommon-0.6.0.ebuild x11-libs/libxkbcommon/libxkbcommon-0.6.1.ebuild x11-libs/libxkbcommon/libxkbcommon-0.7.0.ebuild x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild
X-VCS-Directories: x11-libs/libxkbcommon/
X-VCS-Committer: mattst88
X-VCS-Committer-Name: Matt Turner
X-VCS-Revision: 87b07a6ff927f06bf9a7272c1eeeaae45ca3e676
X-VCS-Branch: master
Date: Sat,  4 Mar 2017 07:23:42 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 44e44ea1-23b3-4f7f-9316-3ae9b70c62b7
X-Archives-Hash: 3a21872e35b36fefbd48fab1e52be9f7

commit:     87b07a6ff927f06bf9a7272c1eeeaae45ca3e676
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 07:14:19 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 07:23:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b07a6f

x11-libs/libxkbcommon: Specify actual homepage.

 x11-libs/libxkbcommon/libxkbcommon-0.5.0.ebuild | 3 ++-
 x11-libs/libxkbcommon/libxkbcommon-0.6.0.ebuild | 1 +
 x11-libs/libxkbcommon/libxkbcommon-0.6.1.ebuild | 3 ++-
 x11-libs/libxkbcommon/libxkbcommon-0.7.0.ebuild | 3 ++-
 x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild | 1 +
 5 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.5.0.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.5.0.ebuild
index 9011739d599..dcd551151ee 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-0.5.0.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,6 +17,7 @@ fi
 inherit xorg-2 ${GIT_ECLASS}
 
 DESCRIPTION="X.Org xkbcommon library"
+HOMEPAGE="https://xkbcommon.org/"
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="X doc test"
 

diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.6.0.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.6.0.ebuild
index 37103ea7a77..dcd551151ee 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-0.6.0.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.6.0.ebuild
@@ -17,6 +17,7 @@ fi
 inherit xorg-2 ${GIT_ECLASS}
 
 DESCRIPTION="X.Org xkbcommon library"
+HOMEPAGE="https://xkbcommon.org/"
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="X doc test"
 

diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.6.1.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.6.1.ebuild
index 0626601deb0..ebe73f0acc3 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-0.6.1.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,6 +17,7 @@ fi
 inherit xorg-2 ${GIT_ECLASS}
 
 DESCRIPTION="X.Org xkbcommon library"
+HOMEPAGE="https://xkbcommon.org/"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="X doc test"
 

diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.7.0.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.7.0.ebuild
index 0626601deb0..ebe73f0acc3 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-0.7.0.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,6 +17,7 @@ fi
 inherit xorg-2 ${GIT_ECLASS}
 
 DESCRIPTION="X.Org xkbcommon library"
+HOMEPAGE="https://xkbcommon.org/"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="X doc test"
 

diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild b/x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild
index fc77d6a9140..4f95548e0e1 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.7.1.ebuild
@@ -16,6 +16,7 @@ fi
 inherit xorg-2 ${GIT_ECLASS}
 
 DESCRIPTION="X.Org xkbcommon library"
+HOMEPAGE="https://xkbcommon.org/"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="X doc test"