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-extra/gnome-weather/
Date: Tue,  6 Sep 2016 23:15:11 +0000 (UTC)	[thread overview]
Message-ID: <1473203678.a9fd1d6cb7428bce8a46badf65c108935fbe06e1.eva@gentoo> (raw)

commit:     a9fd1d6cb7428bce8a46badf65c108935fbe06e1
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  6 22:39:48 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Sep  6 23:14:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9fd1d6c

gnome-extra/gnome-weather: version bump from 3.20.1 to 3.20.2

Package-Manager: portage-2.3.0

 gnome-extra/gnome-weather/Manifest                 |  1 +
 .../gnome-weather/gnome-weather-3.20.2.ebuild      | 50 ++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/gnome-extra/gnome-weather/Manifest b/gnome-extra/gnome-weather/Manifest
index e33e850..d0d553a 100644
--- a/gnome-extra/gnome-weather/Manifest
+++ b/gnome-extra/gnome-weather/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-weather-3.18.1.tar.xz 5358172 SHA256 d0cbe0ee6e9f9332e30836d72c9a462ecc908a97402943c33cd6e61d08323fdf SHA512 1e04fd932edfb15c16965a17a4865689c7133408b9d05a3e67e3c0dda77b1daf8a027603f66cff85957376626f4ad3d66ac9d28efb0f964667889b894cb66e1c WHIRLPOOL 8efd62cbb789dba43561e59489c9cf951b81bcde8490619a88f4bed850f9365d0c54321820260f1091d0e7f18cc162aafd98834bda096faa6da94d9956fe3be5
 DIST gnome-weather-3.20.1.tar.xz 5387344 SHA256 e310ecd56f396ac0e8e5652ac8b63258720034e23afbf32fbb2d509f25bbb2b6 SHA512 a44d788f94b0a0ec20ac3e43d79d0ca661dd040cafdcebccc048378ab09242530f04699a05c106aef9ad3c081e3f181895672f7139b987c09362e499b3dab742 WHIRLPOOL 79dcc78e7ac346c77c1ecb6f1ec0f5fbe4c264dde3a19233e9f02da4e8cbf768efb6f0af02b0140accb8db3014a68041f474d6b3cd9821cd2416c4401a1a15f8
+DIST gnome-weather-3.20.2.tar.xz 5360264 SHA256 7823ca7c08fa852232b98c2517830e3bd9b0ab80c9ac83f182c18ec140a5c18b SHA512 3c592726949251d4deae6412592975d6439dccf3415df1ac2bff75ee97ef9fb927167ceee0835ef4d1d3205038340c20d9e9b2261205412341baeb4098c9fdff WHIRLPOOL 7f78ecbf6c035beac8bca4bf89828b12de0f301ac5e7d18aa8740b9d260cdf43b76e4e7727986001c1876d0d3328d658042b02bce1d56935ea34747248fc7d5a

diff --git a/gnome-extra/gnome-weather/gnome-weather-3.20.2.ebuild b/gnome-extra/gnome-weather/gnome-weather-3.20.2.ebuild
new file mode 100644
index 00000000..805ccd1
--- /dev/null
+++ b/gnome-extra/gnome-weather/gnome-weather-3.20.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit gnome2 python-any-r1 virtualx
+
+DESCRIPTION="A weather application for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Design/Apps/Weather"
+
+LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=app-misc/geoclue-2.3.1:2.0
+	>=dev-libs/gjs-1.43.3
+	>=dev-libs/glib-2.32:2
+	>=dev-libs/gobject-introspection-1.35.9:=
+	>=dev-libs/libgweather-3.17.2:=
+	gnome-base/gsettings-desktop-schemas
+	>=x11-libs/gtk+-3.11.4:3
+"
+DEPEND="${RDEPEND}
+	dev-libs/appstream-glib
+	>=dev-util/intltool-0.26
+	virtual/pkgconfig
+	test? (
+		${PYTHON_DEPS}
+		$(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') )
+"
+
+python_check_deps() {
+	use test && has_version "dev-util/dogtail[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+	use test && python-any-r1_pkg_setup
+}
+
+src_configure() {
+	gnome2_src_configure $(use_enable test dogtail)
+}
+
+src_test() {
+	virtx emake check TESTS_ENVIRONMENT="dbus-run-session"
+}


             reply	other threads:[~2016-09-06 23:15 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-06 23:15 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-16  8:41 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-weather/ Pacho Ramos
2024-07-16  8:41 Pacho Ramos
2024-03-02 22:33 Mart Raudsepp
2024-02-18  6:09 Arthur Zamarin
2024-01-08  7:03 Sam James
2023-09-24  9:02 WANG Xuerui
2023-09-22  2:33 Matt Turner
2023-09-19  1:52 Matt Turner
2023-05-02 19:03 Arthur Zamarin
2023-05-02 18:53 Arthur Zamarin
2023-05-02 17:29 Arthur Zamarin
2023-03-19 23:38 Matt Turner
2022-11-23 17:52 Jakov Smolić
2022-11-07  7:26 Sam James
2022-11-05  5:59 Arthur Zamarin
2022-10-30 22:29 Matt Turner
2022-10-01 17:24 Matt Turner
2022-09-30 16:52 Matt Turner
2022-05-28  5:45 Sam James
2022-03-23  6:44 Matt Turner
2022-03-08  9:35 Sam James
2021-12-19  4:53 Matt Turner
2021-11-06  4:09 Sam James
2021-10-04  1:25 Sam James
2021-08-19  3:01 Matt Turner
2021-06-07  6:22 Georgy Yakovlev
2021-04-16  2:16 Matt Turner
2020-08-30 18:09 Sam James
2020-08-22 12:09 Mart Raudsepp
2020-04-25 20:17 Mart Raudsepp
2020-04-10  8:05 Mart Raudsepp
2020-04-04 12:07 Mart Raudsepp
2020-03-01 16:41 Mart Raudsepp
2019-12-23 22:02 Mart Raudsepp
2019-10-13 16:26 Mart Raudsepp
2019-08-05 23:12 Aaron Bauman
2019-05-18 21:24 Mart Raudsepp
2018-09-30  0:19 Mart Raudsepp
2018-09-09 13:34 Mart Raudsepp
2018-02-03 22:35 Mart Raudsepp
2018-01-18  3:27 Mikle Kolyada
2017-12-10 10:27 Pacho Ramos
2017-08-12 23:15 Gilles Dartiguelongue
2017-08-12 23:15 Gilles Dartiguelongue
2016-09-04 23:20 Gilles Dartiguelongue
2016-06-25 19:13 Pacho Ramos
2016-06-25 19:13 Pacho Ramos
2016-03-06 18:03 Mikle Kolyada
2015-11-15 10:30 Pacho Ramos
2015-09-08 18:25 Pacho Ramos

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=1473203678.a9fd1d6cb7428bce8a46badf65c108935fbe06e1.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