summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-05-06 20:14:32 +0300
committerDavid Seifert <soap@gentoo.org>2017-05-07 00:19:25 +0200
commitf5810f4fa70d727bdea295027cea23bf6d965432 (patch)
tree93d228721c44e3d75c15cf001cfd4a1b3f7dbf0b
parentdev-libs/kpathsea: Fix toolong DESCRIPTION (diff)
downloadgentoo-f5810f4f.tar.gz
gentoo-f5810f4f.tar.bz2
gentoo-f5810f4f.zip
dev-libs/libevent: Fix toolong DESCRIPTION
Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4517
-rw-r--r--dev-libs/libevent/libevent-2.0.22-r2.ebuild2
-rw-r--r--dev-libs/libevent/libevent-2.0.22.ebuild2
-rw-r--r--dev-libs/libevent/libevent-2.1.8.ebuild2
-rw-r--r--dev-libs/libevent/libevent-9999.ebuild4
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 02c6ffd3a3b7..3cc55c2712ee 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 7b77d95958db..58dbb9794b19 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 7946f3a1c218..4d738989668c 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 00a180d4c65f..708484a46c36 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"