summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2016-08-13 16:53:18 -0400
committerNP-Hardass <NP-Hardass@gentoo.org>2016-08-13 16:53:18 -0400
commit64fec41906971978f0d05d252505208febed20ba (patch)
tree7af77da0c4448b0fad90c3ee331f23f6b1ceefef /dev-libs
parentmate-extra/mate-screensaver: Drop gtk3 dep for mate-session-manager (diff)
downloadgentoo-mate-64fec41906971978f0d05d252505208febed20ba.tar.gz
gentoo-mate-64fec41906971978f0d05d252505208febed20ba.tar.bz2
gentoo-mate-64fec41906971978f0d05d252505208febed20ba.zip
dev-libs/libmateweather: Drop stray ebuild
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libmateweather/Manifest1
-rw-r--r--dev-libs/libmateweather/libmateweather-1.14.0.ebuild68
2 files changed, 0 insertions, 69 deletions
diff --git a/dev-libs/libmateweather/Manifest b/dev-libs/libmateweather/Manifest
index e8ad506..abe6fd0 100644
--- a/dev-libs/libmateweather/Manifest
+++ b/dev-libs/libmateweather/Manifest
@@ -1,3 +1,2 @@
DIST libmateweather-1.10.0.tar.xz 3463128 SHA256 4fc80145942781281efe99e17daef3d0947ae319771b2ab0a9b2a4559779484c SHA512 80eed6693e13d4dccb4e44ebab84955f7cbbd4f536cda1186db694149bf013429f41f38d2cb03a0dae517d6438e5cff1c18ae95598f700a1a9184ac47f85fcf5 WHIRLPOOL 9fab8e47d4f86ca13524cf9c6007e360f64725bfc98a872722b85270f5e87ce50ab3ce0a616cb46da2b1b285770c9d8afef3f1e270bc143b350050870f5a5a29
DIST libmateweather-1.12.1.tar.xz 3526540 SHA256 74aaeb844059ecf7f7aa4314676348750c50212a7c6e5dbbed71793bcd373863 SHA512 26352a722fc76b997ce3d30e1c144a612ebf27f18f5e4b4f1d7b725bd4de2657797542a21a334179f4c194529770e6bfcd92e435ff1d793441ac00bb7bdffdab WHIRLPOOL 73eadf55986c27ae6977cdb6cc869ffd2d7272c257197c9d6b3447c88eed01d70c4b07ee5cf863815f09e7dbe9456eb043fb377906e56e0945d3bb7dac7858aa
-DIST libmateweather-1.14.0.tar.xz 3493728 SHA256 924d37fb6c700487448acbf445b97271fc18152c06f72e0189e9c0732008800e SHA512 061e91ad26ae2b31d91d75be6aaf0fa56628b4543c63f29374e13a9880614d5593de7ec8aeba39ecb11dc7773273a923c48c0ed7d993468347116d6658234fed WHIRLPOOL 0e9b00624efb9f375efe2b0acc822a62891f3a8358d638be3c062f5eb671859be779688707317f31d2cdc598baddac61d1dc982bdea3859f3f596664e18b0394
diff --git a/dev-libs/libmateweather/libmateweather-1.14.0.ebuild b/dev-libs/libmateweather/libmateweather-1.14.0.ebuild
deleted file mode 100644
index 80cf76e..0000000
--- a/dev-libs/libmateweather/libmateweather-1.14.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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[${PYTHON_USEDEP}]
- >=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
-}