From 5cd93bf5a16fa86a7d08901f3ab58e5319989fcf Mon Sep 17 00:00:00 2001 From: Adam Feldman Date: Wed, 2 Sep 2020 00:30:17 -0400 Subject: x11-themes/mate-backgrounds: Sync with ::gentoo Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Adam Feldman --- x11-themes/mate-backgrounds/Manifest | 2 +- .../mate-backgrounds/mate-backgrounds-1.24.0.ebuild | 18 ------------------ .../mate-backgrounds/mate-backgrounds-1.24.1.ebuild | 18 ++++++++++++++++++ 3 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 x11-themes/mate-backgrounds/mate-backgrounds-1.24.0.ebuild create mode 100644 x11-themes/mate-backgrounds/mate-backgrounds-1.24.1.ebuild (limited to 'x11-themes') diff --git a/x11-themes/mate-backgrounds/Manifest b/x11-themes/mate-backgrounds/Manifest index f2c4a41..a83b341 100644 --- a/x11-themes/mate-backgrounds/Manifest +++ b/x11-themes/mate-backgrounds/Manifest @@ -1,2 +1,2 @@ DIST mate-backgrounds-1.22.0.tar.xz 20888288 BLAKE2B 66b3d9fee7917e2a3bc3222f1e663d77532407dc3169329d66f9d4a7b0ac1aec91c30fdf4516672760a7cbf05b0091c6b57221504ef50abd16fa869ffadff145 SHA512 b7135cdb20972d50f43026cf98275faaa3c5e41bd0900bca7624a8f9ed03d0ec7f465c78aaf3da534ea6798e8cc690727a1fed8f14b3fb42a8a63bd82858ff30 -DIST mate-backgrounds-1.24.0.tar.xz 20956660 BLAKE2B ebac1a1955444d4960b7f9d7b84cdc544531c77c0cc6fbf82e69e88bfa23fc015873c3209bb69d800f84a0f61f8c36908b2249343b5ec2c9149077f3b18ad8fc SHA512 29bb18ad77767593c9428c0bbb28da5b2fccab67b71b7d295784c7ec018692f6d5fcdcbae202549650765bc090932cec99a9ec9066d066dc8b4fc6d7347f5905 +DIST mate-backgrounds-1.24.1.tar.xz 20958108 BLAKE2B 398e9c7dd9692829c0b5854f828ba911ed01deb300e40e09489971df1e453490f681098e7e85b367404956ef0c515eb07d4e898e44be07fd555f0daf818a27e9 SHA512 6af6bd1be186da3c4c594687ece1f6b50c3b05fb0619dd0062955e9e09c8007efe76a7625826cba0e4716c8ed61eac4d372b0a3bf2b87f00b7f170bb97709f09 diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.24.0.ebuild b/x11-themes/mate-backgrounds/mate-backgrounds-1.24.0.ebuild deleted file mode 100644 index 7aefb42..0000000 --- a/x11-themes/mate-backgrounds/mate-backgrounds-1.24.0.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:* -" diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.24.1.ebuild b/x11-themes/mate-backgrounds/mate-backgrounds-1.24.1.ebuild new file mode 100644 index 0000000..e660084 --- /dev/null +++ b/x11-themes/mate-backgrounds/mate-backgrounds-1.24.1.ebuild @@ -0,0 +1,18 @@ +# 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:* +" -- cgit v1.2.3-65-gdbad