diff options
author | 2010-10-24 13:34:31 +0000 | |
---|---|---|
committer | 2010-10-24 13:34:31 +0000 | |
commit | bda10269e561204a6a6269da08c695eb07731d4e (patch) | |
tree | 274fd38f94dfad1836851da08bb06eaee82bf2c8 /dev-libs | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-bda10269e561204a6a6269da08c695eb07731d4e.tar.gz gentoo-2-bda10269e561204a6a6269da08c695eb07731d4e.tar.bz2 gentoo-2-bda10269e561204a6a6269da08c695eb07731d4e.zip |
Remove old.
(Portage version: 2.1.9.22/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libgweather/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libgweather/files/libgweather-2.26.2.1-automagic-python.patch | 24 | ||||
-rw-r--r-- | dev-libs/libgweather/libgweather-2.26.2.1.ebuild | 63 | ||||
-rw-r--r-- | dev-libs/libgweather/libgweather-2.28.0.ebuild | 62 |
4 files changed, 6 insertions, 150 deletions
diff --git a/dev-libs/libgweather/ChangeLog b/dev-libs/libgweather/ChangeLog index 90bc1e23c024..46563b858ded 100644 --- a/dev-libs/libgweather/ChangeLog +++ b/dev-libs/libgweather/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libgweather # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.67 2010/10/17 15:15:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgweather/ChangeLog,v 1.68 2010/10/24 13:34:31 pacho Exp $ + + 24 Oct 2010; Pacho Ramos <pacho@gentoo.org> -libgweather-2.26.2.1.ebuild, + -files/libgweather-2.26.2.1-automagic-python.patch, + -libgweather-2.28.0.ebuild: + Remove old. 17 Oct 2010; Raúl Porcel <armin76@gentoo.org> libgweather-2.30.2.ebuild: alpha/ia64/sh/sparc stable wrt #324077 diff --git a/dev-libs/libgweather/files/libgweather-2.26.2.1-automagic-python.patch b/dev-libs/libgweather/files/libgweather-2.26.2.1-automagic-python.patch deleted file mode 100644 index 77f2f94eb5cf..000000000000 --- a/dev-libs/libgweather/files/libgweather-2.26.2.1-automagic-python.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 03626e45436b0b9c345e0c07e4f488375639877a Mon Sep 17 00:00:00 2001 -From: Romain Perier <mrpouet@gentoo.org> -Date: Sat, 19 Sep 2009 20:54:32 +0200 -Subject: [PATCH] Fix automagic python support when --disable-python is given on the command line - ---- - configure.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/configure.in b/configure.in -index f363571..743fe9d 100644 ---- a/configure.in -+++ b/configure.in -@@ -215,7 +215,7 @@ dnl *************************************************************************** - AC_ARG_ENABLE(python, - [AC_HELP_STRING([--enable-python], - [Build libgweather python bindings])], -- [enable_python=yes], -+ [enable_python=$enableval], - [enable_python=no]) - if test "$enable_python" = "yes"; then - AM_PATH_PYTHON() --- -1.6.5.rc1 diff --git a/dev-libs/libgweather/libgweather-2.26.2.1.ebuild b/dev-libs/libgweather/libgweather-2.26.2.1.ebuild deleted file mode 100644 index b4e9cd9580ae..000000000000 --- a/dev-libs/libgweather/libgweather-2.26.2.1.ebuild +++ /dev/null @@ -1,63 +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.26.2.1.ebuild,v 1.15 2010/07/16 17:45:40 jer Exp $ - -EAPI="2" -GCONF_DEBUG="no" - -inherit autotools gnome2 eutils - -DESCRIPTION="Library to access weather information from online services" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="python doc" - -RDEPEND=">=x11-libs/gtk+-2.11 - >=dev-libs/glib-2.13 - >=gnome-base/gconf-2.8 - >=net-libs/libsoup-2.25.1:2.4[gnome] - >=dev-libs/libxml2-2.6.0 - 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 - doc? ( >=dev-util/gtk-doc-1.9 )" - -DOCS="AUTHORS ChangeLog MAINTAINERS NEWS" - -pkg_setup() { - G2CONF="${G2CONF} - --enable-locations-compression - --disable-all-translations-in-one-xml - --disable-static - $(use_enable python)" -} - -src_prepare() { - gnome2_src_prepare - - # FIXME: tarball generated with broken gtk-doc, revisit me. - if use doc; then - sed "/^TARGET_DIR/i \GTKDOC_REBASE=/usr/bin/gtkdoc-rebase" \ - -i gtk-doc.make || die "sed 1 failed" - else - sed "/^TARGET_DIR/i \GTKDOC_REBASE=/$(type -P true)" \ - -i gtk-doc.make || die "sed 2 failed" - fi - - # Fix automagic python support, bug #285595 - epatch "${FILESDIR}/${P}-automagic-python.patch" - - # Make it libtool-1 compatible, bug #278516 - rm -v m4/lt* m4/libtool.m4 || die "removing libtool macros failed" - - intltoolize --force --copy --automake || die "intltoolize failed" - AT_M4DIR="m4" eautoreconf -} diff --git a/dev-libs/libgweather/libgweather-2.28.0.ebuild b/dev-libs/libgweather/libgweather-2.28.0.ebuild deleted file mode 100644 index 90c4b6eacaa1..000000000000 --- a/dev-libs/libgweather/libgweather-2.28.0.ebuild +++ /dev/null @@ -1,62 +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.28.0.ebuild,v 1.7 2010/08/18 21:58:34 maekke Exp $ - -EAPI="2" -GCONF_DEBUG="no" - -inherit autotools gnome2 - -DESCRIPTION="Library to access weather information from online services" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ~ppc ~ppc64 sh sparc x86 ~x86-fbsd" -IUSE="python doc" - -# FIXME: Technically we could use just libsoup too conditionally instead of libsoup-gnome, -# but the detection of libsoup-gnome vs libgnome is currently automagic -RDEPEND=">=x11-libs/gtk+-2.11 - >=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 - 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 - doc? ( >=dev-util/gtk-doc-1.9 )" - -DOCS="AUTHORS ChangeLog MAINTAINERS NEWS" - -pkg_setup() { - G2CONF="${G2CONF} - --enable-locations-compression - --disable-all-translations-in-one-xml - --disable-static - $(use_enable python)" -} - -src_prepare() { - gnome2_src_prepare - - # FIXME: tarball generated with broken gtk-doc, revisit me. - if use doc; then - sed "/^TARGET_DIR/i \GTKDOC_REBASE=/usr/bin/gtkdoc-rebase" \ - -i gtk-doc.make || die "sed 1 failed" - else - sed "/^TARGET_DIR/i \GTKDOC_REBASE=/$(type -P true)" \ - -i gtk-doc.make || die "sed 2 failed" - fi - - # Make it libtool-1 compatible, bug #278516 - rm -v m4/lt* m4/libtool.m4 || die "removing libtool macros failed" - - intltoolize --force --copy --automake || die "intltoolize failed" - eautoreconf -} |