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: Tue, 27 Aug 2024 08:25:10 +0000 (UTC) [thread overview]
Message-ID: <1724747088.972993beca9486d64779edd6a5b9198a43c954e8.pacho@gentoo> (raw)
commit: 972993beca9486d64779edd6a5b9198a43c954e8
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 27 07:51:43 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Aug 27 08:24:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=972993be
x11-themes/fedora-backgrounds: Fix VariableOrderWrong warning
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
x11-themes/fedora-backgrounds/fedora-backgrounds-27.0.1.ebuild | 5 ++---
x11-themes/fedora-backgrounds/fedora-backgrounds-28.1.5.ebuild | 5 ++---
x11-themes/fedora-backgrounds/fedora-backgrounds-29.1.3.ebuild | 5 ++---
x11-themes/fedora-backgrounds/fedora-backgrounds-30.1.2.ebuild | 5 ++---
x11-themes/fedora-backgrounds/fedora-backgrounds-31.0.4.ebuild | 5 +++--
x11-themes/fedora-backgrounds/fedora-backgrounds-32.2.2.ebuild | 6 +++---
6 files changed, 14 insertions(+), 17 deletions(-)
diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-27.0.1.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-27.0.1.ebuild
index 3c45bcb55681..27ae0049e39b 100644
--- a/x11-themes/fedora-backgrounds/fedora-backgrounds-27.0.1.ebuild
+++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-27.0.1.ebuild
@@ -10,8 +10,7 @@ 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"
+S="${WORKDIR}/${MY_PN}"
LICENSE="CC-BY-SA-4.0"
-KEYWORDS="amd64 x86"
SLOT="$(ver_cut 1)"
-
-S="${WORKDIR}/${MY_PN}"
+KEYWORDS="amd64 x86"
diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-28.1.5.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-28.1.5.ebuild
index 3c45bcb55681..27ae0049e39b 100644
--- a/x11-themes/fedora-backgrounds/fedora-backgrounds-28.1.5.ebuild
+++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-28.1.5.ebuild
@@ -10,8 +10,7 @@ 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"
+S="${WORKDIR}/${MY_PN}"
LICENSE="CC-BY-SA-4.0"
-KEYWORDS="amd64 x86"
SLOT="$(ver_cut 1)"
-
-S="${WORKDIR}/${MY_PN}"
+KEYWORDS="amd64 x86"
diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-29.1.3.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-29.1.3.ebuild
index 3c45bcb55681..27ae0049e39b 100644
--- a/x11-themes/fedora-backgrounds/fedora-backgrounds-29.1.3.ebuild
+++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-29.1.3.ebuild
@@ -10,8 +10,7 @@ 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"
+S="${WORKDIR}/${MY_PN}"
LICENSE="CC-BY-SA-4.0"
-KEYWORDS="amd64 x86"
SLOT="$(ver_cut 1)"
-
-S="${WORKDIR}/${MY_PN}"
+KEYWORDS="amd64 x86"
diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-30.1.2.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-30.1.2.ebuild
index 3c45bcb55681..27ae0049e39b 100644
--- a/x11-themes/fedora-backgrounds/fedora-backgrounds-30.1.2.ebuild
+++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-30.1.2.ebuild
@@ -10,8 +10,7 @@ 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"
+S="${WORKDIR}/${MY_PN}"
LICENSE="CC-BY-SA-4.0"
-KEYWORDS="amd64 x86"
SLOT="$(ver_cut 1)"
-
-S="${WORKDIR}/${MY_PN}"
+KEYWORDS="amd64 x86"
diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-31.0.4.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-31.0.4.ebuild
index cd943b33fee0..8f2f8f8dfc72 100644
--- a/x11-themes/fedora-backgrounds/fedora-backgrounds-31.0.4.ebuild
+++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-31.0.4.ebuild
@@ -10,9 +10,10 @@ 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"
+S="${WORKDIR}/${MY_PN}"
+
# Review on each bump, files Attribution*
LICENSE="CC-BY-4.0 CC-BY-SA-4.0 CC0-1.0 Free-Art-1.3"
-KEYWORDS="amd64 x86"
SLOT="$(ver_cut 1)"
-S="${WORKDIR}/${MY_PN}"
+KEYWORDS="amd64 x86"
diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-32.2.2.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-32.2.2.ebuild
index eb511a15e336..4f4b698a899f 100644
--- a/x11-themes/fedora-backgrounds/fedora-backgrounds-32.2.2.ebuild
+++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-32.2.2.ebuild
@@ -10,13 +10,13 @@ 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"
+S="${WORKDIR}/${MY_PN}"
+
# Review on each bump, files Attribution*
LICENSE="CC-BY-SA-4.0"
-KEYWORDS="amd64 x86"
SLOT="$(ver_cut 1)"
-
-S="${WORKDIR}/${MY_PN}"
+KEYWORDS="amd64 x86"
src_install() {
default
next reply other threads:[~2024-08-27 8:25 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-27 8:25 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-08 18:16 [gentoo-commits] repo/gentoo:master commit in: x11-themes/fedora-backgrounds/ 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-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=1724747088.972993beca9486d64779edd6a5b9198a43c954e8.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