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 B2E2A139694 for ; Sat, 6 May 2017 22:20:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CE11E0DFE; Sat, 6 May 2017 22:20:36 +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 59636E0DFE for ; Sat, 6 May 2017 22:20:26 +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 4ACD13416DA for ; Sat, 6 May 2017 22:20:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90925745A for ; Sat, 6 May 2017 22:20:12 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1494109165.f5810f4fa70d727bdea295027cea23bf6d965432.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libevent/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libevent/libevent-2.0.22-r2.ebuild dev-libs/libevent/libevent-2.0.22.ebuild dev-libs/libevent/libevent-2.1.8.ebuild dev-libs/libevent/libevent-9999.ebuild X-VCS-Directories: dev-libs/libevent/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f5810f4fa70d727bdea295027cea23bf6d965432 X-VCS-Branch: master Date: Sat, 6 May 2017 22:20:12 +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: 9356cb6f-3ba7-4e43-a7eb-87ffbadc8d92 X-Archives-Hash: b6655c2e66d7a86733d3d842368362f6 commit: f5810f4fa70d727bdea295027cea23bf6d965432 Author: Harri Nieminen gmail com> AuthorDate: Sat May 6 17:14:32 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 6 22:19:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5810f4f dev-libs/libevent: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4517 dev-libs/libevent/libevent-2.0.22-r2.ebuild | 2 +- dev-libs/libevent/libevent-2.0.22.ebuild | 2 +- dev-libs/libevent/libevent-2.1.8.ebuild | 2 +- dev-libs/libevent/libevent-9999.ebuild | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-libs/libevent/libevent-2.0.22-r2.ebuild b/dev-libs/libevent/libevent-2.0.22-r2.ebuild index 02c6ffd3a3b..3cc55c2712e 100644 --- a/dev-libs/libevent/libevent-2.0.22-r2.ebuild +++ b/dev-libs/libevent/libevent-2.0.22-r2.ebuild @@ -6,7 +6,7 @@ inherit eutils libtool multilib-minimal MY_P="${P}-stable" -DESCRIPTION="A library to execute a function when a specific event occurs on a file descriptor" +DESCRIPTION="Library to execute a function when a specific event occurs on a file descriptor" HOMEPAGE="http://libevent.org/" SRC_URI="mirror://sourceforge/levent/files/${MY_P}.tar.gz" diff --git a/dev-libs/libevent/libevent-2.0.22.ebuild b/dev-libs/libevent/libevent-2.0.22.ebuild index 7b77d95958d..58dbb9794b1 100644 --- a/dev-libs/libevent/libevent-2.0.22.ebuild +++ b/dev-libs/libevent/libevent-2.0.22.ebuild @@ -6,7 +6,7 @@ inherit eutils libtool multilib-minimal MY_P="${P}-stable" -DESCRIPTION="A library to execute a function when a specific event occurs on a file descriptor" +DESCRIPTION="Library to execute a function when a specific event occurs on a file descriptor" HOMEPAGE="http://libevent.org/" SRC_URI="mirror://sourceforge/levent/files/${MY_P}.tar.gz" diff --git a/dev-libs/libevent/libevent-2.1.8.ebuild b/dev-libs/libevent/libevent-2.1.8.ebuild index 7946f3a1c21..4d738989668 100644 --- a/dev-libs/libevent/libevent-2.1.8.ebuild +++ b/dev-libs/libevent/libevent-2.1.8.ebuild @@ -4,7 +4,7 @@ EAPI=6 inherit autotools eutils multilib-minimal -DESCRIPTION="A library to execute a function when a specific event occurs on a file descriptor" +DESCRIPTION="Library to execute a function when a specific event occurs on a file descriptor" HOMEPAGE="http://libevent.org/ https://github.com/libevent/libevent/" SRC_URI="https://github.com/${PN}/${PN}/releases/download/release-${PV}-stable/${P}-stable.tar.gz -> ${P}.tar.gz" diff --git a/dev-libs/libevent/libevent-9999.ebuild b/dev-libs/libevent/libevent-9999.ebuild index 00a180d4c65..708484a46c3 100644 --- a/dev-libs/libevent/libevent-9999.ebuild +++ b/dev-libs/libevent/libevent-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools eutils git-r3 multilib-minimal -DESCRIPTION="A library to execute a function when a specific event occurs on a file descriptor" +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"