diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-04-06 15:44:58 +0100 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-09 20:19:23 +0300 |
commit | 27b2a955d3df3ac839a77f7593c67989950e6e9f (patch) | |
tree | 286f704115c7093a22d34ed210f9343ba5393a3e /x11-themes | |
parent | x11-terms/mate-terminal: add 1.28.1 (diff) | |
download | gentoo-27b2a955d3df3ac839a77f7593c67989950e6e9f.tar.gz gentoo-27b2a955d3df3ac839a77f7593c67989950e6e9f.tar.bz2 gentoo-27b2a955d3df3ac839a77f7593c67989950e6e9f.zip |
x11-themes/mate-backgrounds: drop 1.27.1
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/mate-backgrounds/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/x11-themes/mate-backgrounds/Manifest b/x11-themes/mate-backgrounds/Manifest index 64f4603ee367..c025db9544af 100644 --- a/x11-themes/mate-backgrounds/Manifest +++ b/x11-themes/mate-backgrounds/Manifest @@ -1,2 +1 @@ DIST mate-backgrounds-1.26.0.tar.xz 46808396 BLAKE2B 93c93751e02ecc24f8d6356526a0b54b9071b0741e74c7e23a462d11410d1564dc4524993de203807e849248407fa59f663ee35cd0d44422ca90ac39eb97eb4c SHA512 48ceb91abf6f7840a9fd7f504e887e54d234410df07dd07a2d155b28cf8d6518b743be767e02cbb774bd817e640b755eec2a73abd4d2d3685e3b4377e9a58476 -DIST mate-backgrounds-1.27.1.tar.xz 46814716 BLAKE2B 87167d561a34864b1f892c9919ab40cca6846832959a35a7369fffbab0a855ead5734cedad8c6a60fba88bb7a1892b9337530c74b7206e9f32047f7f6fb9224c SHA512 de9936bdd83ebf48e8679090acbc6f8b64e0029a7197f2e8084eace3db777fdbb9a1140b6e9c5374d6cf1566a785c87719f2d988998517f7deba93d5328413d8 diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild b/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild deleted file mode 100644 index bd9846fe9c25..000000000000 --- a/x11-themes/mate-backgrounds/mate-backgrounds-1.27.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit mate - -MINOR=$(($(ver_cut 2) % 2)) -if [[ ${MINOR} -eq 0 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" -fi - -DESCRIPTION="A set of backgrounds packaged with the MATE desktop" -LICENSE="CC-BY-SA-4.0 GPL-2+" -SLOT="0" - -DEPEND=" - >=sys-devel/gettext-0.19.8:* -" |