dev-libs/libgweather: Drop old
authorPacho Ramos <pacho@gentoo.org>
Sat, 25 Jun 2016 09:42:08 +0000 (11:42 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sat, 25 Jun 2016 12:19:53 +0000 (14:19 +0200)
Package-Manager: portage-2.3.0_rc1

dev-libs/libgweather/Manifest
dev-libs/libgweather/libgweather-3.16.1.ebuild [deleted file]

index 69ac54c45cf1a1244923695e0fed96b9a610031b..be963f26216347e662cc5fc0d47a83ca7dc9608c 100644 (file)
@@ -1,2 +1 @@
-DIST libgweather-3.16.1.tar.xz 3478080 SHA256 db0955261427bb0f1a3f2747507863c591bf2f09dc477cfbf1cea0382cd34dfd SHA512 753f5428760b1a14bda18c4b2ae056d54433ef68745521f3ec3685b298b934667206af23d61604d13ddc8d36a2a659c02e2a2d498be288c16ea67d4c3eadf040 WHIRLPOOL ae2f2891afd3d8150377c4ae9076533892b49143f4871836415384a065f2f69d9768c1c07f9bc853919f1f5c41db2068e1fe480f64a8c098bed6a5ee3f0a1c33
 DIST libgweather-3.18.1.tar.xz 3430524 SHA256 94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0 SHA512 1fc6fda3610bcb4efd0eae57ce8706f126301f5d8399ff765d00c9cc8a513150d07cd098bc53e372b338b7801bd003d651cea0f5832edb990197d456bc89370f WHIRLPOOL 19a7ec0d72f3f4740e7c1acfa83eaf6136e6523a094c6b70e85b3bafaed553e4fa6746fea31a10db888c29dc2556559dca7600be2d78b8c98f0a6d32af88bacf
diff --git a/dev-libs/libgweather/libgweather-3.16.1.ebuild b/dev-libs/libgweather/libgweather-3.16.1.ebuild
deleted file mode 100644 (file)
index 2ba6b5b..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.18"
-VALA_USE_DEPEND="vapigen"
-
-inherit gnome2 vala
-
-DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="https://wiki.gnome.org/Projects/LibGWeather"
-
-LICENSE="GPL-2+"
-SLOT="2/3-6" # subslot = 3-(libgweather-3 soname suffix)
-IUSE="glade +introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-
-COMMON_DEPEND="
-       >=x11-libs/gtk+-3.13.5:3[introspection?]
-       >=dev-libs/glib-2.35.1:2
-       >=net-libs/libsoup-2.34:2.4
-       >=dev-libs/libxml2-2.6.0
-       sci-geosciences/geocode-glib
-       >=sys-libs/timezone-data-2010k
-
-       glade? ( >=dev-util/glade-3.16:3.10 )
-       introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
-"
-RDEPEND="${COMMON_DEPEND}
-       !<gnome-base/gnome-applets-2.22.0
-"
-DEPEND="${COMMON_DEPEND}
-       >=dev-util/gtk-doc-am-1.11
-       >=dev-util/intltool-0.50
-       >=sys-devel/gettext-0.18
-       virtual/pkgconfig
-       vala? ( $(vala_depend) )
-"
-
-src_prepare() {
-       use vala && vala_src_prepare
-       gnome2_src_prepare
-}
-
-src_configure() {
-       DOCS="AUTHORS MAINTAINERS NEWS README"
-       gnome2_src_configure \
-               --disable-static \
-               $(use_enable glade glade-catalog) \
-               $(use_enable introspection) \
-               $(use_enable vala)
-}