commit:     fe869c90642f61685b1da59e9903ca1f7ab74960
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 07:26:45 2022 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 08:27:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe869c90

gnome-extra/gnome-shell-extension-bluetooth-quick-connect: drop 26, 27

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 .../Manifest                                       |  2 -
 ...ell-extension-bluetooth-quick-connect-26.ebuild | 50 ----------------------
 ...ell-extension-bluetooth-quick-connect-27.ebuild | 50 ----------------------
 3 files changed, 102 deletions(-)

diff --git a/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/Manifest 
b/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/Manifest
index 1484ef261ad8..97e5d3bbb96f 100644
--- a/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/Manifest
+++ b/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/Manifest
@@ -1,3 +1 @@
-DIST gnome-shell-extension-bluetooth-quick-connect-26.tar.gz 22163 BLAKE2B 
7a0ab7bd1090a1a4f9736b33fd31e26da358212b62c0b9dfb13f4c009faeffc85c294f59e9d91bd21302e9dbc7c00146e5cd2c625ed982ef5e330e70be20f001
 SHA512 
9f1360a6b1c6f714923277159275aa87ea78a234b58e01d6804e122fd5f4428664c95bbd43c99e54117811676bb26a85658abdc58d4ab60fb6e37ae34877ab6a
-DIST gnome-shell-extension-bluetooth-quick-connect-27.tar.gz 22088 BLAKE2B 
332a2ca33a6635484d43829275ff284f5117f04eeb7e25136ff52ebbb97759a4f04a48b5aa84a44cc7234129f84f71693cbe6febfef9081581a3f986395e7a92
 SHA512 
b81bd8a978b7ac672f04e3621c3cb195e027e44b15ac3c37f624e9014ccf7f20e5d4e6cebef1ed2607cd141e958d4c25b1663de9bc0b7aa904216b5f66fc6ef2
 DIST gnome-shell-extension-bluetooth-quick-connect-29.tar.gz 22626 BLAKE2B 
9bc2e08b9fe04f742431a61a84846b09fea43d7735ad907bcbff0e9f5456f4068dbc999d407152965ba07dcbea609fb2c6f3bf14ab209f40beb65c2dbfc83f33
 SHA512 
01efe1eb9e2982da9c75119268c3748af5f25ceb21bef8aeffe322429572eae871b148fc92668a211739761f42691731815fd74eaf91870bd14e55f3ee557256

diff --git 
a/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-26.ebuild
 
b/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-26.ebuild
deleted file mode 100644
index 0924f3a71235..000000000000
--- 
a/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-26.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit gnome2-utils
-
-DESCRIPTION="Allow to connect bluetooth paired devices from gnome control 
panel"
-HOMEPAGE="https://github.com/bjarosze/gnome-bluetooth-quick-connect";
-SRC_URI="https://github.com/bjarosze/gnome-bluetooth-quick-connect/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-IUSE=""
-
-RDEPEND="
-       net-wireless/bluez
-       app-eselect/eselect-gnome-shell-extensions
-       >=gnome-base/gnome-shell-40
-"
-DEPEND="${COMMON_DEPEND}"
-BDEPEND=""
-
-S="${WORKDIR}/${P/shell-extension-}"
-extension_uuid="bluetooth-quick-conn...@bjarosze.gmail.com"
-
-src_install() {
-       einstalldocs
-       insinto /usr/share/glib-2.0/schemas
-       doins schemas/*.xml
-       rm -rf README.md LICENSE Makefile schemas || die
-       insinto /usr/share/gnome-shell/extensions/"${extension_uuid}"
-       doins -r *
-       dosym ../../../../../usr/share/glib-2.0/schemas 
/usr/share/gnome-shell/extensions/"${extension_uuid}"/schemas
-}
-
-pkg_preinst() {
-       gnome2_schemas_savelist
-}
-
-pkg_postinst() {
-       gnome2_schemas_update
-       ebegin "Updating list of installed extensions"
-       eselect gnome-shell-extensions update
-       eend $?
-}
-
-pkg_postrm() {
-       gnome2_schemas_update
-}

diff --git 
a/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-27.ebuild
 
b/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-27.ebuild
deleted file mode 100644
index 1562e306397e..000000000000
--- 
a/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-27.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit gnome2-utils
-
-DESCRIPTION="Allow to connect bluetooth paired devices from gnome control 
panel"
-HOMEPAGE="https://github.com/bjarosze/gnome-bluetooth-quick-connect";
-SRC_URI="https://github.com/bjarosze/gnome-bluetooth-quick-connect/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-IUSE=""
-
-RDEPEND="
-       net-wireless/bluez
-       app-eselect/eselect-gnome-shell-extensions
-       >=gnome-base/gnome-shell-42
-"
-DEPEND="${COMMON_DEPEND}"
-BDEPEND=""
-
-S="${WORKDIR}/${P/shell-extension-}"
-extension_uuid="bluetooth-quick-conn...@bjarosze.gmail.com"
-
-src_install() {
-       einstalldocs
-       insinto /usr/share/glib-2.0/schemas
-       doins schemas/*.xml
-       rm -rf README.md LICENSE Makefile schemas || die
-       insinto /usr/share/gnome-shell/extensions/"${extension_uuid}"
-       doins -r *
-       dosym ../../../../../usr/share/glib-2.0/schemas 
/usr/share/gnome-shell/extensions/"${extension_uuid}"/schemas
-}
-
-pkg_preinst() {
-       gnome2_schemas_savelist
-}
-
-pkg_postinst() {
-       gnome2_schemas_update
-       ebegin "Updating list of installed extensions"
-       eselect gnome-shell-extensions update
-       eend $?
-}
-
-pkg_postrm() {
-       gnome2_schemas_update
-}

Reply via email to