Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libevent/
Date: Sat, 06 May 2017 22:20:47
Message-Id: 1494109165.f5810f4fa70d727bdea295027cea23bf6d965432.soap@gentoo
1 commit: f5810f4fa70d727bdea295027cea23bf6d965432
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Sat May 6 17:14:32 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat May 6 22:19:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5810f4f
7
8 dev-libs/libevent: Fix toolong DESCRIPTION
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4517
12
13 dev-libs/libevent/libevent-2.0.22-r2.ebuild | 2 +-
14 dev-libs/libevent/libevent-2.0.22.ebuild | 2 +-
15 dev-libs/libevent/libevent-2.1.8.ebuild | 2 +-
16 dev-libs/libevent/libevent-9999.ebuild | 4 ++--
17 4 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/dev-libs/libevent/libevent-2.0.22-r2.ebuild b/dev-libs/libevent/libevent-2.0.22-r2.ebuild
20 index 02c6ffd3a3b..3cc55c2712e 100644
21 --- a/dev-libs/libevent/libevent-2.0.22-r2.ebuild
22 +++ b/dev-libs/libevent/libevent-2.0.22-r2.ebuild
23 @@ -6,7 +6,7 @@ inherit eutils libtool multilib-minimal
24
25 MY_P="${P}-stable"
26
27 -DESCRIPTION="A library to execute a function when a specific event occurs on a file descriptor"
28 +DESCRIPTION="Library to execute a function when a specific event occurs on a file descriptor"
29 HOMEPAGE="http://libevent.org/"
30 SRC_URI="mirror://sourceforge/levent/files/${MY_P}.tar.gz"
31
32
33 diff --git a/dev-libs/libevent/libevent-2.0.22.ebuild b/dev-libs/libevent/libevent-2.0.22.ebuild
34 index 7b77d95958d..58dbb9794b1 100644
35 --- a/dev-libs/libevent/libevent-2.0.22.ebuild
36 +++ b/dev-libs/libevent/libevent-2.0.22.ebuild
37 @@ -6,7 +6,7 @@ inherit eutils libtool multilib-minimal
38
39 MY_P="${P}-stable"
40
41 -DESCRIPTION="A library to execute a function when a specific event occurs on a file descriptor"
42 +DESCRIPTION="Library to execute a function when a specific event occurs on a file descriptor"
43 HOMEPAGE="http://libevent.org/"
44 SRC_URI="mirror://sourceforge/levent/files/${MY_P}.tar.gz"
45
46
47 diff --git a/dev-libs/libevent/libevent-2.1.8.ebuild b/dev-libs/libevent/libevent-2.1.8.ebuild
48 index 7946f3a1c21..4d738989668 100644
49 --- a/dev-libs/libevent/libevent-2.1.8.ebuild
50 +++ b/dev-libs/libevent/libevent-2.1.8.ebuild
51 @@ -4,7 +4,7 @@
52 EAPI=6
53 inherit autotools eutils multilib-minimal
54
55 -DESCRIPTION="A library to execute a function when a specific event occurs on a file descriptor"
56 +DESCRIPTION="Library to execute a function when a specific event occurs on a file descriptor"
57 HOMEPAGE="http://libevent.org/ https://github.com/libevent/libevent/"
58 SRC_URI="https://github.com/${PN}/${PN}/releases/download/release-${PV}-stable/${P}-stable.tar.gz -> ${P}.tar.gz"
59
60
61 diff --git a/dev-libs/libevent/libevent-9999.ebuild b/dev-libs/libevent/libevent-9999.ebuild
62 index 00a180d4c65..708484a46c3 100644
63 --- a/dev-libs/libevent/libevent-9999.ebuild
64 +++ b/dev-libs/libevent/libevent-9999.ebuild
65 @@ -1,10 +1,10 @@
66 -# Copyright 1999-2016 Gentoo Foundation
67 +# Copyright 1999-2017 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69
70 EAPI=6
71 inherit autotools eutils git-r3 multilib-minimal
72
73 -DESCRIPTION="A library to execute a function when a specific event occurs on a file descriptor"
74 +DESCRIPTION="Library to execute a function when a specific event occurs on a file descriptor"
75 HOMEPAGE="http://libevent.org/"
76 EGIT_REPO_URI="https://github.com/libevent/libevent"