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/pidgin-musictracker/
Date: Tue, 07 Feb 2017 17:49:11
Message-Id: 1486489595.7794c104a57fb3a43a8defcad30d46d111ed29f2.soap@gentoo
1 commit: 7794c104a57fb3a43a8defcad30d46d111ed29f2
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 7 15:48:35 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 7 17:46:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7794c104
7
8 x11-plugins/pidgin-musictracker: 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/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild b/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild
17 index c12cf17..6f92755 100644
18 --- a/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild
19 +++ b/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2011 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -6,7 +6,7 @@ EAPI="2"
27
28 inherit autotools
29
30 -DESCRIPTION="A Pidgin now playing plugin to publicise the songs you are listening to in your status message"
31 +DESCRIPTION="A Pidgin now playing plugin to publicise the songs you are listening"
32 HOMEPAGE="https://code.google.com/p/pidgin-musictracker/"
33 SRC_URI="https://pidgin-musictracker.googlecode.com/files/${P}.tar.bz2"