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: x11-themes/fedora-backgrounds/
Date: Sun, 17 Sep 2023 16:29:39 +0000 (UTC)	[thread overview]
Message-ID: <1694968164.52d5e07689c98431d532dc36800368839fc532ec.pacho@gentoo> (raw)

commit:     52d5e07689c98431d532dc36800368839fc532ec
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 15:29:08 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 16:29:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d5e076

x11-themes/fedora-backgrounds: drop 38.0.2

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

 x11-themes/fedora-backgrounds/Manifest             |  1 -
 .../fedora-backgrounds-38.0.2.ebuild               | 24 ----------------------
 2 files changed, 25 deletions(-)

diff --git a/x11-themes/fedora-backgrounds/Manifest b/x11-themes/fedora-backgrounds/Manifest
index 5be6125d57f5..6edd75ca303f 100644
--- a/x11-themes/fedora-backgrounds/Manifest
+++ b/x11-themes/fedora-backgrounds/Manifest
@@ -8,6 +8,5 @@ DIST f33-backgrounds-33.0.8.tar.xz 30354496 BLAKE2B 7f64108aafccba083bea2e3b5643
 DIST f34-backgrounds-34.0.1.tar.xz 23613140 BLAKE2B 22295e9eb8e9d9d3ae73b6ebcc2766d5f9a0975614ffa3c01d7328cd25dc5927b01c3d58e182c07fa0627ca899437072467bdcda7b8e06edbee413c40261e009 SHA512 d86fe263dff8c431d3dcf50d0eefae0d1358d4b297249dd97b0f974d89287a17b7cebe299e98f06d791fd0888abf756bb87400c33ce0f8db8bb4d0e97f621b7e
 DIST f36-backgrounds-36.1.2.tar.xz 7757840 BLAKE2B be36bfbd1a16e7ceb98afe38ad2f2e2dae7e88ff8d19a636206120b2f248b43a79752c5a90c324ad5f1851961306c13570a1c3325456f2499d609b36db01d4e1 SHA512 7e9e0e2844c55df1097baad546d4284e01dbec10bf3b544efb6eab001a0d059317bf28160d11deb049243fa5542ccf342c571f95f185d9b905f81bb75d2f5026
 DIST f37-backgrounds-37.0.5.tar.xz 9645420 BLAKE2B 9cdad101aee869e4a4f3132494854c513820b78d1b85350079fae6b6d6f344c2e98e951319cd2cce104344893dd303544e3afb939f7e39af9a659186c95e7a11 SHA512 1ee6fd5cbca0d3f86cd917cd83155b95bf6bebf43437d78f810fd9f80a11786203d36b6f6ea163d9585d72e771e26b6ca910b31f69a7a61d066495b4f3159309
-DIST f38-backgrounds-38.0.2.tar.xz 27491608 BLAKE2B 03e57645cf4d0cd76555905271b18a957ed65127b8dea4d92b815ceb50e5f7f0eb9f7429562f7cd876e52fb742b215cf1c37ec4bfb2f7a4d774aca82d890697e SHA512 4d878f90b0e95c151cbcbe83a13a11b42e01bdc3caf523817a13cfa59b72a484581a187e87fe4d301e3e7bbee210227eb3682a9276cf0d96049757cbb2a7e81b
 DIST f38-backgrounds-38.1.1.tar.xz 11412412 BLAKE2B 44942432788bcbba62fd207091ad3c42d7db15586c8b46fb42f0f81b653b27ece10688b464651865517290f9d2cb90ef0e85543e80f9acaeb29d6f3f653dfff8 SHA512 79634cf9bd84ac4e11c8f6c8a45944f13db3c842a2ffc3374cdd991d279f4e3584b14f932811c3748e77f913cea3e3dc83af071e92e824f2145279973fe573b1
 DIST f39-backgrounds-39.0.3.tar.xz 9726796 BLAKE2B b2a471fbef4c5a7e3c271e8e33793b6f4415c930b09290823623786b22a2b9bc3b6040c4efa09928d8135409fb805a1626b6f8f2f9f07def3fde512290a31d78 SHA512 0f161ae580971ae11b9f645d0493c1cdb22bf86f849db2e057d1e6d611489152fb5ef4fe9aa9709791323105b6bacb999dcd0ee25d686ca5f82bf214dcd7a315

diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-38.0.2.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-38.0.2.ebuild
deleted file mode 100644
index 5a5f5beabdca..000000000000
--- a/x11-themes/fedora-backgrounds/fedora-backgrounds-38.0.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="A set of default and supplemental wallpapers for Fedora"
-HOMEPAGE="https://github.com/fedoradesign/backgrounds"
-
-MY_PN="f$(ver_cut 1)-backgrounds"
-MY_P="${MY_PN}-${PV}"
-SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${MY_P}.tar.xz"
-
-# Review on each bump, files Attribution*
-LICENSE="CC-BY-SA-4.0"
-
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-SLOT="$(ver_cut 1)"
-
-RDEPEND=""
-DEPEND=""
-BDEPEND=""
-
-S="${WORKDIR}/${MY_PN}"


             reply	other threads:[~2023-09-17 16:29 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-17 16:29 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-15 12:24 [gentoo-commits] repo/gentoo:master commit in: x11-themes/fedora-backgrounds/ Pacho Ramos
2025-01-31 18:35 Pacho Ramos
2025-01-31 18:35 Pacho Ramos
2024-11-08 18:16 Pacho Ramos
2024-08-27  8:25 Pacho Ramos
2024-08-27  8:25 Pacho Ramos
2024-07-12  9:05 Pacho Ramos
2024-07-12  9:05 Pacho Ramos
2024-05-04 17:40 Pacho Ramos
2024-04-18 18:18 Pacho Ramos
2024-04-18 18:18 Pacho Ramos
2024-04-18 18:18 Pacho Ramos
2024-04-07 15:29 Pacho Ramos
2024-02-25 15:20 Pacho Ramos
2024-02-25 15:20 Pacho Ramos
2024-02-25 15:20 Pacho Ramos
2023-10-01 17:43 Pacho Ramos
2023-09-17 16:29 Pacho Ramos
2023-09-17 16:29 Pacho Ramos
2023-09-17 16:29 Pacho Ramos
2023-04-09 18:12 Pacho Ramos
2023-03-16 12:18 Pacho Ramos
2023-03-16 12:18 Pacho Ramos
2023-03-16 12:18 Pacho Ramos
2023-03-16 12:18 Pacho Ramos
2023-03-16 12:18 Pacho Ramos
2022-07-20 14:29 Pacho Ramos
2022-07-20 14:29 Pacho Ramos
2022-06-08  9:36 Pacho Ramos
2022-03-26 19:54 Pacho Ramos
2021-07-08  8:09 Pacho Ramos
2021-02-23 15:51 Pacho Ramos
2021-01-12 20:25 Pacho Ramos
2021-01-12 20:25 Pacho Ramos
2020-12-07 19:47 Pacho Ramos
2020-05-31 12:42 Pacho Ramos
2020-05-06 18:46 Pacho Ramos
2020-05-06 18:46 Pacho Ramos
2020-04-26 15:34 Pacho Ramos
2020-04-26 15:34 Pacho Ramos
2020-04-22 21:00 Pacho Ramos
2019-11-20 11:12 Agostino Sarubbo
2019-10-20 10:14 Pacho Ramos
2019-10-20 10:14 Pacho Ramos
2019-09-29 14:13 Pacho Ramos
2019-04-24 16:28 Pacho Ramos
2019-04-24 16:28 Pacho Ramos
2019-04-13  6:46 Pacho Ramos
2019-04-13  6:46 Pacho Ramos
2019-04-07  9:15 Pacho Ramos
2019-04-02 21:21 Pacho Ramos
2019-03-09 11:29 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=1694968164.52d5e07689c98431d532dc36800368839fc532ec.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