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 052A01382C5 for ; Fri, 16 Apr 2021 01:47:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46629E07DB; Fri, 16 Apr 2021 01:47:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 30A61E07DB for ; Fri, 16 Apr 2021 01:47:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 574003409EB for ; Fri, 16 Apr 2021 01:47:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8323F6BD for ; Fri, 16 Apr 2021 01:47:22 +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: <1618535783.eb5fa763099fe514be98a2f4d824fcec37191000.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-40.0.ebuild X-VCS-Directories: x11-themes/gnome-backgrounds/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: eb5fa763099fe514be98a2f4d824fcec37191000 X-VCS-Branch: master Date: Fri, 16 Apr 2021 01:47:22 +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: cfb1db43-d2c1-4bd8-9129-13a0156abcfa X-Archives-Hash: 57ec36481c4b347e0169553607271d53 commit: eb5fa763099fe514be98a2f4d824fcec37191000 Author: Matt Turner gentoo org> AuthorDate: Fri Apr 16 01:16:23 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Apr 16 01:16:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb5fa763 x11-themes/gnome-backgrounds: Version bump to 40.0 Signed-off-by: Matt Turner gentoo.org> x11-themes/gnome-backgrounds/Manifest | 1 + .../gnome-backgrounds/gnome-backgrounds-40.0.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/x11-themes/gnome-backgrounds/Manifest b/x11-themes/gnome-backgrounds/Manifest index cf45640932d..9812a840221 100644 --- a/x11-themes/gnome-backgrounds/Manifest +++ b/x11-themes/gnome-backgrounds/Manifest @@ -1 +1,2 @@ DIST gnome-backgrounds-3.38.0.tar.xz 41179824 BLAKE2B 27c2e7c4bad43b24127c85dcadc5ba912c9fed45b0d78414293b92822fcb9a855fd22c5163cbf99f234a083b3ed200abc00d66662fd0e23a92b9da84b1742ebc SHA512 01000409d6d54af81e520b8b292c24bb64e763a493c69cf71cabb9f885c7feee5a1805db40e2d0544834c40b7866f889c106e9816fd8e8b8f5273b0a099f1488 +DIST gnome-backgrounds-40.0.tar.xz 57703164 BLAKE2B f6f32efb6563957c9e2a7fe9c124d2fb705d2f33b93f9d65e5e20b08026ee9cc7fd80d687754a8108c1073f2ad1cf28c56d6896fdb7cb1e2f48d2b11bfcafcf5 SHA512 d7e01c956c9705a4278717db999ccb965a1113059f1d1646fd24a8294482ea067c64edba53de2cd97a0d814e89619e77f6d667e272185c98701437a746eeabd8 diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-40.0.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-40.0.ebuild new file mode 100644 index 00000000000..9c26a1539f4 --- /dev/null +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-40.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2021 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"