diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-10-06 22:25:40 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-10-06 23:21:15 +0300 |
commit | bbf24cf07759615d3b8273199bf1948134ac28dd (patch) | |
tree | ec02c919a11ef397d6f71f785dd43052bcee3cf3 /dev-libs/libmateweather | |
parent | app-text/atril: remove old (diff) | |
download | gentoo-bbf24cf07759615d3b8273199bf1948134ac28dd.tar.gz gentoo-bbf24cf07759615d3b8273199bf1948134ac28dd.tar.bz2 gentoo-bbf24cf07759615d3b8273199bf1948134ac28dd.zip |
dev-libs/libmateweather: remove old
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-libs/libmateweather')
-rw-r--r-- | dev-libs/libmateweather/Manifest | 3 | ||||
-rw-r--r-- | dev-libs/libmateweather/libmateweather-1.12.2-r1.ebuild | 67 | ||||
-rw-r--r-- | dev-libs/libmateweather/libmateweather-1.14.3-r1.ebuild | 69 | ||||
-rw-r--r-- | dev-libs/libmateweather/libmateweather-1.16.1-r1.ebuild | 69 | ||||
-rw-r--r-- | dev-libs/libmateweather/metadata.xml | 3 |
5 files changed, 0 insertions, 211 deletions
diff --git a/dev-libs/libmateweather/Manifest b/dev-libs/libmateweather/Manifest index ef641fa5d73d..2ee896571c0a 100644 --- a/dev-libs/libmateweather/Manifest +++ b/dev-libs/libmateweather/Manifest @@ -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 index 594d5bf14f73..000000000000 --- a/dev-libs/libmateweather/libmateweather-1.12.2-r1.ebuild +++ /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 index 6858f117b265..000000000000 --- a/dev-libs/libmateweather/libmateweather-1.14.3-r1.ebuild +++ /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 index 6858f117b265..000000000000 --- a/dev-libs/libmateweather/libmateweather-1.16.1-r1.ebuild +++ /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/metadata.xml b/dev-libs/libmateweather/metadata.xml index 7cbfd82a6056..dc3f1bc34c2f 100644 --- a/dev-libs/libmateweather/metadata.xml +++ b/dev-libs/libmateweather/metadata.xml @@ -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> |