Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python3-xapp/, x11-libs/xapp/, profiles/updates/, x11-libs/xapps/, ...
Date: Fri, 21 Jan 2022 17:15:40
Message-Id: 1642785247.7af5bbb055ee97972258ee319ac8a5997577cfda.sam@gentoo
1 commit: 7af5bbb055ee97972258ee319ac8a5997577cfda
2 Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
3 AuthorDate: Tue Dec 28 06:17:26 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 21 17:14:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af5bbb0
7
8 x11-libs/xapp: Rename x11-libs/xapps to x11-libs/xapp
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-python/python3-xapp/python3-xapp-2.2.1.ebuild | 4 ++--
15 gnome-extra/cinnamon-session/cinnamon-session-5.0.1.ebuild | 2 +-
16 gnome-extra/cinnamon/cinnamon-5.0.6.ebuild | 2 +-
17 gnome-extra/nemo/nemo-5.0.4.ebuild | 2 +-
18 profiles/updates/4Q-2021 | 1 +
19 x11-libs/xapp/Manifest | 1 +
20 x11-libs/{xapps => xapp}/metadata.xml | 0
21 x11-libs/{xapps/xapps-2.2.4.ebuild => xapp/xapp-2.2.4.ebuild} | 1 -
22 x11-libs/xapps/Manifest | 1 -
23 9 files changed, 7 insertions(+), 7 deletions(-)
24
25 diff --git a/dev-python/python3-xapp/python3-xapp-2.2.1.ebuild b/dev-python/python3-xapp/python3-xapp-2.2.1.ebuild
26 index 195258ac7af6..0f3392d3c0cc 100644
27 --- a/dev-python/python3-xapp/python3-xapp-2.2.1.ebuild
28 +++ b/dev-python/python3-xapp/python3-xapp-2.2.1.ebuild
29 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{7,8,9} )
30
31 inherit distutils-r1
32
33 -DESCRIPTION="Python bindings for x11-libs/xapps"
34 +DESCRIPTION="Python bindings for x11-libs/xapp"
35 HOMEPAGE="https://github.com/linuxmint/python3-xapp"
36 SRC_URI="https://github.com/linuxmint/python3-xapp/archive/${PV}.tar.gz -> ${P}.tar.gz"
37
38 @@ -17,7 +17,7 @@ KEYWORDS="amd64 ~arm64 ~riscv x86"
39 IUSE=""
40
41 DEPEND="
42 - >=x11-libs/xapps-2.2.0[introspection]
43 + >=x11-libs/xapp-2.2.0[introspection]
44 "
45 RDEPEND="
46 ${DEPEND}
47
48 diff --git a/gnome-extra/cinnamon-session/cinnamon-session-5.0.1.ebuild b/gnome-extra/cinnamon-session/cinnamon-session-5.0.1.ebuild
49 index cf00039e5dd4..b35ae9b0339a 100644
50 --- a/gnome-extra/cinnamon-session/cinnamon-session-5.0.1.ebuild
51 +++ b/gnome-extra/cinnamon-session/cinnamon-session-5.0.1.ebuild
52 @@ -32,7 +32,7 @@ DEPEND="
53 x11-libs/libXrender
54 x11-libs/libXtst
55 x11-libs/pango[X]
56 - >=x11-libs/xapps-2.2.0
57 + >=x11-libs/xapp-2.2.0
58
59 systemd? ( >=sys-apps/systemd-183 )
60 !systemd? ( sys-auth/elogind[policykit] )
61
62 diff --git a/gnome-extra/cinnamon/cinnamon-5.0.6.ebuild b/gnome-extra/cinnamon/cinnamon-5.0.6.ebuild
63 index 064bd77d0a01..f07b7f6d2201 100644
64 --- a/gnome-extra/cinnamon/cinnamon-5.0.6.ebuild
65 +++ b/gnome-extra/cinnamon/cinnamon-5.0.6.ebuild
66 @@ -82,7 +82,7 @@ RDEPEND="
67 net-misc/wget
68 sys-apps/accountsservice[introspection]
69 sys-power/upower[introspection]
70 - >=x11-libs/xapps-2.2.0[introspection]
71 + >=x11-libs/xapp-2.2.0[introspection]
72 x11-misc/xdg-utils
73 x11-themes/adwaita-icon-theme
74 x11-themes/gnome-themes-standard
75
76 diff --git a/gnome-extra/nemo/nemo-5.0.4.ebuild b/gnome-extra/nemo/nemo-5.0.4.ebuild
77 index 33b49024deed..49839c4d1aa3 100644
78 --- a/gnome-extra/nemo/nemo-5.0.4.ebuild
79 +++ b/gnome-extra/nemo/nemo-5.0.4.ebuild
80 @@ -32,7 +32,7 @@ COMMON_DEPEND="
81 >=x11-libs/libnotify-0.7:=
82 x11-libs/libX11
83 >=x11-libs/pango-1.40.0
84 - >=x11-libs/xapps-2.2.0
85 + >=x11-libs/xapp-2.2.0
86
87 exif? ( >=media-libs/libexif-0.6.20:= )
88 selinux? ( sys-libs/libselinux )
89
90 diff --git a/profiles/updates/4Q-2021 b/profiles/updates/4Q-2021
91 index 3d86f85c086f..3237cbfb4105 100644
92 --- a/profiles/updates/4Q-2021
93 +++ b/profiles/updates/4Q-2021
94 @@ -71,3 +71,4 @@ move app-shells/fzy app-text/fzy
95 move dev-python/exdown dev-python/pytest-codeblocks
96 slotmove sci-libs/opencascade 7.5 0
97 move dev-python/xapp dev-python/python3-xapp
98 +move x11-libs/xapps x11-libs/xapp
99
100 diff --git a/x11-libs/xapp/Manifest b/x11-libs/xapp/Manifest
101 new file mode 100644
102 index 000000000000..7bdeab61e644
103 --- /dev/null
104 +++ b/x11-libs/xapp/Manifest
105 @@ -0,0 +1 @@
106 +DIST xapp-2.2.4.tar.gz 242171 BLAKE2B a2e53123776f3f0739778673d08f165d268f5d632ce57d722ac443a7201c22c14c1c88e08247f6c16dd708a01b2dd566d4bd9d55289d70eb50ba29b8f2a0987d SHA512 428fd4dc1911905d6f940c6e38fc8b572d55bcb2691d45ac807276ef554b781c9f6c57bbd6d0a95bf52ca1703a38d260f36a61b88a94bc2dc0812b575839a983
107
108 diff --git a/x11-libs/xapps/metadata.xml b/x11-libs/xapp/metadata.xml
109 similarity index 100%
110 rename from x11-libs/xapps/metadata.xml
111 rename to x11-libs/xapp/metadata.xml
112
113 diff --git a/x11-libs/xapps/xapps-2.2.4.ebuild b/x11-libs/xapp/xapp-2.2.4.ebuild
114 similarity index 98%
115 rename from x11-libs/xapps/xapps-2.2.4.ebuild
116 rename to x11-libs/xapp/xapp-2.2.4.ebuild
117 index 740d20883157..88caf5d65c94 100644
118 --- a/x11-libs/xapps/xapps-2.2.4.ebuild
119 +++ b/x11-libs/xapp/xapp-2.2.4.ebuild
120 @@ -13,7 +13,6 @@ HOMEPAGE="https://github.com/linuxmint/xapp/"
121 LICENSE="GPL-3"
122
123 SRC_URI="https://github.com/linuxmint/xapp/archive/${PV}.tar.gz -> ${P}.tar.gz"
124 -S="${WORKDIR}/xapp-${PV}"
125 KEYWORDS="amd64 ~arm64 ~riscv x86"
126
127 SLOT="0"
128
129 diff --git a/x11-libs/xapps/Manifest b/x11-libs/xapps/Manifest
130 deleted file mode 100644
131 index 12a6a125b528..000000000000
132 --- a/x11-libs/xapps/Manifest
133 +++ /dev/null
134 @@ -1 +0,0 @@
135 -DIST xapps-2.2.4.tar.gz 242171 BLAKE2B a2e53123776f3f0739778673d08f165d268f5d632ce57d722ac443a7201c22c14c1c88e08247f6c16dd708a01b2dd566d4bd9d55289d70eb50ba29b8f2a0987d SHA512 428fd4dc1911905d6f940c6e38fc8b572d55bcb2691d45ac807276ef554b781c9f6c57bbd6d0a95bf52ca1703a38d260f36a61b88a94bc2dc0812b575839a983