From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/libgweather/
Date: Wed, 23 Mar 2011 05:20:46 +0000 (UTC) [thread overview]
Message-ID: <e1658fddaeff8bce5b32cb2776e22adc8f23b4a4.nirbheek@gentoo> (raw)
commit: e1658fddaeff8bce5b32cb2776e22adc8f23b4a4
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 05:11:25 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 05:11:25 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e1658fdd
dev-libs/libgweather: don't slot, fix automagic introspection
* slotmove done in portage
---
.../libgweather/libgweather-2.30.3-r200.ebuild | 68 --------------------
dev-libs/libgweather/libgweather-2.91.6.ebuild | 8 +-
dev-libs/libgweather/libgweather-9999.ebuild | 8 +-
3 files changed, 8 insertions(+), 76 deletions(-)
diff --git a/dev-libs/libgweather/libgweather-2.30.3-r200.ebuild b/dev-libs/libgweather/libgweather-2.30.3-r200.ebuild
deleted file mode 100644
index 1cbe889..0000000
--- a/dev-libs/libgweather/libgweather-2.30.3-r200.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-2.30.3.ebuild,v 1.3 2010/11/14 23:05:07 eva Exp $
-
-EAPI="2"
-GCONF_DEBUG="no"
-PYTHON_DEPEND="python? 2"
-
-inherit autotools gnome2 python
-
-DESCRIPTION="Library to access weather information from online services"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="python doc"
-
-# libsoup-gnome is to be used because libsoup[gnome] might not
-# get libsoup-gnome installed by the time ${P} is built
-RDEPEND=">=x11-libs/gtk+-2.11:2
- >=dev-libs/glib-2.13
- >=gnome-base/gconf-2.8
- >=net-libs/libsoup-gnome-2.25.1:2.4
- >=dev-libs/libxml2-2.6.0
- >=sys-libs/timezone-data-2010k
- python? (
- >=dev-python/pygobject-2
- >=dev-python/pygtk-2 )
- !<gnome-base/gnome-applets-2.22.0"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.40.3
- >=dev-util/pkgconfig-0.19
- >=dev-util/gtk-doc-am-1.9
- doc? ( >=dev-util/gtk-doc-1.9 )"
-PDEPEND="dev-libs/libgweather:3"
-DOCS="AUTHORS ChangeLog MAINTAINERS NEWS"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --enable-locations-compression
- --disable-all-translations-in-one-xml
- --disable-static
- $(use_enable python)"
- use python && python_set_active_version 2
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- # Fix building -python, Gnome bug #596660.
- epatch "${FILESDIR}/${PN}-2.30.0-fix-automagic-python-support.patch"
-
- intltoolize --force --copy --automake || die "intltoolize failed"
- eautoreconf
-}
-
-src_install() {
- gnome2_src_install
-
- # Don't install these here, libgweather:2 also provides them
- # IMPORTANT: Don't let the files diverge
- rm -rf "${D}"/usr/share/icons || die "Removing icons failed"
- rm -rf "${D}"/usr/share/libgweather || die "Removing locations failed"
- rm -rf "${D}"/etc/gconf/schemas/gweather.schemas || die "Removing schemas failed"
-
- python_clean_installation_image
-}
diff --git a/dev-libs/libgweather/libgweather-2.91.6.ebuild b/dev-libs/libgweather/libgweather-2.91.6.ebuild
index 2f991f9..0302cdb 100644
--- a/dev-libs/libgweather/libgweather-2.91.6.ebuild
+++ b/dev-libs/libgweather/libgweather-2.91.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-2.30.3.ebuild,v 1.3 2010/11/14 23:05:07 eva Exp $
@@ -12,7 +12,7 @@ DESCRIPTION="Library to access weather information from online services"
HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2"
-SLOT="3"
+SLOT="2"
IUSE="+introspection doc"
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
@@ -32,7 +32,6 @@ RDEPEND=">=x11-libs/gtk+-2.90.0:3[introspection?]
introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
- !<dev-libs/libgweather-2.30.3-r200
!<gnome-base/gnome-applets-2.22.0"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40.3
@@ -47,4 +46,5 @@ G2CONF="${G2CONF}
--enable-locations-compression
--disable-maintainer-mode
--disable-all-translations-in-one-xml
- --disable-static"
+ --disable-static
+ $(use_enable introspection)"
diff --git a/dev-libs/libgweather/libgweather-9999.ebuild b/dev-libs/libgweather/libgweather-9999.ebuild
index 2f991f9..0302cdb 100644
--- a/dev-libs/libgweather/libgweather-9999.ebuild
+++ b/dev-libs/libgweather/libgweather-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/libgweather-2.30.3.ebuild,v 1.3 2010/11/14 23:05:07 eva Exp $
@@ -12,7 +12,7 @@ DESCRIPTION="Library to access weather information from online services"
HOMEPAGE="http://www.gnome.org/"
LICENSE="GPL-2"
-SLOT="3"
+SLOT="2"
IUSE="+introspection doc"
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
@@ -32,7 +32,6 @@ RDEPEND=">=x11-libs/gtk+-2.90.0:3[introspection?]
introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
- !<dev-libs/libgweather-2.30.3-r200
!<gnome-base/gnome-applets-2.22.0"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40.3
@@ -47,4 +46,5 @@ G2CONF="${G2CONF}
--enable-locations-compression
--disable-maintainer-mode
--disable-all-translations-in-one-xml
- --disable-static"
+ --disable-static
+ $(use_enable introspection)"
next reply other threads:[~2011-03-23 5:23 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-23 5:20 Nirbheek Chauhan [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-09-11 8:54 [gentoo-commits] proj/gnome:master commit in: dev-libs/libgweather/ Mart Raudsepp
2018-06-24 19:17 Gilles Dartiguelongue
2018-05-11 6:24 Sobhan Mohammadpour
2015-06-09 13:49 Gilles Dartiguelongue
2014-12-22 21:10 Gilles Dartiguelongue
2014-12-22 21:10 Gilles Dartiguelongue
2014-10-13 21:51 Gilles Dartiguelongue
2014-10-12 23:19 Gilles Dartiguelongue
2014-10-11 16:43 Gilles Dartiguelongue
2014-04-23 22:33 Gilles Dartiguelongue
2013-12-18 22:49 Gilles Dartiguelongue
2013-12-01 23:18 Gilles Dartiguelongue
2012-12-19 8:38 Alexandre Rostovtsev
2012-11-21 20:51 Gilles Dartiguelongue
2012-10-28 18:10 Gilles Dartiguelongue
2012-09-22 15:54 Nirbheek Chauhan
2012-09-08 8:43 Nirbheek Chauhan
2012-08-08 20:48 Priit Laes
2012-05-06 7:24 Alexandre Restovtsev
2011-10-26 21:02 Alexandre Restovtsev
2011-04-17 21:28 Gilles Dartiguelongue
2011-04-05 0:57 Nirbheek Chauhan
2011-02-27 3:02 Jonathan Callen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e1658fddaeff8bce5b32cb2776e22adc8f23b4a4.nirbheek@gentoo \
--to=nirbheek@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox