Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/
Date: Mon, 14 Jun 2021 19:39:14
Message-Id: 1623699547.b4208aee96c2dcf42b0e28b912ef07f7fadd3a7b.pacho@gentoo
1 commit: b4208aee96c2dcf42b0e28b912ef07f7fadd3a7b
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 14 19:38:49 2021 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 14 19:39:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4208aee
7
8 gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen: Drop old
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 .../Manifest | 1 -
14 ...trol-blur-effect-on-lock-screen-20201211.ebuild | 55 ---------------------
15 ...trol-blur-effect-on-lock-screen-20210430.ebuild | 56 ----------------------
16 3 files changed, 112 deletions(-)
17
18 diff --git a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/Manifest b/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/Manifest
19 index 028c50b29be..53573345819 100644
20 --- a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/Manifest
21 +++ b/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/Manifest
22 @@ -1,3 +1,2 @@
23 DIST gnome-shell-extension-control-blur-effect-on-lock-screen-20201211.tar.gz 15576 BLAKE2B 142cfb895f9adf2163e36a6005e222897c18e5ca347a9e6958664226abe9f4a6dd1a616b917ccee9531d3f1c27a3e8981a1d3335795543b782736a61b115fe67 SHA512 87efd0e222ba5676caabdff5fdb365e4f769ee4ca15a4718739934b40c3616c031283a1c3883d65dfc75ea59fdb63a9eaf3522465740602f987a136de688b19f
24 -DIST gnome-shell-extension-control-blur-effect-on-lock-screen-20210430.tar.gz 14854 BLAKE2B 20f1863c14fd1f578e50fdb7d818f7fc03c60833f8129b0300a467f201788b69dc0d405eaa637bc933a3ea69ce480acbadf6dd7ad7d7f4395b814cc53665a1e3 SHA512 64ff64d88a9127d981bc9a2e58fa12d04be723aedc29e172784cdd977bab4828cc6c52a293f11216f6f034e43cef025f83c71ec3cb2ae93d6e90ed77b565c7a5
25 DIST gnome-shell-extension-control-blur-effect-on-lock-screen-20210614.tar.gz 14863 BLAKE2B 11133a5bf6ea06acd2fce6f215fcc6a37a658857161b9babab51246d6d7d382773e92f395796410fafa903ace656aa664c749a501bcbd4d05ebbd81ea9fd5018 SHA512 06f6329a6a2b2e03cacd305e1dad81768b81d6193782739caeadc51f141da9238d2bff563276235673e492ad7f13977fe7f1eaba73ca940a410b94defbeae5b0
26
27 diff --git a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20201211.ebuild b/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20201211.ebuild
28 deleted file mode 100644
29 index 529d874917b..00000000000
30 --- a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20201211.ebuild
31 +++ /dev/null
32 @@ -1,55 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -inherit gnome2-utils
38 -
39 -DESCRIPTION="Control the blur effect on gnome-shell lock screen"
40 -HOMEPAGE="https://github.com/PRATAP-KUMAR/Control_Blur_Effect_On_Lock_Screen"
41 -COMMIT="748b95e931b6b1548b90ceeee7a5883da3e0529f"
42 -SRC_URI="https://github.com/PRATAP-KUMAR/Control_Blur_Effect_On_Lock_Screen/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="GPL-3+"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -IUSE=""
48 -
49 -# glib for glib-compile-schemas at build time, needed at runtime anyways
50 -COMMON_DEPEND="
51 - dev-libs/glib:2
52 -"
53 -RDEPEND="${COMMON_DEPEND}
54 - app-eselect/eselect-gnome-shell-extensions
55 - >=gnome-base/gnome-shell-3.36.4
56 -"
57 -DEPEND="${COMMON_DEPEND}"
58 -BDEPEND=""
59 -
60 -S="${WORKDIR}/Control_Blur_Effect_On_Lock_Screen-${COMMIT}"
61 -extension_uuid="ControlBlurEffectOnLockScreen@×××××××××××××××.fm"
62 -
63 -src_compile() { :; }
64 -
65 -src_install() {
66 - einstalldocs
67 - insinto /usr/share/glib-2.0/schemas
68 - doins schemas/*.xml
69 - rm -rf LICENSE README.md schemas
70 - insinto /usr/share/gnome-shell/extensions/"${extension_uuid}"
71 - doins -r *
72 -}
73 -
74 -pkg_preinst() {
75 - gnome2_schemas_savelist
76 -}
77 -
78 -pkg_postinst() {
79 - gnome2_schemas_update
80 - ebegin "Updating list of installed extensions"
81 - eselect gnome-shell-extensions update
82 - eend $?
83 -}
84 -
85 -pkg_postrm() {
86 - gnome2_schemas_update
87 -}
88
89 diff --git a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20210430.ebuild b/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20210430.ebuild
90 deleted file mode 100644
91 index b96d7d69592..00000000000
92 --- a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20210430.ebuild
93 +++ /dev/null
94 @@ -1,56 +0,0 @@
95 -# Copyright 1999-2021 Gentoo Authors
96 -# Distributed under the terms of the GNU General Public License v2
97 -
98 -EAPI=7
99 -inherit gnome2-utils
100 -
101 -DESCRIPTION="Control the blur effect on gnome-shell lock screen"
102 -HOMEPAGE="https://github.com/PRATAP-KUMAR/Control_Blur_Effect_On_Lock_Screen"
103 -# Updates are now in 'gnome-shell-40' branch, not 'master'
104 -COMMIT="b52b79e957222d9a4c0ece35d64fc2dd8d93347d"
105 -SRC_URI="https://github.com/PRATAP-KUMAR/Control_Blur_Effect_On_Lock_Screen/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
106 -
107 -LICENSE="GPL-3+"
108 -SLOT="0"
109 -KEYWORDS="~amd64 ~x86"
110 -IUSE=""
111 -
112 -# glib for glib-compile-schemas at build time, needed at runtime anyways
113 -COMMON_DEPEND="
114 - dev-libs/glib:2
115 -"
116 -RDEPEND="${COMMON_DEPEND}
117 - app-eselect/eselect-gnome-shell-extensions
118 - >=gnome-base/gnome-shell-40
119 -"
120 -DEPEND="${COMMON_DEPEND}"
121 -BDEPEND=""
122 -
123 -extension_uuid="ControlBlurEffectOnLockScreen@×××××××××××××××.fm"
124 -S="${WORKDIR}/Control_Blur_Effect_On_Lock_Screen-${COMMIT}/${extension_uuid}"
125 -
126 -src_compile() { :; }
127 -
128 -src_install() {
129 - einstalldocs
130 - insinto /usr/share/glib-2.0/schemas
131 - doins schemas/*.xml
132 - rm -rf LICENSE README.md schemas
133 - insinto /usr/share/gnome-shell/extensions/"${extension_uuid}"
134 - doins -r *
135 -}
136 -
137 -pkg_preinst() {
138 - gnome2_schemas_savelist
139 -}
140 -
141 -pkg_postinst() {
142 - gnome2_schemas_update
143 - ebegin "Updating list of installed extensions"
144 - eselect gnome-shell-extensions update
145 - eend $?
146 -}
147 -
148 -pkg_postrm() {
149 - gnome2_schemas_update
150 -}