dev-libs/libmateweather: remove old
authorMart Raudsepp <leio@gentoo.org>
Sat, 6 Oct 2018 19:25:40 +0000 (22:25 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sat, 6 Oct 2018 20:21:15 +0000 (23:21 +0300)
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

dev-libs/libmateweather/Manifest
dev-libs/libmateweather/libmateweather-1.12.2-r1.ebuild [deleted file]
dev-libs/libmateweather/libmateweather-1.14.3-r1.ebuild [deleted file]
dev-libs/libmateweather/libmateweather-1.16.1-r1.ebuild [deleted file]
dev-libs/libmateweather/metadata.xml

index ef641fa5d73dd7fbbb4befde1d0057ae3e204828..2ee896571c0aef0923a4b93874d363a1fcd2a79d 100644 (file)
@@ -1,4 +1 @@
-DIST libmateweather-1.12.2.tar.xz 3394620 BLAKE2B b95af472d88c6c4495422251cd8f10a50b739b26f535677411388e6fc4748512768ae153cf0283ce2ee2697712f2f773bb8df231630782df4dd6f61e1c52754c SHA512 057037c6983ba6d21ae8c9af67d5b1bde1f7da81dbc5ef89e5eabc1b844178d2d121d29d90484baa001d22cb24e8dc832bcb1ad2702460d22f48db430fa20fd9
-DIST libmateweather-1.14.3.tar.xz 3345244 BLAKE2B 1db6f13507a10c6ad9bc0eed69b9cbdc35fa9f601ef80993a419238234c8a62a1d45f0c215d2c9347ee6622a9eb30faef76452acf8a210695051654bdf1dd227 SHA512 51e1a29b5faca6d433f6a84fc3e08bf39e87ac48d77ff90085cd7d394b3f31388f7b6b3382e4b75dbdf3b2d07f16e9f9f92bff713d3a038270314313f614af36
-DIST libmateweather-1.16.1.tar.xz 3346620 BLAKE2B 4bf5594b879517f00faf3c41b97642945cf0a8dbb65eaf66672f5d5c70432c136802743109ef74dcc67c3cf8e64ed2099f98d2167f5ffccf28a93d1b03931e76 SHA512 7cc49cc3fc16a3f06cd50db49f868d8f31a2acc95cf0c6912724248a1b35700ae0600363cd891d5bdf9961d3ae373841a0df412382933084f5e5224ff21aa386
 DIST libmateweather-1.18.2.tar.xz 3455940 BLAKE2B 15cb57c0202c1117f203bd9550c86d255404984e9163a7f79b8f81a0c436ff6bf9e1945536a15078ad479c9379798966337b6b8851ec84384ccc08c352d06260 SHA512 9b0f9b11f0c9b472a13adc1cfd26076dffd278e0154efa4248f8cc4a999250c88c761985b9a18978a7581e5459232fe2314181ae26a1c7c4fd4c80b536827504
diff --git a/dev-libs/libmateweather/libmateweather-1.12.2-r1.ebuild b/dev-libs/libmateweather/libmateweather-1.12.2-r1.ebuild
deleted file mode 100644 (file)
index 594d5bf..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2018 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
-
-if [[ ${PV} != 9999 ]]; then
-       KEYWORDS="amd64 ~arm x86"
-fi
-
-DESCRIPTION="MATE library to access weather information from online services"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="debug gtk3 python"
-
-REQUIRED_USE="
-       gtk3? ( !python )
-       python? ( ${PYTHON_REQUIRED_USE} )
-       "
-
-RDEPEND=">=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}]
-       )"
-
-DEPEND="${RDEPEND}
-       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_prepare() {
-       mate_src_prepare
-       use python && python_copy_sources
-}
-
-src_configure() {
-       mate_py_cond_func_wrap 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
-}
diff --git a/dev-libs/libmateweather/libmateweather-1.14.3-r1.ebuild b/dev-libs/libmateweather/libmateweather-1.14.3-r1.ebuild
deleted file mode 100644 (file)
index 6858f11..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2018 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
-
-if [[ ${PV} != 9999 ]]; then
-       KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="MATE library to access weather information from online services"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="debug gtk3 python"
-
-REQUIRED_USE="
-       gtk3? ( !python )
-       python? ( ${PYTHON_REQUIRED_USE} )
-       "
-
-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}]
-       )"
-
-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_prepare() {
-       mate_src_prepare
-       use python && python_copy_sources
-}
-
-src_configure() {
-       mate_py_cond_func_wrap 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
-}
diff --git a/dev-libs/libmateweather/libmateweather-1.16.1-r1.ebuild b/dev-libs/libmateweather/libmateweather-1.16.1-r1.ebuild
deleted file mode 100644 (file)
index 6858f11..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2018 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
-
-if [[ ${PV} != 9999 ]]; then
-       KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="MATE library to access weather information from online services"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="debug gtk3 python"
-
-REQUIRED_USE="
-       gtk3? ( !python )
-       python? ( ${PYTHON_REQUIRED_USE} )
-       "
-
-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}]
-       )"
-
-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_prepare() {
-       mate_src_prepare
-       use python && python_copy_sources
-}
-
-src_configure() {
-       mate_py_cond_func_wrap 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
-}
index 7cbfd82a6056392bc1ad7827d542fb22d59654ed..dc3f1bc34c2f407addd66c5eed656de9633618c0 100644 (file)
@@ -5,9 +5,6 @@
                <email>mate@gentoo.org</email>
                <name>Gentoo MATE Desktop</name>
        </maintainer>
-       <use>
-               <flag name="gtk3">Build with GTK+3 instead of GTK+2</flag>
-       </use>
        <upstream>
                <remote-id type="github">mate-desktop/libmateweather</remote-id>
        </upstream>