public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gsettings-desktop-schemas/
Date: Tue,  1 Nov 2016 17:31:15 +0000 (UTC)	[thread overview]
Message-ID: <1478019976.6a807cbedbbae5a04ecc4553069749fbb1987d61.eva@gentoo> (raw)

commit:     6a807cbedbbae5a04ecc4553069749fbb1987d61
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  1 15:03:01 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Nov  1 17:06:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a807cbe

gnome-base/gsettings-desktop-schemas: version bump 3.20.0 → 3.22.0

Package-Manager: portage-2.3.2

 gnome-base/gsettings-desktop-schemas/Manifest      |  1 +
 .../gsettings-desktop-schemas-3.22.0.ebuild        | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/gnome-base/gsettings-desktop-schemas/Manifest b/gnome-base/gsettings-desktop-schemas/Manifest
index b654691..16b935a 100644
--- a/gnome-base/gsettings-desktop-schemas/Manifest
+++ b/gnome-base/gsettings-desktop-schemas/Manifest
@@ -1,3 +1,4 @@
 DIST gsettings-desktop-schemas-3.16.1.tar.xz 547752 SHA256 74fe9fdad510c8a6666febeceb7ebafc581ef990b3afcc8c1e8b5d90b24b3461 SHA512 1e356dd037dda5fe03f06884e4f1e2fc814717c3836bb696522e7899bc6714dd1c0474546cbdb75f43f71269c7fcec40e560efb9a2024e5067410a8d14b9f2dd WHIRLPOOL 97bcf8e6d0536e51c6342b3f6925bd162d0b6e86fbdcd828727a9c284d4f4fd32d42a9af16c18aeafbed9dc4a44791bae768d584fa0fb1d7db9ab2d747b92dd8
 DIST gsettings-desktop-schemas-3.18.1.tar.xz 573792 SHA256 258713b2a3dc6b6590971bcfc81f98d78ea9827d60e2f55ffbe40d9cd0f99a1a SHA512 8dc3c9890f979860f06efa949c92c699e40f25eedc24eae087d9c70555ec9ef513a873f9a787f10b34208bf11c7be903cbaeecc95a4d93b4e556640be1c21b15 WHIRLPOOL 121c34dcaeb108796c0209af454d1704cf42388abcfdc19c6492debec872ad67c3d4e1e18a43df58081b58ba34a8fd9d4399da8dfa8d6761bc69fb606ba43958
 DIST gsettings-desktop-schemas-3.20.0.tar.xz 576860 SHA256 55a41b533c0ab955e0a36a84d73829451c88b027d8d719955d8f695c35c6d9c1 SHA512 559baf477be9f728c5fea24232218ec4ff17ac97a6db166749fbca4dc1d3995e79824dc977cae5aa10b2197aa9c0e65b884f5c1cb446db109bc15dafe456f7a1 WHIRLPOOL 58be09de568b8168123f160170453a17531167a66eac4558b93dcd29811dafe1f883c60e3317c5ca689eece0eb0fd729c044992251ee39e28bdf868f9655736c
+DIST gsettings-desktop-schemas-3.22.0.tar.xz 598412 SHA256 0f06c7ba34c3a99e4d58b10889496133c9aaad6698ea2d8405d481c7f1a7eae1 SHA512 653198f78f8108222e84c0e94b6b914e03597234a627f1c205fc58a7bf54fdde073ff98cfdce1dccec7da1d8a7cbf648004cd392382d4ff617245cc3e581dfd1 WHIRLPOOL 90e6ca358f1fe0cfe6a28f7080b767ce490adb07c8cf40902dfe7eae87512e401ec40b9e0f84d9d6384391163f97dc8cf460881007ac7c550364a1b3331ace7b

diff --git a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.22.0.ebuild b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.22.0.ebuild
new file mode 100644
index 00000000..74e23a5
--- /dev/null
+++ b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.22.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Collection of GSettings schemas for GNOME desktop"
+HOMEPAGE="https://git.gnome.org/browse/gsettings-desktop-schemas"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+IUSE="+introspection"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris"
+
+RDEPEND="
+	>=dev-libs/glib-2.31:2
+	introspection? ( >=dev-libs/gobject-introspection-1.31.0:= )
+	!<gnome-base/gdm-3.8
+"
+DEPEND="${RDEPEND}
+	>=dev-util/intltool-0.50.1
+	sys-devel/gettext
+	virtual/pkgconfig
+"
+
+src_configure() {
+	gnome2_src_configure $(use_enable introspection)
+}


             reply	other threads:[~2016-11-01 17:32 UTC|newest]

Thread overview: 121+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-01 17:31 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-28 15:53 [gentoo-commits] repo/gentoo:master commit in: gnome-base/gsettings-desktop-schemas/ Pacho Ramos
2024-07-17 12:12 Pacho Ramos
2024-07-17 12:12 Pacho Ramos
2024-02-11 14:21 Mart Raudsepp
2024-02-11  8:09 Arthur Zamarin
2024-02-11  8:09 Arthur Zamarin
2024-02-11  6:01 Sam James
2024-02-11  3:39 Sam James
2024-02-11  3:39 Sam James
2023-09-16 18:51 Matt Turner
2023-09-06 13:19 Matt Turner
2023-07-16 20:31 Matt Turner
2023-05-03  3:53 Sam James
2023-05-03  3:53 Sam James
2023-05-02 19:48 Arthur Zamarin
2023-05-02 19:38 Arthur Zamarin
2023-05-02 18:11 Arthur Zamarin
2023-05-02 17:41 Arthur Zamarin
2023-05-02 17:31 Arthur Zamarin
2023-05-02 17:30 Arthur Zamarin
2023-03-20 21:23 Matt Turner
2022-11-16 18:10 Arthur Zamarin
2022-11-05 18:58 Arthur Zamarin
2022-11-05  9:58 Arthur Zamarin
2022-11-05  9:44 Arthur Zamarin
2022-10-30 16:34 Matt Turner
2022-09-25  1:49 Matt Turner
2022-05-31  9:24 Jakov Smolić
2022-05-28  5:38 Sam James
2022-05-28  5:05 Sam James
2022-05-17  7:56 WANG Xuerui
2022-05-06 20:03 Arthur Zamarin
2022-03-15 20:54 Matt Turner
2022-03-09 15:39 Sam James
2022-03-09 12:49 Sam James
2022-03-08 12:32 Sam James
2021-12-26  0:50 Georgy Yakovlev
2021-05-28 19:20 Sam James
2021-05-28 19:18 Sam James
2021-05-19  9:23 Yixun Lan
2021-04-17 20:10 Sergei Trofimovich
2021-04-13 15:00 Sam James
2021-04-12 23:11 Sam James
2021-04-12 16:02 Sam James
2021-03-21 22:00 Matt Turner
2021-03-15 18:06 Sergei Trofimovich
2020-11-14  9:19 Mikle Kolyada
2020-11-09  1:54 Matt Turner
2020-11-06 15:19 Sam James
2020-11-05 16:16 Sam James
2020-10-29 22:06 Sergei Trofimovich
2020-09-11 16:57 Sergei Trofimovich
2020-08-31  2:52 Sam James
2020-08-30 18:28 Sam James
2020-07-12 21:32 Mart Raudsepp
2020-06-17 20:45 Mart Raudsepp
2020-06-16 16:41 Sergei Trofimovich
2020-06-07 21:02 Mart Raudsepp
2020-06-03 15:32 Agostino Sarubbo
2020-05-13 17:35 Sergei Trofimovich
2020-04-22 14:25 Agostino Sarubbo
2020-04-22  8:44 Agostino Sarubbo
2020-04-22  8:41 Agostino Sarubbo
2020-02-26  8:33 Mart Raudsepp
2020-01-11 20:35 Mart Raudsepp
2020-01-11 19:40 Mart Raudsepp
2020-01-11 19:40 Mart Raudsepp
2020-01-01 16:06 Mart Raudsepp
2020-01-01 15:25 Agostino Sarubbo
2019-12-25 10:28 Sergei Trofimovich
2019-12-09  9:14 Agostino Sarubbo
2019-12-09  9:11 Agostino Sarubbo
2019-12-09  0:10 Aaron Bauman
2019-12-08 11:59 Mikle Kolyada
2019-12-08 11:58 Mikle Kolyada
2019-12-08 11:55 Mikle Kolyada
2019-07-13 12:08 Sergei Trofimovich
2019-06-27 12:35 Agostino Sarubbo
2019-06-17 19:40 Sergei Trofimovich
2019-06-17 10:07 Mikle Kolyada
2019-05-10 17:33 Mikle Kolyada
2019-05-09 20:04 Aaron Bauman
2019-02-23  9:11 Mart Raudsepp
2019-01-29 13:47 Mikle Kolyada
2018-12-07 21:56 Mart Raudsepp
2018-12-07 21:56 Mart Raudsepp
2018-12-05 15:32 Mart Raudsepp
2018-11-02 12:18 Mart Raudsepp
2018-03-14 21:41 Sergei Trofimovich
2018-03-14 21:09 Markus Meier
2018-03-06 21:37 Tobias Klausmann
2018-03-04 20:48 Sergei Trofimovich
2018-02-16 20:39 Sergei Trofimovich
2018-02-03 20:56 Mart Raudsepp
2018-01-18  2:35 Mikle Kolyada
2018-01-13 12:13 Sergei Trofimovich
2017-09-11  6:38 Gilles Dartiguelongue
2017-07-07 21:20 Mart Raudsepp
2017-07-07 10:12 Agostino Sarubbo
2017-06-12 10:07 Mart Raudsepp
2017-05-21 20:47 Mart Raudsepp
2017-04-22 17:53 Tobias Klausmann
2017-04-12 10:10 Jeroen Roovers
2017-03-29  7:45 Michael Weber
2017-03-28 15:09 Michael Weber
2017-03-28 14:59 Michael Weber
2017-03-08 12:11 Mart Raudsepp
2016-12-06 20:30 Markus Meier
2016-06-07  7:03 Tobias Klausmann
2016-05-03 20:15 Markus Meier
2016-03-06 18:20 Mikle Kolyada
2016-02-22  7:32 Pacho Ramos
2015-11-26 10:51 Gilles Dartiguelongue
2015-11-19 10:04 Agostino Sarubbo
2015-11-16 14:08 Agostino Sarubbo
2015-11-14 19:46 Pacho Ramos
2015-11-14 19:46 Pacho Ramos
2015-10-18 11:29 Mikle Kolyada
2015-09-28  4:44 Jeroen Roovers
2015-09-20  6:11 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1478019976.6a807cbedbbae5a04ecc4553069749fbb1987d61.eva@gentoo \
    --to=eva@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox