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 D15E8138334 for ; Fri, 10 Aug 2018 15:44:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EC29E089D; Fri, 10 Aug 2018 15:44:44 +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 653A5E089D for ; Fri, 10 Aug 2018 15:44:43 +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 2B034335CCA for ; Fri, 10 Aug 2018 15:44:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47590379 for ; Fri, 10 Aug 2018 15:44:39 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1533915865.07842c9aaaeb0574b36e2595c6997de7aaf32923.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libevent/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libevent/libevent-9999.ebuild X-VCS-Directories: dev-libs/libevent/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 07842c9aaaeb0574b36e2595c6997de7aaf32923 X-VCS-Branch: master Date: Fri, 10 Aug 2018 15:44:39 +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: 77e2ee29-b331-42ac-8c86-6009e72fd2b3 X-Archives-Hash: d7846b0101e412738dfd14fc1dabe1ec commit: 07842c9aaaeb0574b36e2595c6997de7aaf32923 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Aug 10 15:44:25 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Aug 10 15:44:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07842c9a dev-libs/libevent: Update HOMEPAGE Package-Manager: Portage-2.3.45, Repoman-2.3.10 dev-libs/libevent/libevent-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-libs/libevent/libevent-9999.ebuild b/dev-libs/libevent/libevent-9999.ebuild index 27b07d37b42..06fa234e5ef 100644 --- a/dev-libs/libevent/libevent-9999.ebuild +++ b/dev-libs/libevent/libevent-9999.ebuild @@ -5,8 +5,11 @@ EAPI=6 inherit autotools eutils git-r3 multilib-minimal DESCRIPTION="Library to execute a function when a specific event occurs on a file descriptor" -HOMEPAGE="http://libevent.org/" EGIT_REPO_URI="https://github.com/libevent/libevent" +HOMEPAGE=" + http://libevent.org/ + ${EGIT_REPO_URI} +" LICENSE="BSD" SLOT="0"