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 3EEE91396D0 for ; Sun, 8 Oct 2017 22:03:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9290AE0FFF; Sun, 8 Oct 2017 22:03:57 +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 729D5E0FFF for ; Sun, 8 Oct 2017 22:03:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6BC0433BF43 for ; Sun, 8 Oct 2017 22:03:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E73309099 for ; Sun, 8 Oct 2017 22:03:54 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1507500225.ac8d8333de7f306d827adb07bc448425f288149e.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libevdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libevdev/libevdev-1.5.6.ebuild dev-libs/libevdev/libevdev-1.5.7.ebuild X-VCS-Directories: dev-libs/libevdev/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: ac8d8333de7f306d827adb07bc448425f288149e X-VCS-Branch: master Date: Sun, 8 Oct 2017 22:03:54 +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: b09e00a6-85ca-4f60-a67e-0c8a3fa18b5f X-Archives-Hash: 86efebb64c3fb69b8e3dd8a8ca6b5f27 commit: ac8d8333de7f306d827adb07bc448425f288149e Author: charIes17 arcor de> AuthorDate: Sun Oct 8 07:10:00 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Oct 8 22:03:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac8d8333 dev-libs/libevdev: set HOMEPAGE. Package-Manager: Portage-2.3.10, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/5885 dev-libs/libevdev/libevdev-1.5.6.ebuild | 1 + dev-libs/libevdev/libevdev-1.5.7.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-libs/libevdev/libevdev-1.5.6.ebuild b/dev-libs/libevdev/libevdev-1.5.6.ebuild index 500573be140..1468a6d1e0d 100644 --- a/dev-libs/libevdev/libevdev-1.5.6.ebuild +++ b/dev-libs/libevdev/libevdev-1.5.6.ebuild @@ -10,6 +10,7 @@ inherit python-any-r1 xorg-2 EGIT_REPO_URI="https://anongit.freedesktop.org/git/libevdev.git" DESCRIPTION="Handler library for evdev events" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/libevdev/" if [[ ${PV} == 9999* ]] ; then SRC_URI="" diff --git a/dev-libs/libevdev/libevdev-1.5.7.ebuild b/dev-libs/libevdev/libevdev-1.5.7.ebuild index 0bb3a1d6721..4c1855eb901 100644 --- a/dev-libs/libevdev/libevdev-1.5.7.ebuild +++ b/dev-libs/libevdev/libevdev-1.5.7.ebuild @@ -10,6 +10,7 @@ inherit python-any-r1 xorg-2 EGIT_REPO_URI="https://anongit.freedesktop.org/git/libevdev.git" DESCRIPTION="Handler library for evdev events" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/libevdev/" if [[ ${PV} == 9999* ]] ; then SRC_URI=""