Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:gnome-xdg-eclasses commit in: eclass/
Date: Tue, 24 Nov 2015 18:50:15
Message-Id: 1448390982.95dc41708048bcec2680a28eecb874a12ca49fa6.eva@gentoo
1 commit: 95dc41708048bcec2680a28eecb874a12ca49fa6
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 24 18:22:39 2015 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 24 18:49:42 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95dc4170
7
8 xdg-utils.eclass: drop redundant ...
9
10 eclass/xdg-utils.eclass | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/eclass/xdg-utils.eclass b/eclass/xdg-utils.eclass
14 index 9a16ea3..61d5e9d 100644
15 --- a/eclass/xdg-utils.eclass
16 +++ b/eclass/xdg-utils.eclass
17 @@ -78,7 +78,7 @@ xdg_desktop_database_update() {
18 return
19 fi
20
21 - ebegin "Updating .desktop files database ..."
22 + ebegin "Updating .desktop files database"
23 "${updater}" -q "${EROOT}${DESKTOP_DATABASE_DIR}"
24 eend $?
25 }
26 @@ -99,7 +99,7 @@ xdg_mimeinfo_database_update() {
27 return
28 fi
29
30 - ebegin "Updating shared mime info database ..."
31 + ebegin "Updating shared mime info database"
32 "${updater}" "${EROOT}${MIMEINFO_DATABASE_DIR}"
33 eend $?
34 }