From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E76A138359 for ; Tue, 14 Jul 2020 01:06:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D3EAE0833; Tue, 14 Jul 2020 01:06:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54F28E0833 for ; Tue, 14 Jul 2020 01:06:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6495434ED5B for ; Tue, 14 Jul 2020 01:06:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E26A8291 for ; Tue, 14 Jul 2020 01:06:10 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1594688632.a5274a980e93e28c12892da0c9815922d104cbcc.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-backgrounds/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/gnome-backgrounds/Manifest x11-themes/gnome-backgrounds/gnome-backgrounds-3.36.0.ebuild X-VCS-Directories: x11-themes/gnome-backgrounds/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a5274a980e93e28c12892da0c9815922d104cbcc X-VCS-Branch: master Date: Tue, 14 Jul 2020 01:06:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 234faa25-7b6f-4fda-b10f-9d8ef84e9f93 X-Archives-Hash: 25ac2fc045b5079e156c2813367e4190 commit: a5274a980e93e28c12892da0c9815922d104cbcc Author: Matt Turner gentoo org> AuthorDate: Tue Jul 14 01:03:04 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Jul 14 01:03:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5274a98 x11-themes/gnome-backgrounds: Version bump to 3.36.0 Signed-off-by: Matt Turner gentoo.org> x11-themes/gnome-backgrounds/Manifest | 1 + .../gnome-backgrounds/gnome-backgrounds-3.36.0.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/x11-themes/gnome-backgrounds/Manifest b/x11-themes/gnome-backgrounds/Manifest index 6d9613884bb..4864bccd172 100644 --- a/x11-themes/gnome-backgrounds/Manifest +++ b/x11-themes/gnome-backgrounds/Manifest @@ -1 +1,2 @@ DIST gnome-backgrounds-3.34.0.tar.xz 31634888 BLAKE2B 5d14bf6cff16880c5c3d296d5d6587afda4ba0367922ffdf4aac6edca5bd7cb5efe8b45b60c6139d4542e752a88b36d1300d475a921bba9587f6284c3d149ba0 SHA512 bea6df85611a845c1013091dfccfd1d1fc697781a74348d936c15f8cec1ace765c37e6f57fed403cc2c6a91a18e522c8cc3db74b2c2327cd3ed71371075a9834 +DIST gnome-backgrounds-3.36.0.tar.xz 50499380 BLAKE2B bd2e211e15a0994f78fa28b3e43ea64cb47dbacf740bc7137f997b9212d453d038dd7aa1c9126aa7e6dd4ac7bbb8d5d10543661547b95b300760bce31a127389 SHA512 5c30b6e70a49e85ddea5a46a37c2f690e4c62c68d582f040dfd4ecdd6d50f364469e27c51115a7b1ba72edd58776ad2005d9bbcfef337570e50111e9443d4a21 diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.36.0.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.36.0.ebuild new file mode 100644 index 00000000000..aced4d1125f --- /dev/null +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.36.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit gnome.org meson + +DESCRIPTION="A set of backgrounds packaged with the GNOME desktop" +HOMEPAGE="https://git.gnome.org/browse/gnome-backgrounds" + +LICENSE="CC-BY-SA-2.0 CC-BY-SA-3.0 CC-BY-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" +BDEPEND=">=sys-devel/gettext-0.19.8"