public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-bing-wallpaper/
Date: Fri, 10 Nov 2023 14:16:20 +0000 (UTC)	[thread overview]
Message-ID: <1699625715.c91c5fa3ca2e7fa9fa8906e9359ec88629445279.pacho@gentoo> (raw)

commit:     c91c5fa3ca2e7fa9fa8906e9359ec88629445279
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 10 14:15:15 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Nov 10 14:15:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c91c5fa3

gnome-extra/gnome-shell-extension-bing-wallpaper: drop 45-r2

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

 .../gnome-shell-extension-bing-wallpaper/Manifest  |  1 -
 ...ome-shell-extension-bing-wallpaper-45-r2.ebuild | 59 ----------------------
 2 files changed, 60 deletions(-)

diff --git a/gnome-extra/gnome-shell-extension-bing-wallpaper/Manifest b/gnome-extra/gnome-shell-extension-bing-wallpaper/Manifest
index 4fee47b9d884..bc1ca29c78bb 100644
--- a/gnome-extra/gnome-shell-extension-bing-wallpaper/Manifest
+++ b/gnome-extra/gnome-shell-extension-bing-wallpaper/Manifest
@@ -1,4 +1,3 @@
-DIST gnome-shell-extension-bing-wallpaper-45-gnome45.patch 73697 BLAKE2B 5d92c6ff899a4b873dc989cc6784dd6af092b1bf27a124be9e9fb65b0d4e19b1729ace79cdfaefd50088396dd535b20016da81ea47450b99869391e34f7846e0 SHA512 91fbce811f6299f7bf4caac5630936a714482ba466c8557e87450f11e39bb10b1d3662352e28f4ba2981426711722814be36fe6d0a0ec25bf25020797c831508
 DIST gnome-shell-extension-bing-wallpaper-45.tar.gz 5410536 BLAKE2B bf0a8c7ae8fc421ba9a9cd88cf689b18336c3e25e0eb5627e600e4d8e2fb0ace1c7b867e189aef8fa2e3f2a7cc2e7164636e712a4ad0e6cf3b54b4c9428a96d8 SHA512 e82bb69745f06c83d76a7faad0c777b7b77b69b39a31cf7845593c861b45cb571a5183423efbbf05cfdb0e2b43f205160e903de65d545d98df0ccd43710b00de
 DIST gnome-shell-extension-bing-wallpaper-46.tar.gz 5408142 BLAKE2B cb3a1145bca49b9fe77e44ca7a61eca70c6cc8568970092a1a178d6b93cf8a951f22f6e28f7f215c99a1d657b616a7209a201bf2523be63a52c081406b8af8c9 SHA512 d18c88d077c55cc4bdd1277d1ab1ff99f91ab02625290364f8cc4c696def3820366200af11307b284c68825105ec8b01c22ce32c0ec43d348443b4b5366c8d9d
 DIST gnome-shell-extension-bing-wallpaper-48.tar.gz 5407779 BLAKE2B bf3a10389ae5d2bdaab11c9927ca0227e453a25d9719a903dfdf136d3fe4746efc88d44fa1f935ef40e401deea2a6fffa45ded56f8aa4fe06e2ebb55c0792c74 SHA512 27a46bb2aca38c7fde5f793ca1190ec24cf363e2b01eb7fe79d19dbe2cadf269e709c5e5a090a4d966d9359cbd20f035f10b7bfdcc34ea39b8aa8346e89663e0

diff --git a/gnome-extra/gnome-shell-extension-bing-wallpaper/gnome-shell-extension-bing-wallpaper-45-r2.ebuild b/gnome-extra/gnome-shell-extension-bing-wallpaper/gnome-shell-extension-bing-wallpaper-45-r2.ebuild
deleted file mode 100644
index ba49ff63cfa2..000000000000
--- a/gnome-extra/gnome-shell-extension-bing-wallpaper/gnome-shell-extension-bing-wallpaper-45-r2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit gnome2-utils
-
-DESCRIPTION="Changes your wallpaper daily to the bing.com background image"
-HOMEPAGE="https://github.com/neffo/bing-wallpaper-gnome-extension"
-SRC_URI="https://github.com/neffo/bing-wallpaper-gnome-extension/archive/v${PV}.tar.gz -> ${P}.tar.gz
-	https://patch-diff.githubusercontent.com/raw/neffo/bing-wallpaper-gnome-extension/pull/215.patch -> ${P}-gnome45.patch"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	dev-libs/glib:2
-	app-eselect/eselect-gnome-shell-extensions
-	>=gnome-base/gnome-shell-3.36
-	net-libs/libsoup:2.4
-"
-DEPEND=""
-BDEPEND=""
-
-S="${WORKDIR}/bing-wallpaper-gnome-extension-${PV}"
-extension_uuid="BingWallpaper@ineffable-gmail.com"
-
-PATCHES=(
-	# https://github.com/neffo/bing-wallpaper-gnome-extension/issues/113
-	"${FILESDIR}/${PN}-44-unlock-screen.patch"
-	# https://github.com/neffo/bing-wallpaper-gnome-extension/pull/215
-	"${DISTDIR}/${P}-gnome45.patch"
-)
-
-src_install() {
-	einstalldocs
-	rm -f README.md LICENSE || die
-	insinto /usr/share/glib-2.0/schemas
-	doins schemas/*.xml
-	rm -rf schemas
-	insinto /usr/share/gnome-shell/extensions/"${extension_uuid}"
-	doins -r *
-}
-
-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	other threads:[~2023-11-10 14:16 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-10 14:16 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-29 18:34 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-bing-wallpaper/ Pacho Ramos
2024-09-29 18:34 Pacho Ramos
2024-07-12  9:05 Pacho Ramos
2024-05-18 10:40 Pacho Ramos
2024-05-18 10:40 Pacho Ramos
2024-05-18 10:40 Pacho Ramos
2024-02-18  6:08 Arthur Zamarin
2024-01-08 17:27 Sam James
2023-11-10 14:16 Pacho Ramos
2023-10-26 15:09 Pacho Ramos
2023-10-20 13:14 Pacho Ramos
2023-09-10  8:19 Pacho Ramos
2023-05-05 10:24 Pacho Ramos
2023-04-18 14:17 Pacho Ramos
2023-04-09 18:12 Pacho Ramos
2023-04-09 18:12 Pacho Ramos
2023-02-24 14:48 Pacho Ramos
2023-01-24 17:26 Pacho Ramos
2022-10-02  8:51 Pacho Ramos
2022-10-02  8:51 Pacho Ramos
2022-09-18  8:33 Pacho Ramos
2022-08-14 12:49 Pacho Ramos
2022-08-14 12:49 Pacho Ramos
2022-05-29 10:23 Pacho Ramos
2022-05-04 15:37 Pacho Ramos
2022-03-26 20:01 Pacho Ramos
2022-03-26 20:01 Pacho Ramos
2022-03-09 21:36 Pacho Ramos
2022-01-07 11:36 Pacho Ramos
2021-12-16  8:32 Pacho Ramos
2021-11-11 10:44 Pacho Ramos
2021-11-11 10:44 Pacho Ramos
2021-10-19 20:33 Pacho Ramos
2021-09-26 16:10 Pacho Ramos
2021-07-08 12:34 Pacho Ramos
2021-06-29 19:10 Pacho Ramos
2021-06-16  9:21 Pacho Ramos
2021-06-06 18:12 Pacho Ramos
2021-05-20 12:37 Pacho Ramos
2021-05-20 12:37 Pacho Ramos
2021-05-20 12:37 Pacho Ramos
2021-05-08  9:27 Pacho Ramos
2021-05-08  9:27 Pacho Ramos
2021-03-28 13:02 Pacho Ramos
2021-03-28 13:02 Pacho Ramos
2021-03-28 10:45 Pacho Ramos
2021-03-14 14:46 Pacho Ramos
2021-03-14 14:46 Pacho Ramos
2021-01-23 15:26 Pacho Ramos
2020-08-30 20:20 Pacho Ramos
2020-08-21 13:00 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1699625715.c91c5fa3ca2e7fa9fa8906e9359ec88629445279.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox