Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-backgrounds/
Date: Wed, 08 Mar 2017 12:11:43
Message-Id: 1488975016.87f7befcdc8f4671e4a503651e0261a849e9b6be.leio@gentoo
1 commit: 87f7befcdc8f4671e4a503651e0261a849e9b6be
2 Author: Timo Tambet <ttambet <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 24 20:44:11 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 8 12:10:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87f7befc
7
8 x11-themes/gnome-backgrounds: bump to 3.23.91
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 x11-themes/gnome-backgrounds/Manifest | 1 +
13 .../gnome-backgrounds-3.23.91.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/x11-themes/gnome-backgrounds/Manifest b/x11-themes/gnome-backgrounds/Manifest
17 index 33cf4ba050f..cd18ca04712 100644
18 --- a/x11-themes/gnome-backgrounds/Manifest
19 +++ b/x11-themes/gnome-backgrounds/Manifest
20 @@ -1,2 +1,3 @@
21 DIST gnome-backgrounds-3.20.tar.xz 16317224 SHA256 d66c6e165e5c16b79ee4ab83102fa73fa20ce4e14191036ee68e8e82cf537127 SHA512 15980fa188025880a963e21182ba3b3fff3ce50351c51e488a1efa2a130cb3f32ebdbbbf76921e00b9a3d2e326cdceb99a710bab1b640c2b3e552e7617eac347 WHIRLPOOL 602aba048694e4e1f444aa565cf65db09309d35990026341f77456464874bf2c60cdac2156fb4cede38b8423109a69342a7988869b256b393793d42508026c9d
22 DIST gnome-backgrounds-3.22.1.tar.xz 14847496 SHA256 bfc89812b26383b74062c43f6c175b8fce19d4044b42f8bc9de2ab196a6eee25 SHA512 277d65228e2be0211f7ee15aeb3262c7e43c4788fec74ac857beacb414d527eb612f9e2999765e9ecba67ea6e3921dc94605a2934f10b0bb6377ea7f149a5a0c WHIRLPOOL 4bf7917d9eaf596b3391eba8083a5681daf727ac70f08498b987a600bb4b4a572fe8c5c0d1c9e856ef4feb43527ffa8222634fb86a181b5604f15a1a01136534
23 +DIST gnome-backgrounds-3.23.91.tar.xz 15222660 SHA256 0507d7619b00a0c3030fe86979ff8f4cb87dab117c467d00381ad442530906f5 SHA512 efa6df0d1e21e5b5d1cec64798d92030eb312620f676ca65396b765dec5c1ec2ac3d25e86cee69ef3d9ed53bdec4d78f0547d4c033bdf8b87aefabfc0d3370b4 WHIRLPOOL 0ffec614cd84ac3bb2c085cd5f7c0427b1731ddaa4147ff66129c98970c115eb6d1d663854460787c63f3359c8dbb911908804c62817036d557f83e8d0f2fe6e
24
25 diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.23.91.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.23.91.ebuild
26 new file mode 100644
27 index 00000000000..0ee4078d2b6
28 --- /dev/null
29 +++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.23.91.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +inherit gnome2
36 +
37 +DESCRIPTION="A set of backgrounds packaged with the GNOME desktop"
38 +HOMEPAGE="https://git.gnome.org/browse/gnome-backgrounds"
39 +
40 +LICENSE="GPL-2"
41 +SLOT="0"
42 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
43 +IUSE=""
44 +
45 +RDEPEND="!<x11-themes/gnome-themes-standard-3.14"
46 +DEPEND="
47 + >=dev-util/intltool-0.40.0
48 + sys-devel/gettext
49 +"