Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/audacious/, media-plugins/audacious-plugins/
Date: Sat, 17 Nov 2018 22:00:38
Message-Id: 1542492003.d553f90a2b2801529dee0ef059b1c3a204b24ea4.asturm@gentoo
1 commit: d553f90a2b2801529dee0ef059b1c3a204b24ea4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 17 20:54:44 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 17 22:00:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d553f90a
7
8 media-sound/audacious: Fix DESCRIPTION (no ${PN}, less PR speak)
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 media-plugins/audacious-plugins/audacious-plugins-9999.ebuild | 2 +-
13 media-sound/audacious/audacious-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
17 index adef73f950d..45b1f5ec926 100644
18 --- a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
19 +++ b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
20 @@ -5,7 +5,7 @@ EAPI=6
21
22 MY_P="${P/_/-}"
23
24 -DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
25 +DESCRIPTION="Lightweight and versatile audio player"
26 HOMEPAGE="https://audacious-media-player.org/"
27
28 if [[ ${PV} == *9999 ]]; then
29
30 diff --git a/media-sound/audacious/audacious-9999.ebuild b/media-sound/audacious/audacious-9999.ebuild
31 index dea37f7b001..47a2fb25528 100644
32 --- a/media-sound/audacious/audacious-9999.ebuild
33 +++ b/media-sound/audacious/audacious-9999.ebuild
34 @@ -8,7 +8,7 @@ inherit gnome2-utils xdg-utils
35 MY_P="${P/_/-}"
36 S="${WORKDIR}/${MY_P}"
37
38 -DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
39 +DESCRIPTION="Lightweight and versatile audio player"
40 HOMEPAGE="https://audacious-media-player.org/"
41
42 if [[ ${PV} == *9999 ]]; then