Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/
Date: Thu, 08 Jul 2021 17:35:15
Message-Id: 1625765703.848cd287ddfcf9f03b3cb164f4034b6a966fbca6.mattst88@gentoo
1 commit: 848cd287ddfcf9f03b3cb164f4034b6a966fbca6
2 Author: Jakub Ternka <ternka122 <AT> gmail <DOT> com>
3 AuthorDate: Thu Jun 24 00:28:26 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 17:35:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=848cd287
7
8 gnome-base/gnome-shell: Remove GNOME version number from description
9
10 Signed-off-by: Jakub Ternka <ternka122 <AT> gmail.com>
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 gnome-base/gnome-shell/gnome-shell-40.1-r1.ebuild | 2 +-
14 gnome-base/gnome-shell/gnome-shell-40.1.ebuild | 2 +-
15 gnome-base/gnome-shell/gnome-shell-40.2.ebuild | 2 +-
16 3 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/gnome-base/gnome-shell/gnome-shell-40.1-r1.ebuild b/gnome-base/gnome-shell/gnome-shell-40.1-r1.ebuild
19 index f5b178e08fa..75c7f4c0b74 100644
20 --- a/gnome-base/gnome-shell/gnome-shell-40.1-r1.ebuild
21 +++ b/gnome-base/gnome-shell/gnome-shell-40.1-r1.ebuild
22 @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{7,8,9} )
23
24 inherit gnome.org gnome2-utils meson python-single-r1 virtualx xdg
25
26 -DESCRIPTION="Provides core UI functions for the GNOME 3 desktop"
27 +DESCRIPTION="Provides core UI functions for the GNOME desktop"
28 HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell"
29 SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${PF}-patchset.tar.xz"
30
31
32 diff --git a/gnome-base/gnome-shell/gnome-shell-40.1.ebuild b/gnome-base/gnome-shell/gnome-shell-40.1.ebuild
33 index 59a68de0b27..c16d80cc4f5 100644
34 --- a/gnome-base/gnome-shell/gnome-shell-40.1.ebuild
35 +++ b/gnome-base/gnome-shell/gnome-shell-40.1.ebuild
36 @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{7,8,9} )
37
38 inherit gnome.org gnome2-utils meson python-single-r1 virtualx xdg
39
40 -DESCRIPTION="Provides core UI functions for the GNOME 3 desktop"
41 +DESCRIPTION="Provides core UI functions for the GNOME desktop"
42 HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell"
43
44 LICENSE="GPL-2+ LGPL-2+"
45
46 diff --git a/gnome-base/gnome-shell/gnome-shell-40.2.ebuild b/gnome-base/gnome-shell/gnome-shell-40.2.ebuild
47 index 1fc9453b482..96fa03cf83f 100644
48 --- a/gnome-base/gnome-shell/gnome-shell-40.2.ebuild
49 +++ b/gnome-base/gnome-shell/gnome-shell-40.2.ebuild
50 @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{7,8,9} )
51
52 inherit gnome.org gnome2-utils meson python-single-r1 virtualx xdg
53
54 -DESCRIPTION="Provides core UI functions for the GNOME 3 desktop"
55 +DESCRIPTION="Provides core UI functions for the GNOME desktop"
56 HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell"
57
58 LICENSE="GPL-2+ LGPL-2+"