[gentoo-commits] proj/gentoo-mate:1.18-bump commit in: dev-libs/libmateweather/

2017-03-15 Thread Ettore Di Giacinto
commit: bd29532c2ed218f87de1d697113c0631f7da3523
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Wed Mar 15 14:09:51 2017 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Wed Mar 15 14:09:51 2017 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=bd29532c

dev-libs/libmateweather: Version bump to 1.18.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/libmateweather/Manifest   |  1 +
 .../libmateweather/libmateweather-1.18.0.ebuild| 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-libs/libmateweather/Manifest b/dev-libs/libmateweather/Manifest
index ee8ea0a..4f37c0f 100644
--- a/dev-libs/libmateweather/Manifest
+++ b/dev-libs/libmateweather/Manifest
@@ -1,3 +1,4 @@
 DIST libmateweather-1.12.2.tar.xz 3394620 SHA256 
9e94acc29b86db0eeb4ba1c0b0d64476a537a8deb31830b98bbeae74e6f2e944 SHA512 
057037c6983ba6d21ae8c9af67d5b1bde1f7da81dbc5ef89e5eabc1b844178d2d121d29d90484baa001d22cb24e8dc832bcb1ad2702460d22f48db430fa20fd9
 WHIRLPOOL 
1c168a94980a42ee8e4f533138a4bdaa7ee2a07d08b5b8ae172402540d7029b893450b5c12732604698cfcd5f536258f7bcab21e99044ce09260bacb5efd8ea6
 DIST libmateweather-1.14.3.tar.xz 3345244 SHA256 
21507911543bccdaec57541b030de0d5522ef9640b1ac24044223bb43d026266 SHA512 
51e1a29b5faca6d433f6a84fc3e08bf39e87ac48d77ff90085cd7d394b3f31388f7b6b3382e4b75dbdf3b2d07f16e9f9f92bff713d3a038270314313f614af36
 WHIRLPOOL 
d87ce7627e1b0427ad8b2ae0fd997e77ce8caead61f5f930f5b925d0366c7efa27d48ff881dfb670f27de46de6379583fa7ea548ed159b34d541a92cde95e889
 DIST libmateweather-1.16.1.tar.xz 3346620 SHA256 
a3569ea5a51ec75eb29aadfba253faf04fbd3815d0a7882ddf6bd6c9c2422b70 SHA512 
7cc49cc3fc16a3f06cd50db49f868d8f31a2acc95cf0c6912724248a1b35700ae0600363cd891d5bdf9961d3ae373841a0df412382933084f5e5224ff21aa386
 WHIRLPOOL 
5269293f740a1c8ef9d30351278514c52569e437ba1d231480b77cf42ae64ec738c22e9336275f5a8908ed86479690d53d6001b420832180b3cc634bfb37b803
+DIST libmateweather-1.18.0.tar.xz 3453408 SHA256 
72e205f92bd9aed1a1d82abb17c5e26d447198d8bbdccf969d50c1c7c429b287 SHA512 
505ec9b273fe5e4b50f5ea5cc470b3932fdde13e5b1687a3a8ec4dfe247cd56a2339d9265672a7de3bde55fe1410701ee6d5d10c459a7b991c60f4285474050d
 WHIRLPOOL 
26e23fba099f3cdc5cadde6d9820ab0f60375d21ce966876ac99b79c31a92516835aeb89216dab5309deae304f66c5f404877cabd3acbca60a46732fe4ee9a83

diff --git a/dev-libs/libmateweather/libmateweather-1.18.0.ebuild 
b/dev-libs/libmateweather/libmateweather-1.18.0.ebuild
new file mode 100644
index 000..c18aa29
--- /dev/null
+++ b/dev-libs/libmateweather/libmateweather-1.18.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="MATE library to access weather information from online services"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="debug"
+
+COMMON_DEPEND=">=dev-libs/glib-2.36:2
+   >=dev-libs/libxml2-2.6:2
+   >=net-libs/libsoup-2.34:2.4
+   >=sys-libs/timezone-data-2010k:0
+   x11-libs/gdk-pixbuf:2
+   virtual/libintl:0
+   >=x11-libs/gtk+-3.0:3"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   dev-util/gtk-doc
+   dev-util/gtk-doc-am
+   >=dev-util/intltool-0.50.1:*
+   sys-devel/gettext:*
+   >=sys-devel/libtool-2.2.6:2
+   virtual/pkgconfig:*"
+
+src_configure() {
+   mate_src_configure \
+   --enable-locations-compression \
+   --disable-all-translations-in-one-xml
+}



[gentoo-commits] proj/gentoo-mate:1.18-bump commit in: dev-libs/libmateweather/

2017-03-14 Thread Ettore Di Giacinto
commit: af9dbfa71b55e725f9c6c44edae00e9108ad1e6d
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Tue Mar 14 16:08:56 2017 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Tue Mar 14 16:09:16 2017 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=af9dbfa7

dev-libs/libmateweather: sync live ebuild

* Drop gtk3 and python useflags

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/libmateweather/libmateweather-.ebuild | 41 --
 1 file changed, 7 insertions(+), 34 deletions(-)

diff --git a/dev-libs/libmateweather/libmateweather-.ebuild 
b/dev-libs/libmateweather/libmateweather-.ebuild
index 4b1232f..c18aa29 100644
--- a/dev-libs/libmateweather/libmateweather-.ebuild
+++ b/dev-libs/libmateweather/libmateweather-.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 MATE_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
 
-inherit python-r1 mate
+inherit mate
 
 if [[ ${PV} !=  ]]; then
KEYWORDS="~amd64 ~arm ~x86"
@@ -16,26 +15,15 @@ DESCRIPTION="MATE library to access weather information 
from online services"
 LICENSE="GPL-2"
 SLOT="0"
 
-IUSE="debug gtk3 python"
+IUSE="debug"
 
-REQUIRED_USE="
-   gtk3? ( !python )
-   python? ( ${PYTHON_REQUIRED_USE} )
-   "
-
-COMMON_DEPEND=">=dev-libs/glib-2.36:2[${PYTHON_USEDEP}]
+COMMON_DEPEND=">=dev-libs/glib-2.36:2
>=dev-libs/libxml2-2.6:2
>=net-libs/libsoup-2.34:2.4
>=sys-libs/timezone-data-2010k:0
x11-libs/gdk-pixbuf:2
virtual/libintl:0
-   !gtk3? ( >=x11-libs/gtk+-2.24:2 )
-   gtk3? ( >=x11-libs/gtk+-3.0:3 )
-   python? (
-   ${PYTHON_DEPS}
-   >=dev-python/pygobject-2:2[${PYTHON_USEDEP}]
-   >=dev-python/pygtk-2:2[${PYTHON_USEDEP}]
-   )"
+   >=x11-libs/gtk+-3.0:3"
 
 RDEPEND="${COMMON_DEPEND}"
 
@@ -47,23 +35,8 @@ DEPEND="${COMMON_DEPEND}
>=sys-devel/libtool-2.2.6:2
virtual/pkgconfig:*"
 
-src_prepare() {
-   mate_src_prepare
-   use python && python_copy_sources
-}
-
 src_configure() {
-   mate_py_cond_func_wrap mate_src_configure \
+   mate_src_configure \
--enable-locations-compression \
-   --disable-all-translations-in-one-xml \
-   --with-gtk=$(usex gtk3 3.0 2.0) \
-   $(use_enable python)
-}
-
-src_compile() {
-   mate_py_cond_func_wrap default
-}
-
-src_install() {
-   mate_py_cond_func_wrap mate_src_install
+   --disable-all-translations-in-one-xml
 }