Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/purple-libnotify-plus/
Date: Tue, 07 Feb 2017 17:48:49
Message-Id: 1486489598.f304a156c94d28e1284e8ff92fdddac5dea046fe.soap@gentoo
1 commit: f304a156c94d28e1284e8ff92fdddac5dea046fe
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 7 15:50:26 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 7 17:46:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f304a156
7
8 x11-plugins/purple-libnotify-plus: Fix toolong DESCRIPTION
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3867
12
13 x11-plugins/purple-libnotify-plus/purple-libnotify-plus-1.99.2.ebuild | 4 ++--
14 x11-plugins/purple-libnotify-plus/purple-libnotify-plus-2.99.1.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/x11-plugins/purple-libnotify-plus/purple-libnotify-plus-1.99.2.ebuild b/x11-plugins/purple-libnotify-plus/purple-libnotify-plus-1.99.2.ebuild
18 index 54d3501..5f5be51 100644
19 --- a/x11-plugins/purple-libnotify-plus/purple-libnotify-plus-1.99.2.ebuild
20 +++ b/x11-plugins/purple-libnotify-plus/purple-libnotify-plus-1.99.2.ebuild
21 @@ -1,10 +1,10 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 EAPI=4
28
29 -DESCRIPTION="Provide libnotify interface to Pidgin and Finch, inspired by Pidgin-libnotify and Guifications"
30 +DESCRIPTION="Provide libnotify interface to Pidgin and Finch"
31 HOMEPAGE="http://purple-libnotify-plus.sardemff7.net/"
32 SRC_URI="mirror://github/sardemff7/${PN}/${P}.tar.xz"
33
34
35 diff --git a/x11-plugins/purple-libnotify-plus/purple-libnotify-plus-2.99.1.ebuild b/x11-plugins/purple-libnotify-plus/purple-libnotify-plus-2.99.1.ebuild
36 index 8464736..1825972 100644
37 --- a/x11-plugins/purple-libnotify-plus/purple-libnotify-plus-2.99.1.ebuild
38 +++ b/x11-plugins/purple-libnotify-plus/purple-libnotify-plus-2.99.1.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2015 Gentoo Foundation
41 +# Copyright 1999-2017 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 # $Id$
44
45 @@ -6,7 +6,7 @@ EAPI=5
46
47 inherit autotools eutils
48
49 -DESCRIPTION="Provide libnotify interface to Pidgin and Finch, inspired by Pidgin-libnotify and Guifications"
50 +DESCRIPTION="Provide libnotify interface to Pidgin and Finch"
51 HOMEPAGE="http://purple-libnotify-plus.sardemff7.net/"
52 SRC_URI="https://github.com/sardemff7/purple-libnotify-plus/archive/v${PV}.tar.gz -> ${P}.tar.gz"