Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-backgrounds/
Date: Wed, 30 Jun 2021 22:43:15
Message-Id: 1625092905.5d3915fb51705b0892dfcb48ad634fbd8c4da6c9.np-hardass@gentoo
1 commit: 5d3915fb51705b0892dfcb48ad634fbd8c4da6c9
2 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 10 13:46:56 2021 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 30 22:41:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3915fb
7
8 x11-themes/mate-backgrounds: Bump to 1.24.2
9
10 Bug: https://bugs.gentoo.org/778857
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
13
14 x11-themes/mate-backgrounds/Manifest | 1 +
15 .../mate-backgrounds/mate-backgrounds-1.24.2.ebuild | 18 ++++++++++++++++++
16 2 files changed, 19 insertions(+)
17
18 diff --git a/x11-themes/mate-backgrounds/Manifest b/x11-themes/mate-backgrounds/Manifest
19 index b5a3fbcd126..fcd6438c96b 100644
20 --- a/x11-themes/mate-backgrounds/Manifest
21 +++ b/x11-themes/mate-backgrounds/Manifest
22 @@ -1 +1,2 @@
23 DIST mate-backgrounds-1.24.1.tar.xz 20958108 BLAKE2B 398e9c7dd9692829c0b5854f828ba911ed01deb300e40e09489971df1e453490f681098e7e85b367404956ef0c515eb07d4e898e44be07fd555f0daf818a27e9 SHA512 6af6bd1be186da3c4c594687ece1f6b50c3b05fb0619dd0062955e9e09c8007efe76a7625826cba0e4716c8ed61eac4d372b0a3bf2b87f00b7f170bb97709f09
24 +DIST mate-backgrounds-1.24.2.tar.xz 46802060 BLAKE2B 7fa2de6ad5e5e9a292fa4458ce8a0dc6bc860f62048d5070f503f575d003e1222f315be0c5c968b5dcb62c0334eb9a4830c08de0ca96ea1ae3c27b4633e8ff6d SHA512 4d069258065e80d8e9d2e4d7c471178c07ea5cdd5e8a6224a1d1e8770211a3926a441f03d85acd17c66c261489cc68bcbb44e5e08d6ddd80240e07b0007873ed
25
26 diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.24.2.ebuild b/x11-themes/mate-backgrounds/mate-backgrounds-1.24.2.ebuild
27 new file mode 100644
28 index 00000000000..7dbc5259546
29 --- /dev/null
30 +++ b/x11-themes/mate-backgrounds/mate-backgrounds-1.24.2.ebuild
31 @@ -0,0 +1,18 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +inherit mate
38 +
39 +if [[ ${PV} != 9999 ]]; then
40 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
41 +fi
42 +
43 +DESCRIPTION="A set of backgrounds packaged with the MATE desktop"
44 +LICENSE="CC-BY-SA-4.0 GPL-2+"
45 +SLOT="0"
46 +
47 +DEPEND="
48 + >=sys-devel/gettext-0.19.8:*
49 +"