summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2007-10-14 00:22:27 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2007-10-14 00:22:27 +0000
commit2365c498c5574d208224eecbc6f922a6757e93ff (patch)
tree1f874ec1c02a8669cfd127b8ab816dae47f1e2a7 /dev-python/gnome-python-extras
parentbump to 2.0.18 (for gnome 2.18.3) and fix a QA warning (diff)
downloadgentoo-2-2365c498c5574d208224eecbc6f922a6757e93ff.tar.gz
gentoo-2-2365c498c5574d208224eecbc6f922a6757e93ff.tar.bz2
gentoo-2-2365c498c5574d208224eecbc6f922a6757e93ff.zip
from 2.19
(Portage version: 2.1.3.12)
Diffstat (limited to 'dev-python/gnome-python-extras')
-rw-r--r--dev-python/gnome-python-extras/ChangeLog11
-rw-r--r--dev-python/gnome-python-extras/files/gnome-python-extras-2.19.1-use_python_config.patch18
-rw-r--r--dev-python/gnome-python-extras/gnome-python-extras-2.14.2-r1.ebuild4
-rw-r--r--dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild4
4 files changed, 13 insertions, 24 deletions
diff --git a/dev-python/gnome-python-extras/ChangeLog b/dev-python/gnome-python-extras/ChangeLog
index 95d82cf7fa4a..1329dfda8733 100644
--- a/dev-python/gnome-python-extras/ChangeLog
+++ b/dev-python/gnome-python-extras/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for dev-python/gnome-python-extras
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.63 2007/10/12 17:16:44 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.64 2007/10/14 00:22:27 eva Exp $
+
+ 14 Oct 2007; Gilles Dartiguelongue <eva@gentoo.org>
+ gnome-python-extras-2.14.2-r1.ebuild:
+ fix a QA warning
+
+ 14 Oct 2007; Gilles Dartiguelongue <eva@gentoo.org>
+ -files/gnome-python-extras-2.19.1-use_python_config.patch,
+ gnome-python-extras-2.19.1-r1.ebuild:
+ remove useless patch (python has been fixed already)
12 Oct 2007; Rémi Cardona <remi@gentoo.org>
gnome-python-extras-2.19.1-r1.ebuild:
diff --git a/dev-python/gnome-python-extras/files/gnome-python-extras-2.19.1-use_python_config.patch b/dev-python/gnome-python-extras/files/gnome-python-extras-2.19.1-use_python_config.patch
deleted file mode 100644
index f5e25ea53259..000000000000
--- a/dev-python/gnome-python-extras/files/gnome-python-extras-2.19.1-use_python_config.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -urNad gnome-python-extras-2.14.3~/acinclude.m4 gnome-python-extras-2.14.3/acinclude.m4
---- gnome-python-extras-2.14.3~/acinclude.m4 2007-01-20 15:50:13.000000000 +0100
-+++ gnome-python-extras-2.14.3/acinclude.m4 2007-05-21 16:39:51.000000000 +0200
-@@ -45,10 +45,14 @@
- dnl deduce PYTHON_INCLUDES
- py_prefix=`$PYTHON -c "import sys; print sys.prefix"`
- py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"`
-+if test -x "$PYTHON-config"; then
-+PYTHON_INCLUDES=`$PYTHON-config --includes 2>/dev/null`
-+else
- PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}"
- if test "$py_prefix" != "$py_exec_prefix"; then
- PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}"
- fi
-+fi
- AC_SUBST(PYTHON_INCLUDES)
- dnl check if the headers exist:
- save_CPPFLAGS="$CPPFLAGS"
diff --git a/dev-python/gnome-python-extras/gnome-python-extras-2.14.2-r1.ebuild b/dev-python/gnome-python-extras/gnome-python-extras-2.14.2-r1.ebuild
index 52b4b2ed8620..d39a9100d165 100644
--- a/dev-python/gnome-python-extras/gnome-python-extras-2.14.2-r1.ebuild
+++ b/dev-python/gnome-python-extras/gnome-python-extras-2.14.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.14.2-r1.ebuild,v 1.12 2007/09/15 19:25:27 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.14.2-r1.ebuild,v 1.13 2007/10/14 00:22:27 eva Exp $
NEED_PYTHON=2.4
WANT_AUTOCONF=latest
@@ -66,7 +66,7 @@ src_install() {
pkg_postinst() {
python_version
- python_mod_optimize ${ROOT}/usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0
+ python_mod_optimize "${ROOT}/usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0"
}
pkg_postrm() {
diff --git a/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild b/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild
index 737637ff068d..e554703f37ab 100644
--- a/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild
+++ b/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.2 2007/10/12 17:16:44 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.3 2007/10/14 00:22:27 eva Exp $
inherit eutils gnome2 python virtualx autotools
@@ -45,8 +45,6 @@ src_unpack() {
# change mozilla to seamonkey
sed -i -e 's:1.2b):1.0.0):;s:mozilla):seamonkey):' configure.ac
- epatch "${FILESDIR}/${P}-use_python_config.patch"
-
eautoreconf
}