diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-01-09 16:11:29 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-01-09 16:48:00 +0100 |
commit | 0c3e1d460d30ce147c0776a169c34299f2c0f1cb (patch) | |
tree | db5a1d586d556ad713ee732622767449730b4e77 /x11-themes | |
parent | x11-misc/mate-notification-daemon: Drop 1.24.1 (diff) | |
download | gentoo-0c3e1d460d30ce147c0776a169c34299f2c0f1cb.tar.gz gentoo-0c3e1d460d30ce147c0776a169c34299f2c0f1cb.tar.bz2 gentoo-0c3e1d460d30ce147c0776a169c34299f2c0f1cb.zip |
x11-themes/mate-backgrounds: Drop 1.24.1
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@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.24.1.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/x11-themes/mate-backgrounds/Manifest b/x11-themes/mate-backgrounds/Manifest index fcd6438c96b2..c7ce18173f5a 100644 --- a/x11-themes/mate-backgrounds/Manifest +++ b/x11-themes/mate-backgrounds/Manifest @@ -1,2 +1 @@ -DIST mate-backgrounds-1.24.1.tar.xz 20958108 BLAKE2B 398e9c7dd9692829c0b5854f828ba911ed01deb300e40e09489971df1e453490f681098e7e85b367404956ef0c515eb07d4e898e44be07fd555f0daf818a27e9 SHA512 6af6bd1be186da3c4c594687ece1f6b50c3b05fb0619dd0062955e9e09c8007efe76a7625826cba0e4716c8ed61eac4d372b0a3bf2b87f00b7f170bb97709f09 DIST mate-backgrounds-1.24.2.tar.xz 46802060 BLAKE2B 7fa2de6ad5e5e9a292fa4458ce8a0dc6bc860f62048d5070f503f575d003e1222f315be0c5c968b5dcb62c0334eb9a4830c08de0ca96ea1ae3c27b4633e8ff6d SHA512 4d069258065e80d8e9d2e4d7c471178c07ea5cdd5e8a6224a1d1e8770211a3926a441f03d85acd17c66c261489cc68bcbb44e5e08d6ddd80240e07b0007873ed diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.24.1.ebuild b/x11-themes/mate-backgrounds/mate-backgrounds-1.24.1.ebuild deleted file mode 100644 index e66008427c73..000000000000 --- a/x11-themes/mate-backgrounds/mate-backgrounds-1.24.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit mate - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="amd64 ~arm ~arm64 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:* -" |