diff options
author | Ettore Di Giacinto <mudler@gentoo.org> | 2016-10-21 21:17:37 +0200 |
---|---|---|
committer | Ettore Di Giacinto <mudler@gentoo.org> | 2016-11-24 23:20:28 +0100 |
commit | 50f99456aabd1870ff21284fa4e498ce399763e2 (patch) | |
tree | 3abd25f66b0dd999e91d96f90424c77773b26d72 /dev-libs/libmateweather | |
parent | media-libs/libmatemixer: Drop 1.10.x (diff) | |
download | gentoo-50f99456aabd1870ff21284fa4e498ce399763e2.tar.gz gentoo-50f99456aabd1870ff21284fa4e498ce399763e2.tar.bz2 gentoo-50f99456aabd1870ff21284fa4e498ce399763e2.zip |
dev-libs/libmateweather: Drop 1.10.x
Package-Manager: portage-2.3.1
Diffstat (limited to 'dev-libs/libmateweather')
-rw-r--r-- | dev-libs/libmateweather/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/libmateweather/libmateweather-1.10.0.ebuild | 79 |
2 files changed, 0 insertions, 80 deletions
diff --git a/dev-libs/libmateweather/Manifest b/dev-libs/libmateweather/Manifest index e38069e20ed9..69e0afed5445 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.2.tar.xz 3394620 SHA256 9e94acc29b86db0eeb4ba1c0b0d64476a537a8deb31830b98bbeae74e6f2e944 SHA512 057037c6983ba6d21ae8c9af67d5b1bde1f7da81dbc5ef89e5eabc1b844178d2d121d29d90484baa001d22cb24e8dc832bcb1ad2702460d22f48db430fa20fd9 WHIRLPOOL 1c168a94980a42ee8e4f533138a4bdaa7ee2a07d08b5b8ae172402540d7029b893450b5c12732604698cfcd5f536258f7bcab21e99044ce09260bacb5efd8ea6 DIST libmateweather-1.14.3.tar.xz 3345244 SHA256 21507911543bccdaec57541b030de0d5522ef9640b1ac24044223bb43d026266 SHA512 51e1a29b5faca6d433f6a84fc3e08bf39e87ac48d77ff90085cd7d394b3f31388f7b6b3382e4b75dbdf3b2d07f16e9f9f92bff713d3a038270314313f614af36 WHIRLPOOL d87ce7627e1b0427ad8b2ae0fd997e77ce8caead61f5f930f5b925d0366c7efa27d48ff881dfb670f27de46de6379583fa7ea548ed159b34d541a92cde95e889 diff --git a/dev-libs/libmateweather/libmateweather-1.10.0.ebuild b/dev-libs/libmateweather/libmateweather-1.10.0.ebuild deleted file mode 100644 index 35f6ca46524d..000000000000 --- a/dev-libs/libmateweather/libmateweather-1.10.0.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python2_7 ) - -inherit autotools gnome2 python-r1 versionator - -MATE_BRANCH="$(get_version_component_range 1-2)" - -SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" -DESCRIPTION="MATE library to access weather information from online services" -HOMEPAGE="http://mate-desktop.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm x86" - -IUSE="python" - -REQUIRED_USE="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 - >=x11-libs/gtk+-2.24:2 - virtual/libintl:0 - - python? ( - ${PYTHON_DEPS} - >=dev-python/pygobject-2:2[${PYTHON_USEDEP}] - >=dev-python/pygtk-2:2[${PYTHON_USEDEP}] - )" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.40.3:* - >=mate-base/mate-common-1.10:0 - sys-devel/gettext:* - virtual/pkgconfig:*" - -my_command() { - if use python ; then - python_foreach_impl run_in_build_dir $@ - else - $@ - fi -} - -src_prepare() { - # Fix undefined use of MKDIR_P in python/Makefile.am. - epatch "${FILESDIR}"/${PN}-1.6.1-fix-mkdirp.patch - eautoreconf - - use python && python_copy_sources - my_command gnome2_src_prepare -} - -src_configure() { - my_command gnome2_src_configure \ - --enable-locations-compression \ - --disable-all-translations-in-one-xml \ - $(use_enable python) -} - -src_compile() { - my_command gnome2_src_compile -} - -DOCS="AUTHORS ChangeLog NEWS" - -src_install() { - my_command gnome2_src_install -} |